Function polynomial from ginac
Brief description
polynomial(value:ex,variables:):bool
Tests if an expression is a polynomial in a list of variables More ...
Function information
Name: | polynomial |
Base: | |
Group: | GiNaC plugins:Polynomial algebra |
Icon: | ginac.png |
Color: | cyan |
Authors: | |
Copyright: |
Detailed description
Tests if an expression is a polynomial in a list of variables
Input parameters
-
value:
ex
- Expression
-
variables:
- List of variables or a variable
Return values
-
Default return value:
bool
- True iff the expression is a polynomial