线性代数 示例

求秩 [[0,1,2,3],[10,11,12,13],[20,21,22,23],[30,31,32,33]]
解题步骤 1
求行简化阶梯形矩阵。
点击获取更多步骤...
解题步骤 1.1
Swap with to put a nonzero entry at .
解题步骤 1.2
Multiply each element of by to make the entry at a .
点击获取更多步骤...
解题步骤 1.2.1
Multiply each element of by to make the entry at a .
解题步骤 1.2.2
化简
解题步骤 1.3
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.3.1
Perform the row operation to make the entry at a .
解题步骤 1.3.2
化简
解题步骤 1.4
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.4.1
Perform the row operation to make the entry at a .
解题步骤 1.4.2
化简
解题步骤 1.5
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.5.1
Perform the row operation to make the entry at a .
解题步骤 1.5.2
化简
解题步骤 1.6
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.6.1
Perform the row operation to make the entry at a .
解题步骤 1.6.2
化简
解题步骤 1.7
Perform the row operation to make the entry at a .
点击获取更多步骤...
解题步骤 1.7.1
Perform the row operation to make the entry at a .
解题步骤 1.7.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.