Question: urgent help needed! Supernovae graphs

Hello,

I'm under pressure to complete the following plot for a Masters project. I just can't seem to find where the errors are. I'd be very grateful if anyone can help.

x*,y*,zare independent variables 

r*(x*,y*,z*):=(x*2+y*2+z*2)0.5:

r(x*,y*,z*,t):=  (r*(x*,y*,z*)0.5 +30t)0.5

 

x(x*,y*,z*,t):=r(x*,y*,z*,t)cos(x*2+y*2)sin(x*+2Z*)

y(x*,y*,z*,t):=r(x*,y*,z*,t)sin(x*2+y*2)sin(x*+2Z*)   

z(x*,y*,z*,t):=r(x*,y*,z*,t)cos(x*2+y*2)   

 

δ0(x*,y*,z*)=piecewise((x*2+y*2+z*2)0.5≤30,10,0);

Jacobian is the x* differentiated with respect to x, do the same for other components.

J(x*,y*,z*,t) is the determinant of the Jacobian

D(x,y,z,t):=J(x*,y*,z*,t)δ0(x*,y*,z*);

I wish to plot the graph of D(x,y,z,t) against r for a particular time say t=10 or something.

 

Many Thanks

Please Wait...