> For trivial cases, yeah, but consider
>
> parametric_plot((f(t-0.5j).real, f(t-0.5j).imag), (t,tmin,tmax))
>
> parametric_plot(ReIm(f(t-0.5j)), (t,tmin,tmax))
>
> --
For example:
sage: f(z)=[z.real(),z.imag()]
sage: t=var('t')
sage: parametric_plot(f(exp(I*(t-5*I))),(t,0,2*pi))
Andrzej Chrzeszczyk
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org