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
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))`
APPEARS IN
RELATED QUESTIONS
Check the commutativity and associativity of the following binary operation '*' on N, defined by a * b = ab for all a, b ∈ N ?
If the binary operation o is defined by aob = a + b − ab on the set Q − {−1} of all rational numbers other than 1, shown that o is commutative on Q − [1].
On Q, the set of all rational numbers a binary operation * is defined by \[a * b = \frac{a + b}{2}\] Show that * is not associative on Q.
Let * be a binary operation on Q − {−1} defined by a * b = a + b + ab for all a, b ∈ Q − {−1} Find the identity element in Q − {−1} ?
Let R0 denote the set of all non-zero real numbers and let A = R0 × R0. If '*' is a binary operation on A defined by
(a, b) * (c, d) = (ac, bd) for all (a, b), (c, d) ∈ A
Find the identity element in A ?
For the binary operation ×7 on the set S = {1, 2, 3, 4, 5, 6}, compute 3−1 ×7 4.
Define a binary operation * on the set {0, 1, 2, 3, 4, 5} as \[a * b = \begin{cases}a + b & ,\text{ if a + b} < 6 \\ a + b - 6 & , \text{if a + b} \geq 6\end{cases}\]
Show that 0 is the identity for this operation and each element a ≠ 0 of the set is invertible with 6 − a being the inverse of a.
Define a binary operation on a set.
Let * be a binary operation on set of integers I, defined by a * b = 2a + b − 3. Find the value of 3 * 4.
If the binary operation ⊙ is defined on the set Q+ of all positive rational numbers by \[a \odot b = \frac{ab}{4} . \text{ Then }, 3 \odot \left( \frac{1}{5} \odot \frac{1}{2} \right)\] is equal to __________ .
The binary operation * is defined by a * b = a2 + b2 + ab + 1, then (2 * 3) * 2 is equal to ______________ .
Let * be a binary operation on N defined by a * b = a + b + 10 for all a, b ∈ N. The identity element for * in N is _____________ .
Let '*' be a binary operation on N defined by
a * b = 1.c.m. (a, b) for all a, b ∈ N
Find 2 * 4, 3 * 5, 1 * 6.
Determine whether * is a binary operation on the sets-given below.
a * b – a.|b| on R
Choose the correct alternative:
In the set R of real numbers ‘*’ is defined as follows. Which one of the following is not a binary operation on R?
Choose the correct alternative:
If a * b = `sqrt("a"^2 + "b"^2)` on the real numbers then * is
Let * be a binary operation on the set of integers I, defined by a * b = a + b – 3, then find the value of 3 * 4.
a * b = `((a + b))/2` ∀a, b ∈ N is
Subtraction and division are not binary operation on.