| Author |
Comment/Response |
Yukterez
|
05/18/12 10:06pm
I try to have the x value on the x Axis and the r2 value on the y axis - why doesn´t this work when I plot ?
G = 6.67428*10^-11; M1 = 5.977*10^24; M2 = M1; r1 = 6378000;
Plot[Solve[
x == Sqrt[r2^3/(
2*G*(M1 + M2))]*(Sqrt[r1/r2*(1 - r1/r2)] + ArcCos[Sqrt[r1/r2]]),
r2, Reals], {x, r1, 10^8}]
Attachment: plot+solve.nb, URL: http://yukterez.ist.org/plot+solve.nb, |
|