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) ∧ C
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) ∧ C = `((1, 1, 1, 1),(1, 1, 1, 1),(1, 0, 0,1)) ^^ ((1, 1, 0, 1),(0, 1, 1, 0),(1, 1, 1, 1))`
= `((1 ^^ 1, 1^^ 1, 1 ^^ 0, 1 ^^ 1),(1 ^^ 0, 1^^ 1, 1 ^^ 1, 1 ^^ 0),(1 ^^ 1, 0 ^^ 1, 0 ^^ 1, 1 ^^ 1))`
= `((1, 1, 0, 1),(0, 1, 1, 0),(1, 0, 0, 1))`
shaalaa.com
Is there an error in this question or solution?
Chapter 12: Discrete Mathematics - Exercise 12.1 [Page 236]
