线性代数 示例

求秩 [[1,0,-4,0,-2,3],[0,1,7,-1,0,5],[0,0,0,0,1,0],[0,0,0,0,0,0]]
解题步骤 1
求行简化阶梯形矩阵。
点击获取更多步骤...
解题步骤 1.1
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.1.1
Perform the row operation to make the entry at a .
解题步骤 1.1.2
化简
解题步骤 2
The pivot positions are the locations with the leading in each row. The pivot columns are the columns that have a pivot position.
Pivot Positions: and
Pivot Columns: and
解题步骤 3
The rank is the number of pivot columns.