Linear Algebra Using Python Notes
Linear Algebra Using Python Notes
When we solving the equation and we get false statement that is no.is equal to different no.
This means there is NO SOLUTION . EG. 2X+3Y=15
4] VECTOR SPACE
Vector space is a set V on which two operations vector addition and scalar multiplication
6] LINEARLY INDIPENDENT
Is NO VECTOR in the set can be expressed as linear combination of other vector in set
7] LINEARLY DEPENDED
If vector in the set can be expressed as linear combination of other vector in set
8] BASIS VECTOR
Basis vector is a family of linear independent vector which spans of given vector space
9] RANK OF VECTOR
In linear algebra, the rank of a matrix A is the dimension of the vector space generated
(or spanned) by its columns.[1][2][3] This corresponds to the maximal number of linearly
independent columns of A.
to find the rank of a matrix, we simply transform the matrix to its row echelon form and count
the number of non-zero rows.
13] SUBSPACE = subspace is a vector space that is a subset of some larger vector space.
o The addition operation of a finite list of vectors v1 v2, . . , vk can be calculated in any
order, then the solution of the addition process will be the same.
o If x + y = 0, then the value should be y = −x.
o The negation of 0 is 0. This means that the value of −0 = 0.
o The negation or the negative value of the negation of a vector is the vector itself: −
(−v) = v.
o If x + y = x, if and only if y = 0. Therefore, 0 is the only vector that behaves like 0.
o The product of any vector with zero times gives the zero vector. 0 x y = 0 for every
vector in y.
o For every real number c, any scalar times of the zero vector is the zero vector. c0 = 0
o If the value cx= 0, then either c = 0 or x = 0. The product of a scalar and a vector is
equal to when either scalar is 0 or a vector is 0.
o The scalar value −1 times a vector is the negation of the vector: (−1)x = −x. We
define subtraction in terms of addition by defining x − y as an abbreviation for x +
(−y).
x − y = x + (−y)
All the normal properties of subtraction follow:
This is instead of the real number not being zero to have an inverse, the determinant must not
be zero to have an inverse.
a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite
number of elements.
A Python library is a reusable chunk of code that you may want to include in your programs/
projects.
Python Libraries are a set of useful functions that eliminate the need for writing codes from
scratch. There are over 137,000 python libraries present today. Python libraries play a vital
role in developing machine learning, data science, data visualization, image and data
manipulation applications and more.
TRANSPOSE OF MATRIX
row echelon form means that Gaussian elimination has operated on the rows,
column echelon form means that Gaussian elimination has operated on the column