next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Macaulay2Doc :: mutableMatrix

mutableMatrix -- make a mutable matrix

Synopsis

Description

f = mutableMatrix {{1,2,3,4}}
f_(0,2)
f_(0,2) = 33
f
R = QQ[a..z]
mutableMatrix genericMatrix(R,3,3)

Ways to use mutableMatrix :