5 lines
87 B
Text
5 lines
87 B
Text
with(LinearAlgebra):
|
|
A:=<12,-51,4;6,167,-68;-4,24,-41>:
|
|
Q,R:=QRDecomposition(A):
|
|
Q;
|
|
R;
|