Advertisements
Advertisements
Question
Let A = `((1, 0, 1, 0),(0, 1, 0, 1),(1, 0, 0, 1))`, B = `((0, 1, 0, 1),(1, 0, 1, 0),(1, 0, 0, 1))`, C = `((1, 1, 0, 1),(0, 1, 1, 0),(1, 1, 1, 1))` be any three boolean matrices of the same type. Find A v B
Sum
Advertisements
Solution
Given boolean matrices
A = `((1, 0, 1, 0),(0, 1, 0, 1),(1, 0, 0, 1))`
B = `((0, 1, 0, 1),(1, 0, 1, 0),(1, 0, 0, 1))`
C = `((1, 1, 0, 1),(0, 1, 1, 0),(1, 1, 1, 1))`
A v B = `((1, 0, 1, 0),(0, 1, 0, 1),(1, 0, 0, 1)) vv ((0, 1, 0, 1),(1, 0, 1, 0),(1, 0, 0, 1))`
= `((1 vv 0, 0 vv 1, 1 vv 0, 0 vv 1),(0 vv 1, 1 vv 0, 0 vv 1, 1 vv 0),(1 vv 1, 0 vv 0, 0 vv 0, 1 vv 1))`
= `((1, 1, 1, 1),(1, 1, 1, 1),(1, 0, 0, 1))`
shaalaa.com
Is there an error in this question or solution?
