G = squareUp F
G = squareUp(F,M)
G = squareUp(F,n)
G = squareUp(x0,F)
G = squareUp(p0,x0,F)
There are two flavors of this method: both aimed at producing a regular sequence (either global or local).
The first squares up an overdetermined polynomial system (usually assuming that the user is interested in the isolated solutions; i.e., the components of dimension 0) and attaches keys SquareUpMatrix and SquaredUpSystem to F.
|
|
|
The other computes numericalRank r of the Jacobian of F and picks out the first r polynomials who give the same (approximate) rank at the specified point.
|
|
|
|
|
|
|
|
|
Optional parameters are:
The object squareUp is a method function with options.