June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -0,0 +1,5 @@
|
|||
elim::{[h m];h::*m::x@>*'x;
|
||||
:[2>#x;x;(,h),0,:\.f({1_x}'{x-h**x%*h}'1_m)]}
|
||||
subst::{[v];v::[];
|
||||
{v::v,((*x)-/:[[]~v;[];v*x@1+!#v])%x@1+#v}'||'x;|v}
|
||||
gauss::{subst(elim(x))}
|
||||
12
Task/Gaussian-elimination/Klong/gaussian-elimination-2.klong
Normal file
12
Task/Gaussian-elimination/Klong/gaussian-elimination-2.klong
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
gauss([[1.00 0.00 0.00 0.00 0.00 0.00 -0.01]
|
||||
[1.00 0.63 0.39 0.25 0.16 0.10 0.61]
|
||||
[1.00 1.26 1.58 1.98 2.49 3.13 0.91]
|
||||
[1.00 1.88 3.55 6.70 12.62 23.80 0.99]
|
||||
[1.00 2.51 6.32 15.88 39.90 100.28 0.60]
|
||||
[1.00 3.14 9.87 31.01 97.41 306.02 0.02]]
|
||||
[-0.00999999999999981
|
||||
1.60279039450211414
|
||||
-1.6132030599055625
|
||||
1.24549412137143782
|
||||
-0.490989719584658025
|
||||
0.0657606961752320591]
|
||||
Loading…
Add table
Add a link
Reference in a new issue