photo

Bo-Chang


Last seen: 5 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

  • Explorer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Plotting Vector Field for F(x,y,z) = (x+y+z)/(x^2+y^2+z^2)^1.5
clear all [x, y, z] = meshgrid(-50:1:50,-50:1:50,-50:1:50); i = 1/(x.^2+y.^2+z.^2).^(3/2); j = 1/(x.^2+y.^2+z.^2).^(3/2); k ...

8 meses hace | 1 respuesta | 0

1

respuesta