Linear Algebra Part-2
Mathematics of vectors
Imagine if you are given two row vectors
a=[a1,a2,a3,.....an]
b=[b1,b2,b3,.....bn]
Mathematically lets learn some basic operations on vectors
1.Addition
what would a+b result in?
a+b=[a1+b1,a2+b2,.....an+bn] (component wi...
machinelearningdudes.hashnode.dev5 min read