Matrix Flashcards

1
Q

Trace(A)

A

sum of principal diagonal elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Orthogonal matrix

A

A⁻¹ = Aᵀ
or AAᵀ = AᵀA = I

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Matrix multiplication is commutative or not
What it means

A

Non commutative
AB != BA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Symmetric matrix

A

Aᵀ = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(Aᵀ)ⁿ

A

(Aⁿ)ᵀ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If A is idempotent matrix then what it tells about Aⁿ

A

then Aⁿ = A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to identify matrix is symmetric if it is given

A

The elements of upper triangular matrix and lower triangular matrix are symmetric about principal diagonal
Diagonal elements of matrix are real

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is index or degree k of Nilpotent matrix

A

How many times it is required to multiply to get the null matrix is understand as degree of it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Hermitian matrix

A

Ā = Aᵀ (A bar = A transpose)
or
(Ā)ᵀ = A
or
Aθ = A (A raise to the power theta = A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A is symmetric, what it tells about Aⁿ

A

It is also symmetric

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If AB = B and BA = A then

A

A and B both are idempotent matrices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Trace(A-B)

A

Trace(A)-Trace(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Conjugate of a matrix

A

it changes the sign of imaginary part of the complex element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How to represent conjugate matrix

A

Ā (A bar or A with macron)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Every square matrix can be written as
1.) _______________________
2.) _______________________

A

1.) Sum of symmetric and skew symmetric matrices
Anxn = 1/2(A + Aᵀ) +1/2(A-Aᵀ)
2.) Sum of hermitian and skew-hermitian matrix
Anxn = 1/2(A + Aθ) + 1/2(A - Aθ).
(here θ is in power)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

complex matrix

A

A matrix having at least one element complex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Skew Hermitian matrix

A

Ā = -Aᵀ (A bar =- A transpose)
or
(Ā)ᵀ = -A
or
Aθ = -A (A raise to the power theta = -A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Diagonal elements of symmetric matrix

A

Real

19
Q

How to identify matrix is skew symmetric matrix if it is given

A

Diagonal elements are zero
Lower triangular elements = -Upper triangular elements

20
Q

Involuntary matrix

A

A² = I
or
A = A⁻¹

21
Q

Idempotent matrix

A

A² = A

22
Q

Trace(k(A))

A

k(Trace(A))

23
Q

Trace(A+B)

A

Trace(A)+Trace(B)

24
Q

Matrix multiplication is associative or not
What it means

A

Associative
A(BC) = (AB)C

25
Q

(AB)ᵀ

A

BᵀAᵀ

26
Q

All symmetric matrix are ___________ matrix

A

Hermitian

27
Q

If any matrix is multiplied for numbers of time so that the result is null matrix is called ________________

A

Nilpotent matrix

28
Q

A is skew-symmetric matrix, what it tells about Aⁿ

A

Aⁿ is symmetric if n is even
Aⁿ is skew-symmetric if n is odd

29
Q

Diagonal elements of Hermitian matrix

A

if elements of diagonal are real, then there is no affect on diagonal elements

30
Q

A matrix is multiplied by itself and you are getting identity matrix then

A

matrix and its inverse both are equal
and matrix is involuntary matrix

31
Q

Diagonal elements of Skew symmetric matrix

A

0

32
Q

Skew symmetric matrix

A

A = -Aᵀ or A + Aᵀ=0

33
Q

If a matrix is multiplied by itself and you are getting same matrix then such matrix is _________________

A

Idempotent matrix

34
Q

Trace(Aᵀ)

A

Trace(A)

35
Q

(Aᵀ)ᵀ

A

A

36
Q

(A+B)ᵀ

A

Aᵀ+Bᵀ

37
Q

order of Aᵀ

A

nxm

38
Q

Nilpotent matrix

A

Aᵏ = Onxn (Null matrix)
here k is index or degree

39
Q

For Trace(A), which condition is required

A

The matrix should be square

40
Q

If AB = A and BA = B then

A

A and B both are idempotent matrices

41
Q

Conjugate matrix of real elements

A

No affect on matrix

42
Q

Hint of Hermitian matrix

A

tranjugate = transpose + conjugate

43
Q

(-A)ᵀ

A

-Aᵀ