How to solve polynomial equations?

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
vusirikala
Posts: 1
Joined: Thu Oct 03, 2019 10:49 am

How to solve polynomial equations?

Post by vusirikala » Thu Oct 03, 2019 10:53 am

I want to solve polynomial equation of the following kind.

a. (x+2y-3z^2) + b (x+y+z)*(x+2y-z) + c (y-2z) = 0

I want to find a,b,c s.t. the above equation is satisfied for all values of x,y,z. This can be done in Mathematica using SolveAlways function. How to do this in magma? What is the algorithm that Magma uses for solving such a thing? What is its time complexity?

mgates3
Posts: 918
Joined: Fri Jan 06, 2012 2:13 pm

Re: How to solve polynomial equations?

Post by mgates3 » Thu Oct 03, 2019 11:06 am

This forum is for the MAGMA linear algebra library for GPUs (http://icl.utk.edu/magma/). It doesn't solve polynomial equations. Perhaps you are intending the Magma Computational Algebra System (http://magma.maths.usyd.edu.au/magma/).
-mark

prjmarket
Posts: 1
Joined: Thu Jan 02, 2020 5:58 pm
Contact:

Re: How to solve polynomial equations?

Post by prjmarket » Thu Jan 02, 2020 6:02 pm

I recommend MATLAB for this

kerry87
Posts: 8
Joined: Wed May 20, 2020 11:34 am
Contact:

Re: How to solve polynomial equations?

Post by kerry87 » Wed May 20, 2020 11:37 am

What do you guys think about the Wolfram Equations solver?

Post Reply