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
उत्तर
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
संबंधित प्रश्न
Determine whether or not each 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 = a
For each binary operation * defined below, determine whether * is commutative or associative.
On Z+, define a * b = 2ab
Consider the binary operation ∨ on the set {1, 2, 3, 4, 5} defined by a ∨b = min {a, b}. Write the operation table of the operation∨.
Let * be a binary operation on the set Q of rational numbers as follows:
(i) a * b = a − b
(ii) a * b = a2 + b2
(iii) a * b = a + ab
(iv) a * b = (a − b)2
(v) a * b = ab/4
(vi) a * b = ab2
Find which of the binary operations are commutative and which are associative.
Given a non-empty set X, consider the binary operation *: P(X) × P(X) → P(X) given by A * B = A ∩ B &mnForE; A, B in P(X) is the power set of X. Show that X is the identity element for this operation and X is the only invertible element in P(X) with respect to the operation*.
Define a binary operation *on the set {0, 1, 2, 3, 4, 5} as
a * b = `{(a+b, "if a+b < 6"), (a + b - 6, if a +b >= 6):}`
Show that zero is the identity for this operation and each element a ≠ 0 of the set is invertible with 6 − a being the inverse of a.
Determine whether the following operation define a binary operation on the given set or not : '*' on N defined by a * b = a + b - 2 for all a, b ∈ N
On R − {1}, a binary operation * is defined by a * b = a + b − ab. Prove that * is commutative and associative. Find the identity element for * on R − {1}. Also, prove that every element of R − {1} is invertible.
Write the identity element for the binary operation * defined on the set R of all real numbers by the rule
\[a * b = \frac{3ab}{7} \text{ for all a, b} \in R .\] ?
Define identity element for a binary operation defined on a set.
For the binary operation multiplication modulo 10 (×10) defined on the set S = {1, 3, 7, 9}, write the inverse of 3.
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 * on Z is defined by a * b = a2 − b2 + ab + 4, then value of (2 * 3) * 4 is ____________ .
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 __________ .
Fill in the following table so that the binary operation * on A = {a, b, c} is commutative.
* | a | b | c |
a | b | ||
b | c | b | a |
c | a | c |
Choose the correct alternative:
A binary operation on a set S is a function from
Let N be the set of natural numbers. Then, the binary operation * in N defined as a * b = a + b, ∀ a, b ∈ N has identity element.
Let * be the binary operation defined on Q. Find which of the following binary operations are commutative
a * b = a2 + b2 ∀ a, b ∈ Q
A binary operation A × A → is said to be associative if:-