In[1]:= (* Mathematica Routine to plot line segment through two points in the plane*). P := {-2, 5};. Q := {1, 1}; lineseg = Graphics[ { RGBColor[1, 0, 1], ...
確定! 回上一頁