7,833 views
32 votes
32 votes

Consider the set $H$ of all $3 * 3$ matrices of the type $$\left( \begin{array}{ccc} a & f & e \\ 0 & b & d \\ 0 & 0 & c \end{array} \right)$$ where $a,b,c,d,e$ and $f$ are real numbers and $abc ≠ 0.$ Under the matrix multiplication operation, the set $H$ is:

  1. a group
  2. a monoid but not a group
  3. a semi group but not a monoid
  4. neither a group nor a semi group

4 Answers

Best answer
51 votes
51 votes

Given Information: Matrix is upper triangular. It's determinant is multiplication of principle diagonal elements. i.e., $abc.$
It is given that $abc \neq 0.$ So, Inverse for every such matrix exists.

Now this set is

  1. Closed - You can see after multiplication matrix is in same format and $|AB| = |A||B| \neq 0$ as $|A|,|B| \neq 0$
  2. Associative - Matrix multiplication is associative
  3. Existence of Identity - Identity Matrix is present
  4. Existence of Inverse - as determinant is non zero there exist inverse for every matrix

So, it is group.

Correct Answer: $A$

edited by
1 votes
1 votes

$abc\neq0$

The product of diagonal elements in a triangular matrix is the determinant.

=> determinant of such matrices $\neq0$

=> Matrices are non-singular

=> Matrices are invertible. -----------> #1

 

Closure holds.

Associativity holds. Matrix Chain Multiplication in Dynamic Programming is an example of this.

Identity holds. (The identity matrix)

Inverse holds. // From #1

Commutativity doesn't hold. As A.B $\neq$ B.A for matrices.

 

So, this is a group. Option A

0 votes
0 votes
A group
0 votes
0 votes

if any matrix is non singular means it has non zero determinant then it is

-closure

-Associativity

-Identity

-Inverse

so it is group 

Answer:

Related questions

7.3k
views
3 answers
24 votes
gatecse asked Sep 21, 2014
7,334 views
The set \(\{1, 2, 4, 7, 8, 11, 13, 14\}\) is a group under multiplication modulo $15$. The inverses of $4$ and $7$ are respectively:$3$ and $13$$2$ and $11$$4$ and $13$$8...
24.9k
views
6 answers
37 votes
Kathleen asked Sep 22, 2014
24,937 views
The time complexity of computing the transitive closure of a binary relation on a set of $n$ elements is known to be:$O(n)$$O(n \log n)$$O \left( n^{\frac{3}{2}} \right)...
10.2k
views
7 answers
42 votes
gatecse asked Sep 21, 2014
10,215 views
Let $f: B \to C$ and $g: A \to B$ be two functions and let $h = f o g$. Given that $h$ is an onto function which one of the following is TRUE?$f$ and $g$ should both be o...
9.4k
views
4 answers
28 votes
gatecse asked Sep 21, 2014
9,357 views
Let $R$ and $S$ be any two equivalence relations on a non-empty set $A$. Which one of the following statements is TRUE?$R$ $∪$ $S$, $R$ $∩$ $S$ are both equivalence r...