Your task is to construct another binary matrix b of size n x n such that : b(i,j) = 1 iff either a(i,j) = 1 or a90(i,j) = 1 or a180(i,j) = 1 or a270(i,j) = 1 b(i,j) = 0 otherwise
Answers
Answered by
0
construct another binary matrix b of size n x n such that : b(i,j) = 1 iff either a(i,j) = 1 or a90(i,j) = 1 or a180(i,j) = 1 or a270(i,j) = 1 b(i,j) = 0 otherwise.
Similar questions