MathGroup Archive 2012

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

Search the Archive

How does Solve determine which variables to solve for?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129138] How does Solve determine which variables to solve for?
  • From: teake.nutma at gmail.com
  • Date: Tue, 18 Dec 2012 02:34:03 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi,

When you ask Solve to solve a system of (linear) equations for a set of variables whose number is greater than than the number of variables that can be determined from the equations, it will tell you it can't solve for all variables (with the Solve::svars message).

My question is: in cases like this, how does Solve determine which variables to solve for?

The ordering of the variables seems to matter, e.g. Solve[eq,list] solves for different variables than Solve[eq,Reverse[list]]. But knowing the algorithm used would be really helpful.
Thanks!

Regards,


Teake Nutma



  • Prev by Date: Re: silly question on formatting tables
  • Next by Date: Mathematica 9.0 : SIGSEGV / Linux
  • Previous by thread: Re: How to use FindMaximum with a parameter passed to NDSolve??
  • Next by thread: Mathematica 9.0 : SIGSEGV / Linux