MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

expressions list -> equations list

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83928] expressions list -> equations list
  • From: Hauke Reddmann <fc3a501 at uni-hamburg.de>
  • Date: Wed, 5 Dec 2007 07:01:40 -0500 (EST)

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?

-- 
Hauke Reddmann <:-EX8    fc3a501 at uni-hamburg.de
    Er-a svo gott     sem gott kveða 
    öl alda sonum,     því að færra veit 
    er fleira drekkur     síns til geðs gumi.


  • Prev by Date: How right Export data without rewite it at Mathematica v.6
  • Next by Date: Re: Partition a list into sublists of unequal size
  • Previous by thread: How right Export data without rewite it at Mathematica v.6
  • Next by thread: Re: expressions list -> equations list