|
[Date Index]
[Thread Index]
[Author Index]
Re: Manupulation of equations in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg76013] Re: Manupulation of equations in Mathematica
- From: ger_removeplease <ger_removeplease at ipact.nl>
- Date: Mon, 14 May 2007 05:55:11 -0400 (EDT)
Bob, Daniel
Thanks for your responses
It seems that Solve is the easiest solution
eqn2=2+R Cc+R Bc?Ac R;
soln1=Solve[eqn2,R][[1]]
If I then set the solution to R again I can create a function and plot the results
f = R /. soln1
Thanks,
Ger
Prev by Date:
Re: Mathematica 6.0 - Legend
Next by Date:
Re: ListPlot
Previous by thread:
Re: Manupulation of equations in Mathematica
Next by thread:
Manipulate[] InputField[]
|