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: Fix MathQuill text box to match stylistic design. #105

Closed aryanjverma closed 5 months ago

aryanjverma commented 5 months ago

Fix MathQuill text box to match stylistic design, and add labels for AST.

11

Hambreyola commented 5 months ago

c96314b80e95f494983022bd06c21e05d66b44db Fully implemented a proper solution for Mathquill and labeled AST (so that users can tell what the image is before they enter an equation), along with some minor website Improvements.