Curves visualization
This tutorial illustrates how to visualize plane and space curves using Atlas package.
To visualize a curve you can use the
Visualize function with the following syntax:
Visualize[{y1, y2,..., yn}] where
{y1, y2,..., yn} is a list with the curve parametric equations.
If you define the curve parametric equations as a variable like that eqs =
{y1, y2,..., yn} then you have to use the following syntax:
Visualize[Evaluate[eqs]] because the
Visualize function has attribute HoldAll.
You can use any option for native
Mathematica plot functions with the
Visualize function. For instance:
PlotLabel,
ViewPoint etc.
Examples:
| Visualize[{expr1, expr2,..., exprn}] | generates visual presentations of m-dimentional mapping, where m is number of indeterminates in {expr1, expr2,..., exprn} |
Necessary functions.
Plane curves
Astroid
Visualization with parameter a as a variable
| Out[8]= |  |
Visualization with fixed parameter a
| Out[9]= |  |
Epicycloid
Visualization with parameters a and b as variables
| Out[10]= |  |
Visualization with fixed parameters a and b
| Out[11]= |  |
Epitrochoid
Visualization with parameters a and b as variables
| Out[12]= |  |
Visualization with parameter b as a variable
| Out[13]= |  |
Visualization with fixed parameters a, b, h
| Out[14]= |  |
Space curves
Toroidal Spiral with Manipilate
Visualization of Toroidal Spiral
| Out[15]= |  |
Visualization of Toroidal Spiral projections
| Out[16]= |  |
Rotating Sine Wave with Manipilate
Visualization of Rotating Sine Wave
| Out[17]= |  |
Visualization Rotating Sine Wave Projections
| Out[18]= |  |
Hyperboloid Sine Wave with Manipilate
Visualization of Hyperboloid Sine Wave
| Out[19]= |  |
Visualization of Hyperboloid Sine Wave projections
| Out[20]= |  |