tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
11
Task/QR-decomposition/Mathematica/qr-decomposition.math
Normal file
11
Task/QR-decomposition/Mathematica/qr-decomposition.math
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{q,r}=QRDecomposition[{{12, -51, 4}, {6, 167, -68}, {-4, 24, -41}}];
|
||||
q//MatrixForm
|
||||
|
||||
-> 6/7 3/7 -(2/7)
|
||||
-69/175 158/175 6/35
|
||||
-58/175 6/175 -33/35
|
||||
|
||||
r//MatrixForm
|
||||
-> 14 21 -14
|
||||
0 175 -70
|
||||
0 0 35
|
||||
Loading…
Add table
Add a link
Reference in a new issue