Advanced constructions: Difference between revisions

From JSXGraph Wiki
No edit summary
No edit summary
 
(24 intermediate revisions by 2 users not shown)
Line 10: Line 10:
* [[Fern (fractal)]]
* [[Fern (fractal)]]
* [[Lagrange interpolation]]
* [[Lagrange interpolation]]
* [[Lagrange interpolation, show term]]
* [[Interpolation: Neville's algorithm]] (curves)
* [[Interpolation: Neville's algorithm]] (curves)
* [[Data plot of live data via AJAX]]
* [[Data plot of live data via AJAX]]
Line 32: Line 33:
* [[Vertex equations of a quadratic function and it's inverse]]
* [[Vertex equations of a quadratic function and it's inverse]]
* [[Inequalities]]
* [[Inequalities]]
* [[Draggable exponential function]]
* [[Dual lattice]]
* [[Approximation of e]]
* [[Power series - pointwise]]
* [[Convergence of sequence]]
* [[Convergence of series]]
* [[Differentiability]]
* [[Self-contained function plotting]]
* [[Extended mean value theorem]]
* [[Turtle bot]]
* [[A 5-circle incidence theorem]]
* [[Projective transformation matrix]]


Special features and tricks:
Special features and tricks:
* [[Random points]]
* [[Random points]]
* [[Scatter plot]]
* [[Scatter plot with slider]]
* [[Highlight curve via slider]]
* [[Highlight curve via slider]]
* [[The HSV color scheme]]
* [[The HSV color scheme]]
Line 49: Line 65:
* [[Using CSS styles]]
* [[Using CSS styles]]
* [[Fill the intersection area of two circles]]
* [[Fill the intersection area of two circles]]
* [[Fill the intersection area of three circles]]
* [[Aligning text]]
* [[Aligning text]]
* [[Positioning of labels]]
* [[Positioning of labels]]
Line 58: Line 75:
* [[Circle with ticks]]
* [[Circle with ticks]]
* [[Fine tuning of labels]]
* [[Fine tuning of labels]]
* [[Movable functiongraph]]
* [[Knots from circle pathes]]
* [[Shade region bounded by curves]]
Extend JSXGraph:
* [[Add custom methods to objects]]

Latest revision as of 06:48, 4 October 2022

Here are advanced constructions which require a comparatively high knowledge of JSXGraph and JavaScript.

Complex constructions:

Special features and tricks:

Extend JSXGraph: