| Author |
Comment/Response |
ray
|
03/29/10 5:32pm
When I leave r as a variable, Solve provides an answer in terms of variable r, but if I set r=3 I get no answer; or if I try r==3 the value for r doesn't fill it and leaves the answer in terms of variable r?? what am I doing wrong here??
ClearAll["`*"]
f[t_]=v==4/3 \[Pi] r^3;Dt[v,t]=-2;v=v;r=r;
Solve[Dt[f[t],t],Dt[r,t]]
URL: , |
|