Applications of polynomial systems of equations

205 Views Asked by At

What are some applications of Polynomial Systems of Equations?

I am doing a project with Artificial Neural Networks where I use standard ANNs with a different backpropagation algorithm to find solutions of a SOPE.

1

There are 1 best solutions below

4
On BEST ANSWER

Computing tensor rank decomposition is currently a quite hot topic in the numerical linear algebra community and involve solving systems of polynomial equations. In short, the tensor rank decomposition can be seen as an SVD decomposition but for "matrices" with more than 2 indices.