A primitive function graphing tool

Click For Summary
SUMMARY

The discussion centers around a primitive function graphing tool utilizing the HTML5 element, as found at the provided link. While more advanced graphing tools like Desmos exist, this tool offers the advantage of being fully customizable for specific applications. Users can modify the code to suit their needs, potentially using it for educational purposes or creating math animations similar to those produced by 3blue1brown's Manim library.

PREREQUISITES
  • Understanding of HTML5 and the element
  • Basic knowledge of JavaScript for customization
  • Familiarity with mathematical functions and graphing concepts
  • Experience with animation tools like Manim for advanced applications
NEXT STEPS
  • Explore advanced features of the HTML5 API
  • Learn how to customize graphing functions using JavaScript
  • Investigate Desmos for comparison and advanced graphing capabilities
  • Study Manim documentation for creating mathematical animations
USEFUL FOR

This discussion is beneficial for web developers, educators, and anyone interested in creating or modifying graphing tools for mathematical visualization and animation.

YoungPhysicist
Insights Author
Messages
350
Reaction score
203
Recently I found this online:
https://www.html5canvastutorials.com/labs/html5-canvas-graphing-an-equation/

It is a html page using the <canvas> element and it can graph functions.

Although much better versions of this is already everywhere(like desmos), it should still be useful considering you can see every detail of it, thus can be modified for specific uses:smile:
 
  • Like
Likes   Reactions: BvU
Mathematics news on Phys.org
Maybe it can be used for making math animations like manim from 3blue1brown.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 10 ·
Replies
10
Views
11K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
8K