Skip to content

Instantly share code, notes, and snippets.

@argha0x
Created April 22, 2021 16:36
Show Gist options
  • Save argha0x/4c0e9e10694af3a4c27c98a4623d258b to your computer and use it in GitHub Desktop.
Save argha0x/4c0e9e10694af3a4c27c98a4623d258b to your computer and use it in GitHub Desktop.
row piv 8.0
col piv 9.0
[[9. 7. 8. 5.]
[3. 3. 4. 1.]
[1. 1. 2. 0.]
[9. 7. 6. 8.]]
row piv 0.666666666666667
col piv 1.3333333333333335
[[ 9. 8. 7. 5. ]
[ 0. 1.33333333 0.66666667 -0.66666667]
[ 0. 1.11111111 0.22222222 -0.55555556]
[ 0. -2. 0. 3. ]]
row piv 1.0000000000000002
col piv 2.0000000000000004
[[ 9.00000000e+00 8.00000000e+00 5.00000000e+00 7.00000000e+00]
[ 0.00000000e+00 1.33333333e+00 -6.66666667e-01 6.66666667e-01]
[ 0.00000000e+00 0.00000000e+00 2.00000000e+00 1.00000000e+00]
[ 0.00000000e+00 0.00000000e+00 -2.22044605e-16 -3.33333333e-01]]
row piv 0.33333333333333337
col piv 0.33333333333333337
[[ 9. 8. 5. 7. ]
[ 0. 1.33333333 -0.66666667 0.66666667]
[ 0. 0. 2. 1. ]
[ 0. 0. 0. -0.33333333]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment