Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: polytocompanion (<p>, <x>) If <p> is a polynomial in <x>, return the companion matrix of <p>. For a monic polynomial <p> of degree <n>, we have <p> = (-1)^<n> charpoly (polytocompanion (<p>, <x>)).
When <p> isnt a polynomial in <x>, signal an error.
(%o1) true (%i2)