On 12/12/07, Guillaume MARTIN <[EMAIL PROTECTED]> wrote: > je souhaiterais tracer des courbes paramétriques du type : > x = cos w > y = sin w
Try this: load (draw); draw2d (parametric (cos(t), sin(t), t, 0, 5)); If that does not work, please tell me so, and try this instead: plot2d ([parametric, cos(t), sin(t)], [t, 0, 5]); or plot2d ([parametric, cos(t), sin(t)], [t, 0, 5], [nticks, 100]); > PS : thanks you Mr DODIER : I've just tried the ilt function, it works very > fine ! Terrific! Robert Dodier ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Maxima-lang-fr mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maxima-lang-fr
