September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153127 additions and 63862 deletions
6
Task/Deconvolution-1D/Zkl/deconvolution-1d-4.zkl
Normal file
6
Task/Deconvolution-1D/Zkl/deconvolution-1d-4.zkl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
h:=T(-8,-9,-3,-1,-6,7);
|
||||
f:=T(-3,-6,-1,8,-6,3,-1,-9,-9,3,-2,5,2,-2,-7,-1);
|
||||
g:=T(24,75,71,-34,3,22,-45,23,245,25,52,25,-67,
|
||||
-96,96,31,55,36,29,-43,-7);
|
||||
println(deconv(g, f) == h, " ", deconv(g, f));
|
||||
println(deconv(g, h) == f, " ", deconv(g, h));
|
||||
Loading…
Add table
Add a link
Reference in a new issue