RegularChains[ChainTools]
IsAlgebraic
test if a variable is algebraic with respect to a regular chain
Calling Sequence
Parameters
Description
Examples
IsAlgebraic(v, rc, R)
v
-
variable of of R
rc
regular chain of R
R
polynomial ring
The command IsAlgebraic(v, rc, R) returns true if v is algebraic with respect to rc, false otherwise.
This command is part of the RegularChains[ChainTools] package, so it can be used in the form IsAlgebraic(..) only after executing the command with(RegularChains[ChainTools]). However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][IsAlgebraic](..).
with⁡RegularChains:
R≔PolynomialRing⁡x,y,z,t
R≔polynomial_ring
with⁡ChainTools:
T≔Empty⁡R:
T≔Chain⁡z+1⁢z+2,y2+z,x−z⁢x−y,T,R
T≔regular_chain
Equations⁡T,R
x2+−y−z⁢x+z⁢y,y2+z,z2+3⁢z+2
IsAlgebraic⁡x,T,R
true
IsAlgebraic⁡t,T,R
false
See Also
Chain
ChainTools
Cut
Empty
Equations
Polynomial
PolynomialRing
RegularChains
Download Help Document