ReducedRowEchelonForm コマンド
- ReducedRowEchelonForm( <行列> )
-
与えられた行列の 行階段形 を返す.
-
ReducedRowEchelonForm({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}})
は,行列 (100010001)を返す. -
ReducedRowEchelonForm({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}})
は,行列 (1005010−2.80012)を返す.
CAS での書式
- ReducedRowEchelonForm( <Matrix> )
-
与えられた行列の 行階段形 を返す.
-
ReducedRowEchelonForm({{1, 6, 4}, {2, 8, 9}, {4, 5, 6}})
は,行列 (100010001)を返す. -
ReducedRowEchelonForm({{2, 10, 11, 4}, {2, (-5), (-6), 12}, {2, 5, 3, 2}})
は,行列 (1005010−1450012)を返す.