ASMITA SINHA
ASMITA SINHA
ASMITA SINHA
MATHEMATICS
LINEAR ALGEBRA
ASMITA SINHA
COMPUTER SCIENCE ENGINEERING
PROF:-PRATIVA RANJAN DE
january 27, 20xx
MATHEMATICS STUDIES
TECHNICAL REPORT
ASMITA SINHA
PROF:-PRATIVA
RANJAN DE
Linear Algebra is the branch of mathematics that focuses on the study of
vectors, vector spaces, and linear transformations. It deals with linear
equations, linear functions, and their representations through matrices and
determinants. It has a wide range of applications in Physics and
Mathematics. It is the basic concept for machine learning and data science.
We have explained the Linear Algebra and types of Linear Algebra.
Linear Equations
Linear equations form the basis of linear algebra and are equations of the
first order. These equations represent straight lines in geometry and are
characterized by constants and variables without exponents or products
of variables. Solving systems of linear equations involves finding the values
of the variables that satisfy all equations simultaneously.
A linear equation is the simplest form of equation in algebra,
representing a straight line when plotted on a graph.
Example: 2x + 3x = 6 is a linear equation. If you have two such equations,
like 2x + 3y = 6, and 4x + 6y =12, solving them together would give you
the point where the two lines intersect.
Linear Map
PAGE 4
multiplication. The concept is central to linear algebra and has significant
implications in geometry and abstract algebra.
A linear map is a way of moving vectors around in a space that keeps the
grid lines parallel and evenly spaced.
Matrix Exponential
Linear Computations
PAGE 5
These are techniques for crunching numbers in linear algebra problems,
like finding the best-fit line through a set of points or solving systems of
equations quickly and accurately.
Linear Independence
Linear Subspace
In Applied Linear Algebra, the topics covered are generally the practical
implications of Elementary and advanced linear Algebra topics such as the
Complement of a matrix, matrix factorization and norm of vectors, etc.
Linear Programming
PAGE 6
This is a technique for optimizing (maximizing or minimizing) a linear
objective function, subject to linear equality and inequality constraints. It’s
like planning the best outcome under given restrictions.
Example: Maximizing profit in a business while considering constraints like
budget, material costs, and labor.
Systems of linear equations involve multiple linear equations that share the
same set of variables. The solution to these systems is the set of values
that satisfy all equations simultaneously, which can be found using various
methods, including substitution, elimination, and matrix operations.
Example: Finding the intersection point of two lines represented by two
equations.
Gaussian Elimination
PAGE 7
• In linear algebra, vectors are elements of a vector space that can be
scaled and added. Essentially, they are arrows with a length and
direction.
Linear Function
A formal definition of a linear function is provided below:
f(ax) = af(x), and f(x + y) = f(x) + f(y)
where a is a scalar, f(x) and f(y) are vectors in the range of f, and x and y are
vectors in the domain of f.
A linear function is a type of function that maintains the properties of vector
addition and scalar multiplication when mapping between two vector
spaces. Specifically a function T: V ->W is considered linear if it satisfies two
key properties:
PAGE 9
• The number of columns and rows in the matrix determines its size.
For instance, a matrix with 4 rows and 2 columns is known as a 4×2
matrix. The entries in the matrix are integers, and they are frequently
represented by letters like u, v, and w.
For example: Let’s consider a simple example to understand more,
suppose we have two vectors, v 1, and v2 in a two-dimensional space. We
can represent these vectors as a column matrix, such as:
v1 = [12] [12 ] , v2 = [34] [34 ]
Now we will apply a linear transformation that doubles the value of the first
component and subtracts the value of the second component. Now we can
represent this transformation as a 2×2 linear matrix A
A = [2amp;−10amp;−1][20 amp;−1amp;−1 ]
To apply this to vector v1, simply multiply the matrix A with vector v1
Av1 = [2amp;−10amp;−1][12]=[0−2][20 amp;−1amp;−1 ][12 ]=[0−2 ]
The resulting vector, [0,-2] is the transformed version of v1. Similarly, we
can apply the same transformation to v2
Av2 = [2amp;−10amp;−1][34]=[3−4][20 amp;−1amp;−1 ][34 ]=[3−4 ]
The resulting vector, [3,-4] is the transformed version of v2.
PAGE 10
Linear algebra, with its concepts of vectors, matrices, and linear
transformations, serves as a foundational tool in numerous fields, enabling
the solving of complex problems across science, engineering, computer
science, economics, and more. Following are some specific applications of
linear algebra in real-world.
3. Quantum Mechanics
4. Cryptography
6. Network Analysis
9. Structural Engineering
PAGE 12
10. Robotics
Robots are designed using linear algebra to control their movements and
perform tasks with precision. Kinematics, which involves the movement of
parts in space, relies on linear transformations to calculate the positions,
rotations, and scaling of robot parts.
Solved Examples
Example 1: Find the sum of the two vectors A→ A = 2i + 3j + 5k and B→ B
= -i + 2j + k
Solution:
A→+B→ A+B = (2-1)i + (2 + 3)j + (5 + 1)k = i + 5j + 6k
= -2i -2j + 3k
Example 3: Find the solution of x + 2y = 3 and 3x + y = 5
Solution:
From x + 2y = 3 we get x = 3 – 2y
Putting this value of x in the second equation we get
3(3 – 2y) + y = 5
⇒ 9 – 6y + y = 5
⇒ 9 – 5y = 5
⇒ -5y = -4
⇒ y = 4/5
Putting this value of y in 1st equation we get
x + 2(4/5) = 3
⇒ x = 3 – 8/5
PAGE 13
⇒ x = 7/5
Example 4: Matrix Multiplication, Find the product of the matrices:
A=(1234), B=(5678)A=(13 24 ), B=(57 68 )
Solution:
AB=(1∙5+2∙71∙6+2∙83∙5+4∙73∙6+4∙8)=(5+146+1615+2818+32)=(19224350) AB=(1∙
5+2∙73∙5+4∙7 1∙6+2∙83∙6+4∙8 )=(5+1415+28 6+1618+32 )=(1943 2250 )
Example 5: Eigenvalues of a Matrix, Find the eigenvalues of the matrix:
A=(3806)A=(30 86 )
Solution:
1. Write the characteristic equation:
A − λIA − λI
2. Find the determinant (det) of characteristic equation:
∣A–λI∣=∣3−λ806−λ∣=(3−λ)(6−λ)−8∙0=(3−λ)(6−λ) ∣A–λI∣= 3−λ0 86−λ
=(3−λ)(6−λ)−8∙0=(3−λ)(6−λ)
3. Equate the determinant with Zero “0”:
(3−λ)(6−λ)=0⇒λ=3,6(3−λ)(6−λ)=0⇒λ=3,6
Therefore, the eigenvalues are 3, 6.
PAGE 14