On Nov 29, 2003, at 11:26, Martin Costabel wrote:


Sean wrote:

According to the documentation for plot_options, the syntax of
make_transform is as follows:
make_transform([x,y,z], [f1(x,y,z),f2(x,y,z),f3(x,y,z)])
Attempting to use the example, though, gives an error:
(C2) set_plot_option([TRANSFORM_XY,
make_transform([r,th,z],[r*cos(th),r*sin(th),z]));
Incorrect syntax: Missing ]
s(th),r*sin(th),z]))
> ^

I know nothing about maxima, and you are probably better off to ask these questions on a maxima forum, but I can count brackets as well as the maxima parser, and there is indeed one missing here.

--
Martin


Ah, yes, but that only changes the nature of the error, not the fact that an error exists:


(C2) set_plot_option([TRANSFORM_XY, make_transform([r,th,z],[r*cos(th),r*sin(th),z])]);

*** - APPLY: too few arguments given to #<COMPILED-CLOSURE $MAKE_TRANSFORM>

This was just me providing a bad example.

Sean



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to