jdc2950

0 Reputation

2 Badges

14 years, 5 days

MaplePrimes Activity


These are questions asked by jdc2950

> r= r*cos(theta) + r*sin(theta);

le the ODE, ode.

 

> G=6.67 * 10^(-11);

 

> F1=(m*a);

 

> F2=(-G*M*m)/(abs(r^(3)));

 

> solve(m*a)=(-G*M*m)/(abs(r^(3)));

 

Page 1 of 1