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
1 stars 0 forks source link

Arin's Story: Adding Functions #27

Open aryanjverma opened 9 months ago

aryanjverma commented 9 months ago

As Arin, a person who wants to calculate the derivative of trigonometric and logarithimic functions, I want an algorithim that can interpret, evaluate, and differentiate these types of functions.

DragonflyRobotics commented 9 months ago

This was implemented in the commit ce66167023ad6741826eb17dbf32ed84b7273c74. This also implements the working numerical engine for diff and solver but only sin works as of yet.