Showcases: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
* [[Pie chart]] | * [[Pie chart]] | ||
* All examples from [[:Category:Charts]] | * All examples from [[:Category:Charts]] | ||
===Geometry=== | ===Geometry=== | ||
Line 40: | Line 28: | ||
* [[Time series forecasting: double exponential smoothing]] | * [[Time series forecasting: double exponential smoothing]] | ||
* [[Polynomial regression I]], [[Polynomial regression II]] | * [[Polynomial regression I]], [[Polynomial regression II]] | ||
===Calculus and function plotting=== | |||
* [[Power Series for sine and cosine]] | |||
* [[Lagrange interpolation]] | |||
* [[Simple function plotter]], [[Parametric curve plotter]], [[Polar curve plotter]] | |||
* [[Rational functions]] | |||
* [[Riemann sums]], [[Arc length]], [[Continuous functions]] | |||
* [[Cubic spline interpolation]] | |||
* [[Interpolation: Neville's algorithm]] | |||
* [[Population growth models]] | |||
* All examples from [[:Category:Calculus]] | |||
===Curves=== | ===Curves=== | ||
* [[Hypotrochoid]] | * [[Hypotrochoid]] | ||
* [[Limacon|Limaçon of Pascal]] | * [[Limacon|Limaçon of Pascal]] |
Revision as of 10:27, 21 August 2009
Various topics
- "Infinity"
- Snake - the game
- Circles on circles using jQuery sliders
- Display stock quotes from Yahoo!
Charts
- Different chart styles
- Google style chart
- Dynamic bar chart
- Pie chart
- All examples from Category:Charts
Geometry
- Sine and cosine
- Displaying GEONExT constructions
- Euler line, Euler line II
- Apollonian circle packing
- Trigonometric functions
- Approximation of the circle area
- Circle approximation
- All examples from Category:Geometry
Statistics
- Random points
- Data plot of live data via AJAX
- Analyze data with the Statistics software R
- Time series forecasting: double exponential smoothing
- Polynomial regression I, Polynomial regression II
Calculus and function plotting
- Power Series for sine and cosine
- Lagrange interpolation
- Simple function plotter, Parametric curve plotter, Polar curve plotter
- Rational functions
- Riemann sums, Arc length, Continuous functions
- Cubic spline interpolation
- Interpolation: Neville's algorithm
- Population growth models
- All examples from Category:Calculus
Curves
- Hypotrochoid
- Limaçon of Pascal
- Watt's curve
- Archimedean spiral
- Lissajous curves
- All examples from Category:Curves
Fractals
- Sierpinski triangle
- Koch curve
- All examples from Category:Fractals, see also Turtle Graphics and L-systems
Turtle Graphics
- n-gones
- L-systems, or Lindenmayer Systems
- Epidemiology: The SIR model (Simulation of differential equations with turtle graphics)
- SIR model: swine flu
- Turtle spiral
- Random walks
- All examples from Category:Turtle Graphics