Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. pp = Table[{r Cos[[Phi]], r Sin[[Phi]]}, {r, 0, 10,
  2. 0.5}, {[Phi], -[Pi]/6, [Pi]/6, 0.1}];
  3. vv = Table[{{r Cos[[Phi]], r Sin[[Phi]]}, {1, 0}}, {r, 0, 10,
  4. 0.5}, {[Phi], -[Pi]/6, [Pi]/6, 0.1}];
  5. GraphicsRow[{ListPlot[pp], ListVectorPlot[vv]}][![enter image description here][1]][1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement