edited by
556 views
4 votes
4 votes
Consider the set H of all 3 × 3 matrices of the type:

$\begin{bmatrix} a&f&e\\ 0&b&d\\ 0&0&c\\ \end{bmatrix}$

where a, b, c, d, e and f are real numbers and $abc ≠ 0$. Under the matrix multiplication operation, the set H is:

(a) a group

(b) a monoid but not a group

(c) a semigroup but not a monoid

(d) neither a group nor a semigroup
edited by

2 Answers

1 votes
1 votes
Answer (a). This is a group. This satisfies closure and associativity properties.

Identity element is the 3x3 Identity matrix. The inverse also exists because the determinant, a*b*c, is non-zero.

It satisfies all the properties of a group. Hence, it is a group
1 votes
1 votes
Answer is (a). Group.

Matrix operation multiplication and addition satisfies closure, associative, identity ($I_{3}$ ).

For addition inverse will always exist. (Null Matrix).

For Multiplication for singular matrix inverse mayn't exist. But here there is a condition that diagonal element product is non zero. Due to this restriction it will be non singular.

No related questions found