MathTop

rowspace 函数

返回矩阵行空间的一组基。

语法

  • rowspace(matrix)

参数与选项

matrix表示矩阵的嵌套列表。

示例

  1. 行空间基rowspace([[1, 2, 3], [2, 4, 6]])返回 [[1, 2, 3]]。