Advertisements
Advertisements
प्रश्न
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 ∧ B
योग
Advertisements
उत्तर
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 ∧ B = `((1 ^^ 0, 0 ^^ 1, 1 ^^ 0, 0 ^^ 1),(0 ^^ 1, 1 ^^ 0, 0 ^^ 1, 1 ^^ 0),(1 ^^ 1, 0 ^^ 0, 0 ^^ 0, 1 ^^ 1))`
= `((0, 0, 0, 0),(0, 0, 0, 0),(1, 0, 0, 1))`
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 12: Discrete Mathematics - Exercise 12.1 [पृष्ठ २३६]
