LINEAR ALGEBRA (Part-3) - Useful Properties

LINEAR ALGEBRA (Part-3)

Useful Properties

Information

Below, we will see some properties of Matrix. Remember there are many more then listed.

Property 1


A(B + C) = AB + AC

Property 2


A(BC) = (AB)C

Property 3


A(BC) = (AB)C

Property 4

AB ≠ BA
For some cases AB = BA is true. But not for all.

Property 5


ATB = BTA

Property 6


(AB)T = BTAT

Property 7


ATB = (ATB)T = BTA

Property 8


A ❌ b = c
The multiplication of a matrix and a vector results in a vector.
Let's consider 3X2 matrix A and 2X1 vector b. So A ❌ b will result in 3X1 vector c. see below
A3,2 = [     b2,1 =[    c3,1 =[    c3,1 =[ 
       4     1❌4 ➕ 3❌5     19
   .   5 =   2❌4 ➕ 1❌5 =   13
      ]      3❌4 ➕ 2❌5     22
  ]            ]     ] 
Remember the reverse will also hold. means consider 1X2 vector b and 2X3 matrix A. So b ❌ A will result in 1X3 vector c. see below
b1,2 = [      A2,3 =[        c1,3 =[        c1,3 =[     
    .   1 2 3    4❌1 ➕ 5❌3  4❌2 ➕ 5❌1 4❌3 ➕ 5❌2    19 13 22
  ]        3 1 2     ]         ]     
         ]                         

SOURCE

1) Deep Learning (Ian Goodfellow, Yoshua Bengio, Aaron Courville)

2) https://www.varsitytutors.com/hotmath/hotmath_help/topics/multiplying-vector-by-a-matrix

মন্তব্যসমূহ

এই ব্লগটি থেকে জনপ্রিয় পোস্টগুলি

LINEAR ALGEBRA (Part-2) - Multiplying Matrices

What Is derivative? (Part - 1)

LINEAR ALGEBRA (Part-1) - Scalars, Vectors, Matrices and Tensors