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 [पृष्ठ २३६]
