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 ∧ B
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 ∧ 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))`
APPEARS IN
RELATED QUESTIONS
Determine whether or not of the definition of given below gives a binary operation. In the event that * is not a binary operation, give justification for this.
On Z+, define * by a * b = ab
If a * b denotes the larger of 'a' and 'b' and if a∘b = (a * b) + 3, then write the value of (5) ∘ (10), where * and ∘ are binary operations.
Prove that the operation * on the set
\[M = \left\{ \begin{bmatrix}a & 0 \\ 0 & b\end{bmatrix}; a, b \in R - \left\{ 0 \right\} \right\}\] defined by A * B = AB is a binary operation.
The binary operation * : R × R → R is defined as a * b = 2a + b. Find (2 * 3) * 4.
Let '*' be a binary operation on N defined by a * b = 1.c.m. (a, b) for all a, b ∈ N
Check the commutativity and associativity of '*' on N.
Determine which of the following binary operation is associative and which is commutative : * on N defined by a * b = 1 for all a, b ∈ N ?
On Q, the set of all rational numbers, * is defined by \[a * b = \frac{a - b}{2}\] , shown that * is no associative ?
Let * be a binary operation on Q − {−1} defined by a * b = a + b + ab for all a, b ∈ Q − {−1} Show that every element of Q − {−1} is invertible. Also, find the inverse of an arbitrary element ?
Let 'o' be a binary operation on the set Q0 of all non-zero rational numbers defined by \[a o b = \frac{ab}{2}, \text{for all a, b} \in Q_0\].
Show that 'o' is both commutative and associate ?
Construct the composition table for ×4 on set S = {0, 1, 2, 3}.
Find the inverse of 5 under multiplication modulo 11 on Z11.
For the binary operation multiplication modulo 10 (×10) defined on the set S = {1, 3, 7, 9}, write the inverse of 3.
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 __________ .
Let * be a binary operation defined on Q+ by the rule
\[a * b = \frac{ab}{3} \text{ for all a, b } \in Q^+\] The inverse of 4 * 6 is ___________ .
The number of commutative binary operations that can be defined on a set of 2 elements 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.
Let M = `{{:((x, x),(x, x)) : x ∈ "R"- {0}:}}` and let * be the matrix multiplication. Determine whether M is closed under *. If so, examine the commutative and associative properties satisfied by * on M
Choose the correct alternative:
If a * b = `sqrt("a"^2 + "b"^2)` on the real numbers then * is
Is the binary operation * defined on Z (set of integer) by m * n = m – n + mn ∀ m, n ∈ Z commutative?
In the set N of natural numbers, define the binary operation * by m * n = g.c.d (m, n), m, n ∈ N. Is the operation * commutative and associative?
