>From mailnull Wed Feb 6 11:54:34 2013
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of math.utexas.edu designates 146.6.25.6 as permitted sender) client-ip=146.6.25.6; envelope-from=maxima-bounces at math.utexas.edu; helo=irongate.mail.utexas.edu;
Date: Mon, 4 Feb 2013 13:49:55 -0600
From: Ben Blomberg <bblomberg1 at niu.edu>
Content-Disposition: inline
Content-Type: text/plain; charset="us-ascii"
I was wondering if there is some function in Maxima that acts like a do loop in Mathematica? Something that would like do[eval, {i, imin, imax},{j, jmin, jmax}]. In other words it evaluates an expression looking over different values of j for each i.
Or would something like this need to be done in a different way?
Ben, you can look at the docs page:
http://maxima.sourceforge.net/documentation.html
In particular, Woollett's Maxima by Example is a good tutorial
introduction to Maxima.
Leo