Graph.tk is a web application that graphs, solves, simplifies, integrates and differentiates expressions. Currently, it can differentiate most of the functions it knows, but there are many bugs. It cannot expand or factorize properly yet, so it cannot find inverses well, or solve equations. It can currently solve already factorized expressions like: 0=(x^2 /12-log(2))*(x-1)(x+3).
graph.tk is the website which this code is used on. aantthony.github.com is much more powerful and up to date but currently has a lot of bugs.
- JQuery
- MathQuill
- A browser that supports the html5 canvas tag.
- Install Graph.tk as a Chrome app
- http://www.chromeexperiments.com/detail/graph-plotter/
- http://graph.tk/about
- 23,559 functions graphed.
- Some of the derivitives it finds are incorrect.
- Cannot solve x+x=0, but can solve 2x=0.
- Access external data? csv, fft, images, stock market data
- 3D! the whole graph thing rotates in an animation to become a flat plane, and then the 3d function is plotted.
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.