RegularChains[Info] - the defining polynomials of a structure in a raw format
RegularChains[Display] - display the defining polynomials of a structure in a pretty format
|
Calling Sequence
|
|
Info(rc, R)
Info(rs, R)
Info(cs, R)
Info(cadcell, R)
Info(rsaset, R)
Info(saset, R)
Info(rsasys, R)
Info(ssasys, R)
Info(qff, R)
Info(b, R)
Info(pb, R)
Info(bp, R)
Info(src, R)
Display(rc, R)
Display(rs, R)
Display(cs, R)
Display(cadcell, R)
Display(rsaset, R)
Display(saset, R)
Display(rsasys, R)
Display(ssasys, R)
Display(qff, R)
Display(b, R)
Display(pb, R)
Display(bp, R)
Display(src, R)
|
|
Parameters
|
|
rc
|
-
|
regular chain
|
rs
|
-
|
regular system
|
cs
|
-
|
constructible set
|
cadcell
|
-
|
CAD cell
|
rsaset
|
-
|
regular semi-algebraic set
|
saset
|
-
|
semi-algebraic set
|
rsasys
|
-
|
regular semi-algebraic system
|
ssasys
|
-
|
squarefree semi-algebraic system
|
qff
|
-
|
quantifier-free formula
|
b
|
-
|
box
|
pb
|
-
|
parametric box
|
bp
|
-
|
border polynomial
|
src
|
-
|
subresulant chain
|
R
|
-
|
polynomial ring
|
|
|
|
|
Description
|
|
•
|
If the first parameter is a regular chain rc of R, Info prints the defining equations of rc while Display prints the system of equations and inequations whose solution set is the quasi-component of rc.
|
•
|
If the first parameter is a regular system rs of R, Info and Display prints the defining equations and inequations of rs whose solution set is the zero-set of rs.
|
•
|
If the first parameter is a constructible set cs of R, Info and Display print the defining regular systems of cs.
|
•
|
If the first parameter is a regular semi-algebraic system rsasys of R, Info and Display print the defining regular chain, positive inequalities and quantifier-free formula of rsasys.
|
•
|
If the first parameter is a squarefree semi-algebraic system ssasys of R, Info and Display print the defining regular chain and positive inequalities of ssasys.
|
•
|
If the first parameter is a regular semi-algebraic set rsaset, then Info and Display print its defining regular chain, root index list and quantifier-free formula.
|
•
|
If the first parameter is a semi-algebraic set saset, then Info and Display print the defining regular semi-algebraic sets of saset.
|
•
|
If the first parameter is a quantifier-free formula qff, then Info and Display print its defining inequations and inequalities.
|
•
|
If the first parameter is a CAD cell cadcell, then Info and Display print its defining inequations and inequalities.
|
•
|
If the first parameter is a box b , then Info and Display print isolation interval for each of the coordinates of the real point isolated by b.
|
•
|
If the first parameter is a parametric box pb, then Info and Display print its defining regular chain, root index list and quantifier-free formula.
|
•
|
If the first parameter is a border polynomial bp, then Info and Display print its defining polynomial factors.
|
•
|
If the first parameter is a subresulant chain src, then Info prints its defining subresulant polynomials by ascending index while Display prints them in descending index.
|
•
|
If the first parameter is a list, then both Info and Display are applied to all list elements recursively.
|
•
|
The command Info is part of the RegularChains package, so it can be used in the form Info(..) only after executing the command with(RegularChains). However, it can always be accessed through the long form of the command by using RegularChains[Info](..). This is also true for Display.
|
|
|
Compatibility
|
|
•
|
The RegularChains[Display] command was introduced in Maple 15.
|
•
|
The rsasys and ssasys parameters were introduced in Maple 16.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
Print the variables, parameters and characteristic of a polynomial ring.
>
|
|
| (2) |
Print the regular chains in a triangular decomposition of a system of polynomial equations.
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
Print the constructible set in a triangular decomposition of a system of polynomial equations and inequations..
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
Print the objects returned by a call to the RealRootClassification command.
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
| (18) |
>
|
|
| (19) |
>
|
|
| (20) |
Print the regular semi-algebraic systems returned by a call to the RealTriangularize command.
>
|
|
| (21) |
>
|
|
| (22) |
>
|
|
| (23) |
>
|
|
| (24) |
>
|
|
| (25) |
Print the isolation boxes returned by a call to the RealRootIsolate command.
>
|
|
| (26) |
>
|
|
| (27) |
>
|
|
| (28) |
>
|
|
| (29) |
>
|
|
| (30) |
Print the polynomials of a subresulant chain.
>
|
|
| (31) |
>
|
|
| (32) |
>
|
|
| (33) |
>
|
|
| (34) |
>
|
|
| (35) |
>
|
|
| (36) |
|
|