Advanced constructions: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary  | 
				A WASSERMANN (talk | contribs) No edit summary  | 
				||
| (59 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
Here are constructions which   | Here are advanced constructions which require a comparatively high knowledge of JSXGraph and JavaScript.  | ||
Complex constructions:  | |||
* [[Power Series]]  | * [[Power Series]]  | ||
* [[Change Equation of a Graph]]  | * [[Change Equation of a Graph]]  | ||
* [[Nowhere differentiable continuous function]]  | |||
* [["Infinity"]]  | * [["Infinity"]]  | ||
* [[Harmonic Waves]]  | * [[Harmonic Waves]]  | ||
| Line 8: | Line 10: | ||
* [[Fern (fractal)]]  | * [[Fern (fractal)]]  | ||
* [[Lagrange interpolation]]  | * [[Lagrange interpolation]]  | ||
* [[Interpolation: Neville's algorithm]] (curves)  | |||
* [[Data plot of live data via AJAX]]  | * [[Data plot of live data via AJAX]]  | ||
* [[Polygon through ordered set of gliders]]  | |||
* [[Charts from HTML tables - tutorial]]  | |||
* [[Bearing]]  | |||
* [[Data plot]]  | |||
* [[Tangents on circle]]  | |||
* [[SIR model: swine flu]]  | |||
* [[n-gones]] with turtles  | |||
* [[Stomachion]]  | |||
* [[Tangram]]  | |||
* [[Matrix multiplication II]]  | |||
* [[Heat map]]  | |||
* [[Parallel projection of a sphere]]  | |||
* [[Trace curve]]  | |||
* [[Plot data with slider]]  | |||
* [[Circular arc approximation by cubic Bezier curve]]  | |||
* [[Point 'fixed' in one direction]]  | |||
* [[Function graph animation]]  | |||
* [[Rectangles]]  | |||
* [[Vertex equations of a quadratic function and it's inverse]]  | |||
* [[Inequalities]]  | |||
* [[Draggable exponential function]]  | |||
* [[Dual lattice]]  | |||
* [[Approximation of e]]  | |||
* [[Power series - pointwise]]  | |||
* [[Convergence of sequence]]  | |||
* [[Convergence of series]]  | |||
* [[Differentiability]]  | |||
* [[Extended mean value theorem]]  | |||
* [[Turtle bot]]  | |||
* [[A 5-circle incidence theorem]]  | |||
Special features and tricks:  | |||
* [[Random points]]  | |||
* [[Scatter plot]]  | |||
* [[Scatter plot with slider]]  | |||
* [[Highlight curve via slider]]  | * [[Highlight curve via slider]]  | ||
* [[The HSV color scheme]]  | * [[The HSV color scheme]]  | ||
* [[  | * [[Using MathJax]]  | ||
* [[Animation of lines]]  | * [[Animation of lines]]  | ||
* [[Adapt highlighting of objects]]  | |||
* [[Adding events]]  | |||
* [[Working with layers]]  | |||
* [[Adjust the visual appearance]]  | |||
* [[Dependent gliders]]  | |||
* [[Mutually dependent line and gliders]]  | |||
* [[Using CSS styles]]  | |||
* [[Fill the intersection area of two circles]]  | |||
* [[Fill the intersection area of three circles]]  | |||
* [[Aligning text]]  | |||
* [[Positioning of labels]]  | |||
* [[Curly braces]]  | |||
* [[Restrict points to limited area]]  | |||
* [[Number line]]  | |||
* [[JSXGraph and sound]]  | |||
* [[Circle with ticks]]  | |||
* [[Fine tuning of labels]]  | |||
* [[Movable functiongraph]]  | |||
* [[Knots from circle pathes]]  | |||
Extend JSXGraph:  | |||
* [[Add custom methods to objects]]  | |||
Revision as of 11:58, 20 April 2020
Here are advanced constructions which require a comparatively high knowledge of JSXGraph and JavaScript.
Complex constructions:
- Power Series
 - Change Equation of a Graph
 - Nowhere differentiable continuous function
 - "Infinity"
 - Harmonic Waves
 - Hilbert curve
 - Fern (fractal)
 - Lagrange interpolation
 - Interpolation: Neville's algorithm (curves)
 - Data plot of live data via AJAX
 - Polygon through ordered set of gliders
 - Charts from HTML tables - tutorial
 - Bearing
 - Data plot
 - Tangents on circle
 - SIR model: swine flu
 - n-gones with turtles
 - Stomachion
 - Tangram
 - Matrix multiplication II
 - Heat map
 - Parallel projection of a sphere
 - Trace curve
 - Plot data with slider
 - Circular arc approximation by cubic Bezier curve
 - Point 'fixed' in one direction
 - Function graph animation
 - Rectangles
 - Vertex equations of a quadratic function and it's inverse
 - Inequalities
 - Draggable exponential function
 - Dual lattice
 - Approximation of e
 - Power series - pointwise
 - Convergence of sequence
 - Convergence of series
 - Differentiability
 - Extended mean value theorem
 - Turtle bot
 - A 5-circle incidence theorem
 
Special features and tricks:
- Animation of lines
 - Adapt highlighting of objects
 - Adding events
 - Working with layers
 - Adjust the visual appearance
 
- Dependent gliders
 - Mutually dependent line and gliders
 - Using CSS styles
 - Fill the intersection area of two circles
 - Fill the intersection area of three circles
 - Aligning text
 - Positioning of labels
 
- Curly braces
 - Restrict points to limited area
 - Number line
 - JSXGraph and sound
 - Circle with ticks
 - Fine tuning of labels
 
Extend JSXGraph: