next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
getMatrix -- reads a matrix from a 4ti2-formatted input file
Synopsis
Usage:
getMatrix s
Inputs:
s
,
a
string
, file name
Outputs:
A
,
a
matrix
Description
The file should contain a matrix in the format such as
2 4
1 1 1 1
1 2 3 4
The first two numbers are the numbers of rows and columns.
See also
putMatrix
-- writes a matrix into a file formatted for 4ti2
Ways to use
getMatrix
:
getMatrix(String)