Algebrite
Algebrite copied to clipboard
Computer Algebra System in Javascript (Typescript)
Hi, First of all, I assume that it's not a specific Algebrite issue, but I wonder what is the best approach to know with Algebrite if an expression is simplified...
Hello, If I work with a polynom that I want to simplify, the Latex exit is reversed from the "run" order. Can u fix it ?, or is this a...
i don't what is wrong but when i run simplify-1-3-0 i get this ```[1 / 69] Processing top level class Lcom/xlocker/support/ThemeApplication; (1 / 2) Executing top level method: Lcom/xlocker/support/ThemeApplication;->attachBaseContext(Landroid/content/Context;)V Exception...
The NPM version hasn't been updated in 10 months, updating would make it easier to access typescript support.
Evaluating `test(1/m = d/(m*d), 1, 0)` and `test(1/m = (m-1)/(m*(m-1)), 1, 0)` on http://algebrite.org/sandboxes/latest-stable/sandbox.html you will get  As you can see, Algebrite was smart enough to know how to...
Hello, can you please share how a user can enter an equation in the HTML page with this library. Also how do we store represent it in the database.
How to simplify sqrt(4+4*sqrt(2))=2*sqrt(1+sqrt(2)) ?
Algebrite is currently unable to solve polynomial equations involving fractions, such as this one: `roots(3 x + (12 + y)/x = 24)` But it finds a solution if I re-factor...
When I type `roots(|x|-1)` or `roots(abs(x)-1)` on [this page](http://algebrite.org/), Algebrite finds a syntax error. Algebrite is apparently unable to parse these expressions, but they should be interpreted as `roots(sqrt(x)^2-1)`.
Is Algebrite able to find the roots of a system of equations, instead of just one equation? I am interested in solving systems of polynomial equations, like `(x^2 - 2...