[Maxima] Void in Maxima
Richard Hennessy
rich.hennessy at verizon.net
Tue Oct 6 13:31:05 CDT 2009
Thanks, this is close to what I had in mind.
Rich
----- Original Message -----
From: Luigi Marino
To: maxima at math.utexas.edu
Sent: Monday, October 05, 2009 4:04 AM
Subject: [Maxima] Void in Maxima
Rich
look at my sample:
f(x):= block(
if x > 0
then return ([])
else
-1);
f(9);
[]
f(-9);
-1
f(9)*9;
[]
Best
Luigi
------------------------------------------------------------------------------
_______________________________________________
Maxima mailing list
Maxima at math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20091006/6eb4e0f4/attachment.htm
More information about the Maxima
mailing list