如何用maple画点(1,√2/2,√2/2)?

来源:学生作业帮助网 编辑:作业帮 时间:2024/10/06 23:02:51
如何用maple画点(1,√2/2,√2/2)?
xMN0bU(vl'K XrT!;vCZqKV6q fy=xy_=eyx:QB{0i leƘu^G*'k Nu 7Aj%Cca*Oym۰ u7HlIrMUV3OD@^q粖3-!MTM)$Q"& BHbգJ@0a])yL)&4*I9FyA ⲗp[oE&+/K1$ &9DlG/Ag+4F4

如何用maple画点(1,√2/2,√2/2)?
如何用maple画点(1,√2/2,√2/2)?

如何用maple画点(1,√2/2,√2/2)?

with(plottools):
with(plots):
L := point([1, (1/2)*sqrt(2), (1/2)*sqrt(2)], color = red, symbol = cross, symbolsize = 50);
display(L, axes = boxed, view = [0 .. 1, 0 .. 1, 0 .. 1]);