Macaulay2 » Documentation
Packages » Macaulay2Doc » matrices » mutable matrices » nullSpace
next | previous | forward | backward | up | index | toc

nullSpace -- find the null space of a mutable matrix

Description

i1 : m = mutableMatrix {{1.p500,1},{-2,-2}}

o1 = | 1  1  |
     | -2 -2 |

o1 : MutableMatrix
i2 : nullSpace m

o2 = | 1  |
     | -1 |

o2 : MutableMatrix
i3 : precision oo

o3 = 500

Ways to use nullSpace:

  • nullSpace(MutableMatrix)

For the programmer

The object nullSpace is a method function.


The source of this document is in Macaulay2Doc/doc_mutablematrices.m2:311:0.