Re: expressions list -> equations list
- To: mathgroup at smc.vnet.net
- Subject: [mg84003] Re: expressions list -> equations list
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 6 Dec 2007 07:19:12 -0500 (EST)
- Organization: Uni Leipzig
- References: <fj6404$em9$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, and #==0 & /@ {a,b,c} does not help ?? Regards Jens Hauke Reddmann wrote: > 1st of all THX to all who answered my last question. Just one other before > I lend a Mathematica manual from the public lib and pester you no more :-) > > So. Now that I have a tensor it must vanish identically. I Flatten[] it first > and then I have a list of equations...oh, stop, I haven't. REDUCE (if I may > mention the name of a competition :-) could take a Solve[] now because it > automatically assumes a "=0" as default but Mathematica is anally-retentive > (a good thing :-) and I somehow must turn {a,b,c} into {a=0,b=0,c=0}. > Convert to string, global change "," -> "=0," and "}" -> "=0}", reconvert > to list? Is that possible? Or is there a less LISP-hack-style solution? >