How can I determine a matrix is even or odd?
Answers
Answered by
2
Step-by-step explanation:
Let us call a matrix W even if its elements are zero unless the sum of the indices is even – i.e. Wij = 0 unless i + j is even; and let us call a matrix B odd if its elements are zero unless the sum of the indices is odd – i.e. Bij = 0 unless i + j is odd.
Similar questions