Use param3d to plot a curve C1(u)=Au2+Bu+C
, which passes through
(0,0,0) at u=0,
(1,0,0)at u=1,
(1/2,1/2, 0) at u=0.5.
Have to use param3d .
Use param3d to plot a curve C1(u)=Au2+Bu+C
, which passes through
(0,0,0) at u=0,
(1,0,0)at u=1,
(1/2,1/2, 0) at u=0.5.
Have to use param3d .
Just write down the equations, using matrix block form you have
hence you just have to solve this equation for the [A;B;C] matrix then extract A,B,C and plot the curve
It is easy to see in advance that C=(0,0,0) here, but the above method is general.