Allen-ISD-Computer-Science / REPO_AutomaticDifferentiation_2024

Given some input equation, provide a numerical derivative at a given point. The user have a standard text input for the equation and point and the algorithm will provide the numerical derivative along with the steps the algorithm took to derive it. This algorithm will be able to differentiate trigonometric function, logarithmic, and exponentials.
GNU General Public License v3.0
0 stars 0 forks source link

Task: Test solver and differntiate algoritihms #60

Open aryanjverma opened 6 months ago

aryanjverma commented 6 months ago

Create test cases similar to Krishna's test cases to ensure that the algoritihm is working for all funtions.

10

aryanjverma commented 6 months ago

Added test file for diff with some sample equations, as well as for invariant enforcements that will be implemented next week. a06afbd1cd5f5a60add04f21f03462ff41a6b4b7

DragonflyRobotics commented 4 months ago

The following commit resolves many issues that were introduced with MathQuill like adding e and Pi to the computation and fixing the AST display on website to clear every run.

ac6747639098bc1b4c44318299142a2324af3b96