If you have matrix A, create matrix B using matrix A as an "element"
A = [1 2 3 4; 5 6 7 8]
B = [1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8; 1 2 3 4 1 2 3 4; 5 6 7 8 5 6 7 8]
205 Solvers
221 Solvers
192 Solvers
Find the area of the four walls
135 Solvers
200 Solvers
Solution 498282
In this case you can pass only one argument. ;-)