commit ba0d807d22b0ff5d200e489d03f06aa60e8dc2ff
parent 42d7ad7d723858eb9ac4838a2c5a5cbd6e718f23
Author: miksa234 <milutin@popovic.xyz>
Date: Mon, 8 Nov 2021 11:52:59 +0100
sesh2 update
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sesh2/src/main.jl b/sesh2/src/main.jl
@@ -36,7 +36,7 @@ function main()
end
# Exercise 6
- n = 2 # can take bigger n
+ n = 4 # can take bigger n
A = rand(1:10, n, n)
B = rand(1:10, n, n)
T, (U, V, W) = multiplication_tensor(n)
diff --git a/sesh2/tex/main.pdf b/sesh2/tex/main.pdf
Binary files differ.