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

Task: Start Working on Functions with multiple x's #52

Closed aryanjverma closed 7 months ago

aryanjverma commented 8 months ago

Modify numerical engine to evaluate and differentiate functions with multiple x's (x+x), (x(x+1)).

27

DragonflyRobotics commented 8 months ago

Resolved with: f1ddbcb6d1a66b1a1118cca563142e1223e32021

KarthikPeravali commented 7 months ago

Tested with: 7cf9b6896de3ad7c2bf060496a170d748c9a3348