This is a web application that graphs multiple functions, calculates expressions, and graphically solves differential equations.
graph.tk is the website which this code is used on. The version there is pretty old though.
- JQuery
- MathQuill
- A browser that supports the html5 canvas tag.
- allow things like dy/dx x
- allow things like ∫x dx
- 3D! the whole graph thing rotates in an animation to become a flat plane, and then the 3d function is plotted. It can be done! I made this
- CAS - Not likely to happen, but it would be cool
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.