Student Support Forum
-----
Student Support Forum: 'Solve[Expr,{var}]' topicStudent Support Forum > General > Archives > "Solve[Expr,{var}]"

< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic
Author Comment/Response
Xavier
05/30/08 11:39pm

Hey,

The problem is the following : when using Solve[..,x], you must make sure that the x in the equation to solve is recognized as the x to solve. For your example, you must use a command like :

Solve[With[{x = x, t = t}, {den1 == 0, den2 == 0, den3 == 0,
den4 == 1}], {x, t}]

to show that the every time it finds a x or a t, it corresponds to the x and t specified in the Solve command.

There are a few warnings as regards convergence and so, but the results given are correct (I checked). What I haven't checked is the number of results expected ... I leave it to you ;-)

Hope it's been useful
Cheers,

Xavier

URL: http://xroudaut.free.fr,

Subject (listing for 'Solve[Expr,{var}]')
Author Date Posted
Solve[Expr,{var}] Nusc 05/30/08 00:06am
Re: Solve[Expr,{var}] Xavier 05/30/08 11:39pm
Re: Re: Solve[Expr,{var}] Nusc 06/01/08 1:46pm
Re: Solve[Expr,{var}] Nusc 06/04/08 00:45am
< Previous Comment | Next Comment >Help | Reply To Comment | Reply To Topic | Post New Topic





 © 2008 Wolfram Research, Inc.  Terms of Use  Privacy Policy |
Sign up for our newsletter: