MathGroup Archive 1998

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

Search the Archive

Question about equations solutions?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg13054] Question about equations solutions?
  • From: ieblanc at ibm.net
  • Date: Sat, 4 Jul 1998 16:44:57 -0400
  • Organization: IBM.NET
  • Sender: owner-wri-mathgroup at wolfram.com

This is probably a dumb question but can anyone help.

a = Solve[y^2+5*y*x+6*x^2==0,y]  gives an answer of  {{y->-3 x},{y->-2
x}}

and

Print[a] then displays {{y->-3 x},{y->-2 x}}

How do get Print or some later input to reference the actual solutions
"2x" or "3x" instead of {{y->-3 x},{y->-2 x}}

Thanks Ian





  • Prev by Date: automatic referencing (almost working)
  • Next by Date: Mathematica Printing in Windows 98?
  • Previous by thread: automatic referencing (almost working)
  • Next by thread: Re: Question about equations solutions?