MathTop

nullity 函数

返回矩阵的零化度,即列数减去矩阵秩。

语法

  • nullity(matrix)

参数与选项

matrix表示矩阵的嵌套列表。

示例

  1. 矩阵零化度nullity([[1, 2, 3], [2, 4, 6]])返回 2。