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: Create invariant enforcements for prohibited equation notation #63

Closed aryanjverma closed 7 months ago

aryanjverma commented 7 months ago

Create statements that return erorrs when prohibited equations such as (x+1)(x+2) or (x+5)sin(x) are inputted, along with reasons behind the errors.

62

aryanjverma commented 7 months ago

Task pushed to QA with 0e307c7

KarthikPeravali commented 7 months ago

Tested with: 7cf9b6896de3ad7c2bf060496a170d748c9a3348