[Maxima] Some advice on the maxima

刘磊 superware at 163.com
Sat May 19 04:57:58 CDT 2012


I've beening puzzled with the function definition of the "plotxd" interface of maxima.

for example :



plot2d (

 [

     sin(x),

     [discrete, vx, vy],

    [parametric, 10 + 3 * sin(2*t), 2 + 2 * cos(3*t), [t, 0, 2*%pi]]

],

[x, 0, 15],

);

It's correct, but the definition of the continuous function "sin(x)" is not consistent with the that of the "discrete" data sets as well as the "parametric" function. Why not the above code be writen as the following form:
 
plot2d (

[

     [sin(x), [x, 0, 15]],


     [discrete, vx, vy],

     [parametric, 10 + 3 * sin(2*t), 2 + 2 * cos(3*t), [t, 0, 2*%pi]]

]


); 




this form is clean and all the definition of function is consistent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.math.utexas.edu/pipermail/maxima/attachments/20120519/8e5ab3ef/attachment-0001.html>


More information about the Maxima mailing list