toLaurentPolynomial(system, w)
This function converts a rational system to a Laurent polynomial system.
|
|
|
There are denominators, so the method will convert these:
|
The system convertedSys is an equivalent system living in a Laurent polynomial ring. For each denominator, a new variable was created starting with w.
|
|
|
Next, notice that the option "Inverses=>true" shows that this is a ring with negative exponents allowed:
|
Note that if the system is already polynomial, or in Laurent polynomial form, then toLaurentPolynomial doesn't change it. Of course, sometimes it is possible that the system is polynomial "in disguise" as in line o10 in the following example:
|
|
|
But toLaurentPolynomial detects this and simplifies the system. Instead of creating Laurent polynomials, it updates the system using the following:
|
The object toLaurentPolynomial is a method function.
The source of this document is in PHCpack/PHCpackDoc.m2:1203:0.