in Linear Algebra recategorized by
7,752 views
26 votes
26 votes

Let $A$ and $B$ be real symmetric matrices of size $n \times n$. Then which one of the following is true?

  1. $AA'=I$
  2. $A=A^{-1}$
  3. $AB=BA$
  4. $(AB)'=BA$
in Linear Algebra recategorized by
7.8k views

3 Comments

Isn't option C and D both are true?
0
0
Matrix multiplication is not commutative. So only D.
0
0

Option $A$ and $B$ are incorrect  because  It is not given in question that matrix $A$ is invertible, it may be the case that $A$ is singular matrix.


Option $C$  is incorrect because Matrix multiplicaton are non commutative

7
7

3 Answers

28 votes
28 votes
Best answer

symmetric matrix is a square matrix that is equal to its transpose.

$(AB)' = B'A' =BA$ as both $A$ and $B$ are symmetric matrices, hence $B' = B$ and $A'=A$

So, (D) is correct option!

Why is $(C)$ not correct option? see the following example:

$\begin{bmatrix}1&1\\1&1\end{bmatrix}\begin{bmatrix}1&0\\0&2\end{bmatrix}=\begin{bmatrix}1&2\\1&2\end{bmatrix}$

$\begin{bmatrix}1&0\\0&2\end{bmatrix}\begin{bmatrix}1&1\\1&1\end{bmatrix}=\begin{bmatrix}1&1\\2&2\end{bmatrix}$

There are two symmetric matrices given of size $2\times2$ and $AB != BA$. Therefore (C) is not a correct option!

edited by

4 Comments

Is there any property of A = A' , If  A is a symmetric matrix??
0
0

it can be easily seen from the definition of the symmetric matrix. (Aij = Aji)

 

take an example 

 2    3

 3    4

its transpose will be 

 2    3

 3    4

 

0
0
A.Orthagonal matrix property

B.Involuntry matrix property

D.Symmetric matrix property
1
1
16 votes
16 votes
Answer: D

Given A = A' and B = B'

(AB)' = B'A' = BA
1 vote
1 vote

.

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