Polynomial to companion matrix Given the polynomial the companion matrix is the square matrix defined as where . Syntax polynomial_to_companion_matrix(Polynomial) Description polynomial_to_companion_matrix(Polynomial) Given a polynomial, returns the companion matrix as described above. Related functions Matrix Table of Contents Syntax Description Related functions