|
D.2.5.5 show
Procedure from library inout.lib (see inout_lib).
- Usage:
- show(id); id any object of basering or of type ring/qring
show(R,s); R=ring, s=string (s = name of an object belonging to R)
- Display:
- display id/s in a compact format together with some information
- Return:
- no return value
- Note:
- objects of type string, int, intvec, intmat belong to any ring.
id may be a ring or a qring. In this case the minimal polynomial is
displayed, and, for a qring, also the defining ideal.
id may be of type list but the list must not contain a ring.
show(R,s) does not work inside a procedure!
Example:
|