photo

Bo-Chang


Last seen: 5 mois il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Explorer
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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 mois il y a | 1 réponse | 0

1

réponse