RE: mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg12668] RE: [mg12633] mathematica
- From: "Jean-Marie THOMAS" <jmthomas at cybercable.tm.fr>
- Date: Mon, 1 Jun 1998 23:16:42 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Two points: Mathematica built-in functions are to be capitalized: Append, Solve, etc. If you want your list to contain all the solutions you computed, you must do something like: myList={} (*compute solution mySolution*) AppendTo[myList,mySolution] Hope this helps, **************************************** Jean-Marie THOMAS Conseil et Audit en Ingénierie de Calcul Strasbourg, France **************************************** -----Original Message----- From: Antoine Durand [mailto:antoine.durand at ifp.fr] To: mathgroup at smc.vnet.net Subject: [mg12668] [mg12633] mathematica Hello, I want to plot the result of an equation calculated with a loop. I've tried to do "append[list,solve[eq]]" in order to plot the list but the result of "solve" is a string of characters and not a number. I'm just beginning with mathematica ; so, if you could help me, I'll be very glad. Thanks for all, Antoine Durand.