in Linear Algebra edited by
3,378 views
8 votes
8 votes

If a square matrix A satisfies $A^TA=I$, then the matrix $A$ is

  1. Idempotent
  2. Symmetric
  3. Orthogonal
  4. Hermitian
in Linear Algebra edited by
3.4k views

1 comment

The matrix M is idempotent if and only if MM = M.

Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose—that is, the element in the i-th row and j-th column is equal to the complex conjugate of the element in the j-th row and i-th column, for all indices i and j:

a_{ij} = \overline{a_{ji}} or A = \overline {A^\text{T}}, in matrix form.

2
2

4 Answers

7 votes
7 votes
Best answer

If a square matrix A satisfies ATA=I, then the matrix A is   Orthogonal Matrix.

Option C is correct.

selected by
3 votes
3 votes

In linear algebra, an orthogonal matrix is a square matrix with real entries whose columns and rows are orthogonal unit vectors (i.e., orthonormal vectors), i.e.

where I is the identity matrix.

https://en.wikipedia.org/wiki/Orthogonal_matrix

1 vote
1 vote

Answer is orthogonal matrix.

reference:: http://mathworld.wolfram.com/OrthogonalMatrix.html

1 vote
1 vote

Idempotent Matrix: $AA=A^2=A$

Symmetric Matrix: $A=A^T$

Orthogonal Matrix: $AA^T = I$ (Option C)

Hermitian matrix (or self-adjoint matrix) is a complex square matrix that is equal to its own conjugate transpose.

 

Bonus:-

Singular Matrix: Matrix whose determinant is 0. It's opposite to Invertible matrix, whose determinant is $\neq$ 0

Skew Symmetric Matrix: $A^T=-A$

edited by

2 Comments

Orthogonal Matrix$:A^{T} = A^{-1}$

Multiply both sides with $'A',$ then we get

$AA^{T} = AA^{-1}\implies AA^{T} = I\rightarrow (1)$

On the equation $(1),$ apply the determinant on both sides, then we get

$ \mid AA^{T} \mid = \mid I \mid $

$\implies \mid A \mid \mid A^{T} \mid  = \mid I \mid$

$\implies \mid A \mid ^{2} = 1 \:\:\:\:\: \bigg[\because\: \mid A \mid = \mid A^{T} \mid  and \mid I \mid = 1\bigg]$

$ \implies \mid A \mid  = \pm 1$
1
1
Whoa, thank you (:
1
1
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true