[Maxima] pick solutions

Thomas Widlar twidlar at yahoo.com
Mon Jun 11 13:54:07 CDT 2007


A beginner's question. Say I obtain a list a of solutions for x., e.g.

(%i19) a : solve(x^4-1);
(%o19) [x=%i,x=-1,x=-%i,x=1]

How do I process a into a list b : [%i,-1,-%i,1] so I can say

  for x in b do something(x);  

???
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.math.utexas.edu/pipermail/maxima/attachments/20070611/e391fc8f/attachment.htm 


More information about the Maxima mailing list