Exercise 12 Solution
%{
One would guess that using false to create the matrix would be faster
because the other approach first creates zeros then converts them to false
so using false looks more direct
Let's use a few large numbers N for the size of the matrix
and test this
%}
One would guess that using false to create the matrix would be faster
because the other approach first creates zeros then converts them to false
so using false looks more direct
Let's use a few large numbers N for the size of the matrix
and test this
%}