Link Search Menu Expand Document

Types of Matrices

We will cover following topics

Symmetric and Skew-Symmetric Matrices

Symmetric Matrix

A square matrix A is called symmetric if A=AT, i.e., aji=aij, i,j.

Skew-Symmetric Matrix

A square matrix A is called skew-symmetric if A=AT, i.e., aji=aij, i,j.

Hermitian and Skew-Hermitian Matrices

Hermitian Matrix

A complex square matrix A is called Hermitian if A=AT¯=AH, i.e., aij=aji¯, i,j.

Skew-Hermitian Matrix

A complex square matrix A is called skew-Hermitian if A=AT¯=AH, i.e., aij=aji¯, i,j

Orthogonal and Unitary Matrices

Unitary Matrix

A matrix A is called unitary if AAH=I.

Orthogonal Matrix

A matrix A is called orthogonal if AAT=I.


PYQs

Symmetric and Skew-Symmetric Matrices

1) When is a square matrix A said to be congruent to a square matrix B? Prove that every matrix congruent to skew-symmetric matrix is skew symmetric.

[2001, 15M]

Hermitian and Skew-Hermitian Matrices

1) Prove that Eigen values of a Hermitian matrix are all real.

[2016, 8M]


2) Let A be a Hermitian matrix having all distinct Eigen values λ1, λ2, λn. If X1,X2,Xn are corresponding Eigen vectors, then show that the n×n matrix C whose kth column consists of the vector Xn is non singular.

[2013, 8M]


3) Let H=[1i2+ii21i2i1+i2] be a Hermitian matrix. Find a non-singular matrix P such that D=PTHP¯ is diagonal.

[2012, 20M]


4) Find a Hermitian and skew-Hermitian matrix each whose sum is the matrix [2i3112+3i2i+145i].

[2009, 12M]

Orthogonal and Unitary Matrices

1) Let A and B be two orthogonal matrices of same order and det A + det B=0.Show that A+B is a singular matrix.

[2019, 15M]


2) Let A=[2213]. Find a non-singular matrix P such that P1AP is diagonal matrix.

[2017, 10M]


3) Prove that Eigen values of a unitary matrix have absolute value 1.

[2014, 7M]


4) Find a 2×2 real matrix A which is both orthogonal and skew-symmetric. Can there exist a 3×3 real matrix which is both orthogonal and skew-symmetric? Justify your answer.

[2009, 20M]


5) If S is a skew-Hermitian matrix, then show that A=(I+S)(IS)1 is a unitary matrix. Also show that every unitary matrix can be expressed in the above form provided -1 is not an Eigen value of A.

[2005, 15M]


6) If H is a Hermitian matrix, then show that A=(H+iI)1(HiI) is a unitary matrix. Also so that every unitary matrix can be expressed in this form, provided 1 is not an Eigen value of A.

[2003, 15M]


7) If A=[622231213], then find a diagonal matrix D and a matrix B such that A=BDB, where B denotes the transpose of B.

[2003, 15M]


8) Determine an orthogonal matrix P such that P1AP is a diagonal matrix, where A=[744481418].

[2001, 15M]


< Previous Next >