This repository has been archived by the owner on May 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 111
Divide with expressions? #76
Comments
I guess no! As of now division of expressions with expressions is not implemented! |
Note: (2 + x)/(4 + x) != 1/2 It would be (2 * x)/(4 * x) Unless I am terribly bad at math :P |
You're right my bad, I've updated the original post. |
Facing same issue. Any update on this? |
I have this implemented to a certain extent, although I'm not actively working on it. Check it out here: https://github.com/yodadude2003/algebra.js |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could it be possible to make expressions dividable with other expressions. Eg
If I try this now I get
And make variables remove them self, like this
Edit: replaced
.add()
with.multiply()
, thanks @BenjadahlThe text was updated successfully, but these errors were encountered: