Hi, guys!
I have a parametric function defined on a complex plane (it includes I).
For example:
x:=(t)->=t^2+I*(t-1);
y:=(t)->:=sin(t)+I*t;
I can easily plot it in Maple as plot([x,y,t=t1..t2]);
but I cannot plot a point which belongs to this curve. Please help..
I tried in this way:
with(plots):
pointplot({[x(1),y(1)]},axes=boxed);


LinkBack URL
About LinkBacks