|
D.2.5.2 lprint
Procedure from library inout.lib (see inout_lib).
- Usage:
- lprint(id[,n]); id poly/ideal/vector/module/matrix, n integer
- Return:
- string of id in a format fitting into lines of size n, such that no
monomial gets destroyed, i.e. the new line starts with + or -;
(default: n = pagewidth).
- Note:
- id is printed columnwise, each column separated by a blank line;
hence lprint(transpose(id)); displays a matrix id in a format which
can be used as input.
Example:
|