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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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

Involuntary matrix

A

A² = I
or
A = A⁻¹

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

Idempotent matrix

A

A² = A

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

Trace(k(A))

A

k(Trace(A))

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

Trace(A+B)

A

Trace(A)+Trace(B)

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

Matrix multiplication is associative or not
What it means

A

Associative
A(BC) = (AB)C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
(AB)ᵀ
BᵀAᵀ
26
All symmetric matrix are ___________ matrix
Hermitian
27
If any matrix is multiplied for numbers of time so that the result is null matrix is called ________________
Nilpotent matrix
28
A is skew-symmetric matrix, what it tells about Aⁿ
Aⁿ is symmetric if n is even Aⁿ is skew-symmetric if n is odd
29
Diagonal elements of Hermitian matrix
if elements of diagonal are real, then there is no affect on diagonal elements
30
A matrix is multiplied by itself and you are getting identity matrix then
matrix and its inverse both are equal and matrix is involuntary matrix
31
Diagonal elements of Skew symmetric matrix
0
32
Skew symmetric matrix
A = -Aᵀ or A + Aᵀ=0
33
If a matrix is multiplied by itself and you are getting same matrix then such matrix is _________________
Idempotent matrix
34
Trace(Aᵀ)
Trace(A)
35
(Aᵀ)ᵀ
A
36
(A+B)ᵀ
Aᵀ+Bᵀ
37
order of Aᵀ
nxm
38
Nilpotent matrix
Aᵏ = Onxn (Null matrix) here k is index or degree
39
For Trace(A), which condition is required
The matrix should be square
40
If AB = A and BA = B then
A and B both are idempotent matrices
41
Conjugate matrix of real elements
No affect on matrix
42
Hint of Hermitian matrix
tranjugate = transpose + conjugate
43
(-A)ᵀ
-Aᵀ
44
Unitary matrix
AAθ = Aθ A = I or Aθ = A⁻¹ (here θ is superscript)
45
Singular matrix
|A| = 0
46
Non-singular matrix
|A| ≠ 0
47
Inverse of matrix
A⁻¹ = adjA / |A|, where |A| != 0
48
(A+B)²
(A+B)² = A² + AB + BA + B²
49
The minimum number of multiplications required to multiply Aₘₓₙ with Bₙₓₚ
The minimum number of multiplications required to multiply Aₘₓₙ with Bₙₓₚ is mnp
50
Matrices of same dimension means
same order i.e. if you have A of order mxn then order of B will be same i.e, mxn
51
If A and D are similar matrices, what about their determinants
|A|=|D|
52
(AB)ⁿ
BⁿAⁿ
53
(AB)⁻¹
B⁻¹A⁻¹
54
AAᵀ matrix
AAᵀ matrix symmetric matrix
55
note about product of two symmetric matrices
Product of 2 symmetric matrices is need no to be symmetric unless A = B
56
note about product of two skew symmetric matrices
Product of 2 skew-symmetric matrices is need no to be skew symmetric unless AB = -BA
57
Geometrical definition of orthogonal matrix
A = [x₁ x₂ x₃ ... xₙ]ₙₓₙ is a orthogonal matrix whose vectors are orthonormalisation vectors. [Here x₁,x₂,x₃, ... xₙ are n tuple vectors i.e. they are n-dimensional column vectors i.e. have n components] OR A square matrix whose vectors are orthonormal vectors called orthogonal matrix.
58
Partition matrices
Divide the matrix into number of blocks
59
Type of partition matrices also their determinants and condition for it also
60
Inverse of matrix (Proper formula)
61
Inverterse of 2x2 matrix (shortcut)