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: Develop Equation Editor #93

Open aryanjverma opened 3 months ago

aryanjverma commented 3 months ago

Start developing a process that makes exponents add a pair of parentheses to keep input unambiguous.

7

DragonflyRobotics commented 3 months ago

@Hambreyola Finish styling the crude implementation of MathQuill

DragonflyRobotics commented 3 months ago

This commit contributes to this issue: 4cbbaa0

Hambreyola commented 3 months ago

a66168edf0766329021bc9b768211bd5a1866eab Added background for the MathQuill text input, will refine and tune it in the future to make it more appealing.

DragonflyRobotics commented 3 months ago

With the resolution of the issues with e and pi, this should complete the functional component of MathQuill and make it ready for QA: ac6747639098bc1b4c44318299142a2324af3b96