Top
Back: bounds2
Forward: unitMatrix2
FastBack:
FastForward:
Up: interval_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.8.2.3 intervalmatrixInit

Procedure from library interval.lib (see interval_lib).

Usage:
intervalmatrixInit(m, n) m, n int

Return:
mxn matrix of [0,0]-intervals

Example:
 
LIB "interval.lib";
ring R = 0,x(1..5),lp;
ivmat A = intervalmatrixInit(4, 5); A;
==> [0, 0],[0, 0],[0, 0],[0, 0],[0, 0]
==> [0, 0],[0, 0],[0, 0],[0, 0],[0, 0]
==> [0, 0],[0, 0],[0, 0],[0, 0],[0, 0]
==> [0, 0],[0, 0],[0, 0],[0, 0],[0, 0]
==> 


Top Back: bounds2 Forward: unitMatrix2 FastBack: FastForward: Up: interval_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.