Skip to content

Instantly share code, notes, and snippets.

@prideout
Created April 20, 2012 15:41
Show Gist options
  • Save prideout/2429789 to your computer and use it in GitHub Desktop.
Save prideout/2429789 to your computer and use it in GitHub Desktop.
wolfram alpha stuff
ParametricPlot3D[{(3+cos(v)) * cos(u),(3+cos(v)) * sin(u), sin(v)},{u,0,2pi},{v,0,2pi}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment