photo

Lisa


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


question about rates of mass in different reactors
I have a matrix a=[15,-2,-1;-3,18,-6;-4,-1,12] and b=[3800;1200;2350] this question is about reactors. So I'm asked to determin...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Risposto
Create two vectors X and Y of values from (-pi) to pi with a spacing of pi/10. Define the vector Z as: Z = (sin(sqrt(x^2+y^2)))/(sqrt(x^2+y^2))
Im trying to plot in mesh and surf same problem above. Im writing plot3(x,z,y,z); subplot(2,2,1) mesh(x,z,y,z) title('Mesh ...

oltre 10 anni fa | 0

Domanda


Create two vectors X and Y of values from (-pi) to pi with a spacing of pi/10. Define the vector Z as: Z = (sin(sqrt(x^2+y^2)))/(sqrt(x^2+y^2))
Im trying to plot function. I have wrote x=[-pi:pi/10:pi] and y=[-pi:pi/10:pi]. Also Z = (sin(sqrt(x.^2+y.^2)))/(sqrt(x.^2+y.^2)...

oltre 10 anni fa | 3 risposte | 0

3

risposte