Processing Math: Done
jsMath
Differences between revisions 41 and 42
Revision 41 as of 2023-08-30 07:46:50
Size: 18152
Editor: pang
Comment: fix crofton formula
Revision 42 as of 2023-08-30 08:18:49
Size: 18244
Editor: pang
Comment: fix Banchoff-Pohl "area"
Deletions are marked like this. Additions are marked like this.
Line 357: Line 357:
== Banchoff-Pohl area == == Banchoff-Pohl "area" ==
Line 410: Line 410:
        pp += parametric_plot3d(l1*v1+l2*v2+t*v,(t,-2,2),         # fix 30-08-23: coercion of (l1*v1+l2*v2) to SymbolicRing did not work
pp += parametric_plot3d((1+0*t)*(l1*v1+l2*v2)+t*v,(t,-2,2),

Sage Interactions - Geometry

goto interact main page

Intersecting tetrahedral reflections FIXME

by Marshall Hampton. Inspired by a question from Hans Schepker of Glass Geometry.

tetrareflect.png

Evolutes

by Pablo Angulo. Computes the evolute of a plane curve given in parametric coordinates. The curve must be parametrized from the interval [0,2pi].

evoluta3.png

Geodesics on a parametric surface

by Antonio Valdés and Pablo Angulo. This example was originally composed of two interacts:

  • - the first allowing the user to introduce a parametric surface, and draw it. - the second drawing a geodesic within the surface.

The separation was so that after the first interact, the geodesic equations were "compiled", thus making the second interact faster. However, in the following there is only one interact, to make sagecell works.

geodesics1.png geodesics2.png

Dimensional Explorer

By Eviatar Bach

Renders 2D images (perspective or spring-layout) and 3D models of 0-10 dimensional hypercubes. It also displays number of edges and vertices.

dimensions.png

Crofton's formula

by Pablo Angulo. Illustrates Crofton's formula by throwing some random lines and computing the intersection number with a given curve. May use either solve for exact computation of the intersections, or may also approximate the curve by straight segments (this is the default).

crofton4.png

Banchoff-Pohl "area"

by Pablo Angulo. Computes the Banchoff-Pohl "area enclosed by a spatial curve", by throwing some random lines and computing the linking number with the given curve. Lines not linked to the given curve are displayed in red, linked lines are displayed in green.

banchoff-pohl.png

interact/geometry (last edited 2023-08-30 08:21:15 by pang)