-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Coefficients
Reading time: 1minReturns 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.
Given a polynomial and an identifier (the variable of the polynomial), returns a list with the coefficients in ascending powers.
Given a polynomial and an integer n greater than the degree of the polynomial, returns a list with the coefficients up to n-th power.