Overview JSXGraph Examples

In the section you will find some examples demonstrating JSXGraph in linear algebra and calculus. Related HELM Workbooks will be added.

Complex Numbers

Linear Algebra

Integration 1d

Calculus 1d

Calculus 2d

Integration domains 2d

Coordinate Transformations

Vector Fields

  • Slope Field Slopefield of a function \(f:\mathbb{R}^2\to\mathbb{R}\) like \(y'(x)=f(x,y)\) is plotted, a trajectory thru \((x,_0,y_0)\) is plotted. The function can be modified by an input field.
  • Vector Field 2d given by a function \(V:\mathbb{R}^2\to\mathbb{R}^2\), a trajectory thru \((x,_0,y_0)\) is plotted. The vector field can be modified by an input field.
  • Vector Field 3d given by a function \(V:\mathbb{R}^3\to\mathbb{R}^3\), a trajectory thru \((x,_0,y_0)\) is plotted. The components of vector field can be modified by input boxes.
  • Vector Field 3d and curl given by a function \(V:\mathbb{R}^3\to\mathbb{R}^3\) the curl \(\nabla\times V\) is computed and shown. The components of vector field can be modified by input boxes.
  • Vector Field 3d at function plot Given a function \(f:\mathbb{R}^2\to\mathbb{R}\) and the vectorfield \(V:\mathbb{R}^3\to\mathbb{R}^3\), the vectofield is plotted at the graph of the function \(f\).
  • Vector Field 3d at surface Surface given by a function \(s:[-1,1]^2\to\mathbb{R}^3\) and the vectorfield \(V:\mathbb{R}^3\to\mathbb{R}^3\), the vectofield is plotted at the surface.
  • Vector Field 3d at curve Curve given by a function \(c:[-1,1]\to\mathbb{R}^3\) and the vectorfield \(V:\mathbb{R}^3\to\mathbb{R}^3\), the vectorfield is plotted at the curve.
  • Vector Field 3d with slider Curve can be manipulated by sliders, the vectorfield as well. Both is hard coded in the applet.