Closed VincentLesbros closed 3 years ago
Hi, I am new to Algebrite, I install the latest version 1.3.1 Algebrite-master/dist/algebrite.bundle-for-browser.js and it isn't working for this simple example:
console.log(Algebrite.roots("-2*z+x^2+y^2", "z").toString());
// version "1.2.0" => 1/2*x^2+1/2*y^2 // version: "1.3.1" : // Uncaught Error: Stop: roots: the polynomial is not factorable, try nroots
Hi, I am new to Algebrite, I install the latest version 1.3.1 Algebrite-master/dist/algebrite.bundle-for-browser.js and it isn't working for this simple example:
console.log(Algebrite.roots("-2*z+x^2+y^2", "z").toString());