Skip to main content

Coefficients

Returns the coefficients of a polynomial.

Syntax

coefficients(Polynomial)
coefficients(Polynomial, Identifier)
coefficients(Polynomial, Integer)

Description

Given a polynomial, returns a list with the coefficients in ascending powers.

polynomials.coefficients1.calc.png

Given a polynomial and an identifier (the variable of the polynomial), returns a list with the coefficients in ascending powers.

polynomials.coefficients2.calc.png

Given a polynomial and an integer n greater than the degree of the polynomial, returns a list with the coefficients up to nn-th power.

polynomials.coefficients3.calc.png