Skip to content
Prev 238073 / 398500 Next

Problem to create a matrix polynomial

Ron Michael <ron_michael70 <at> yahoo.com> writes:
Well, the description of the PolynomF package says
"Implements univariate polynomial operations in R", so I'm
not quite sure why you'd expect it to work for matrices ...
I'm also not sure what you're trying to do: find roots
of matrix equations? Is the expm package at all helpful?
What tools do other people in your field use to solve
similar problems?  R is not in general a great tool for
symbolic manipulations, even though there are little corners
where people have implemented such capabilities.  Have
you looked at symbolic toolboxes such as Sage, Maxima, PARI
(or commercial packages) ... ?