Linear Algebra Introduction _ Linear Functions, Applications and Examples
Linear Algebra Introduction _ Linear Functions, Applications and Examples
Maths (/maths/) > Math Article (/maths/articles/) > Linear Algebra (/maths/linear-algebra/)
Linear Algebra
Linear algebra is one of the important branches of mathematics. Linear algebra is basically the
study of vectors and linear functions. It is a key concept for almost all areas of mathematics.
Linear algebra is considered a basic concept in the modern presentation of geometry. It is
mostly used in Physics and Engineering as it helps to define the basic objects such as planes,
lines and rotations of the object. It allows us to model many natural phenomena, and also it
has a computing efficiency. In this article, you are going to learn about the basic introduction,
its components, problems, linear equations (https://byjus.com/maths/linear-equations/) and
its applications.
Table of Contents:
Introduction
Topics
Vectors
Linear Function
Matrix
Applications
Problems
Practice problems
FAQs
https://byjus.com/maths/linear-algebra/ 1/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
a1x1 + a2x2……….+anxn = b
Here,
There exists a system of linear algebraic equations, which is the set of equations. The system of
equations can be solved using the matrices.
Orthogonal matrices
Linear transformations
Projections
Positive-definite matrices
Here, the three main concepts which are the prerequisite to linear algebra are explained in
detail. They are:
Vector spaces
Linear Functions
Matrix
All these three concepts are interrelated such that a system of linear equations can be
represented using these concepts mathematically. In general terms, vectors are elements that
we can add, and linear functions are the functions of vectors that include the addition of
vectors
https://byjus.com/maths/linear-algebra/ 2/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
Vector Spaces
As we know that linear algebra deals with the study of vector spaces and the linear
transformations between them. By the definition of vector, it is a physical quantity that has both
magnitude and direction. A vector space is defined as the collection of objects called vectors,
which may be added together and multiplied (i.e. scaled) by numbers, called scalars.
Generally, real numbers (https://byjus.com/maths/real-numbers/) are taken as scalars, but
there exist vector spaces with scalar multiplication by non-real numbers, i.e. complex numbers,
or naturally any field.
The operations such as vector addition and scalar multiplication must satisfy specific
requirements, called vector axioms. Generally, the terms real vector space and complex vector
space are used to define that the scalars are real or complex numbers
(https://byjus.com/maths/complex-numbers/), respectively.
Suppose V be any vector space with elements a, b, c and scalars m, n over a field F, then the
vector axioms are given by:
Commutative of addition: a + b = b + a
Associativity of addition: a + (b + c) = (a + b) + c
These four axioms define that the vector space V is an abelian group under addition.
Other axioms include distributivity of scalar multiplication with respect to vector addition and
field addition, identity element of scalar multiplication and so on.
An element of a specific vector space may have different characteristics. For example, the
elements can be a sequence, a function, a polynomial or a matrix. Linear algebra is affected by
those properties of such things that are common or familiar to all vector spaces.
A linear map can be written for two given vector spaces namely V and W over a field F. This is
sometimes referred to as linear transformation or mapping of vector spaces. Thus, it is given
by:
T: V → W
This allows us to write the addition of scalar multiplication of elements such as:
T(ma) = mT(a)
https://byjus.com/maths/linear-algebra/ 3/15
11/25/24, 7:12 AM
Linear Function
A function L : Rn → Rm is linear if
Example:
Solution:
https://byjus.com/maths/linear-algebra/
2
→ R
3
given by L(x) =
⎢⎥
Linear Algebra Introduction | Linear Functions, Applications and Examples
A linear function is an algebraic equation in which each term is either a constant or the product
of a constant and a single independent variable of power 1. In linear algebra, vectors are taken
while forming linear functions. Some of the examples of the kinds of vectors that can be
rephrased in terms of the function of vectors.
⎣
x + 4x2
⎡ 1
x2
⎤
3x1 − x2
⎦
is linear.
4/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
L(x) = Ax
or
Ax = B
Question:
A room contains x bags and y boxes of fruits and each bag contain 2 apples and 4 bananas
and each box contains 6 apples and 8 bananas. There are a total of 20 apples and 28 bananas
in the room. Find the value of x and y.
Solution :
Write the simultaneous equation for the given information that the above condition becomes
true.
2x + 6y = 20
https://byjus.com/maths/linear-algebra/ 5/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
4x + 8y = 28
Here the example given above shows the system of linear equations.
Now, write the above equation as equality between 2- vectors and using the rules, we get
2x + 6y 20
( ) = ( )
4x + 8y 28
2 6 20
x( ) + y( ) = ( )
4 8 28
2 6
Theref ore, the f unction ( ) is def ined by
4 8
2 6 x 2 6
( )( ) = x( ) + y( )
4 8 y 4 8
Ranking in Search Engines – One of the most important applications of linear algebra is
in the creation of Google. The most complicated ranking algorithm is created with the
help of linear algebra.
Prediction – Predictions of some objects should be found using linear models which are
developed using linear algebra.
Example 1:
Find the value of x, y and z for the given system of linear equations.
2x + y – z = 8
-3x – y + 2z = -11
-2x + y + 2z = -3
Solution:
Given,
2x + y – z = 8
-3x – y + 2z = -11
-2x + y + 2z = -3
AX = B,
Here ,
2 1 −1
⎡ ⎤
A = −3 −1 2
⎣ ⎦
−2 1 2
x
⎡ ⎤
x = y
⎣ ⎦
z
8
⎡ ⎤
B = −11
⎣ ⎦
−3
After performing elementary row operation and augmented matrix, it is reduced to the form
https://byjus.com/maths/linear-algebra/ 7/15
A
⎢ ⎥∣
11/25/24, 7:12 AM
⎣
−3
−2
0
2
0
1
−1
1
−1
−1
2
⎦
−3
8
−11
⎤
x=2
y=3
z = -1
Example 2:
Solution:
Given that:
x
x
3 – x2 = -5
-x2 = -5-3
-x2 = -8,
=
3
4
2
1
Linear Algebra Introduction | Linear Functions, Applications and Examples
3 – x2 = 3 – 8
x2 = 8
x = ± 2√2
x
x
1
=
3
4
2
https://byjus.com/maths/linear-algebra/ 8/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
2. Solve the equations 2x+3y=11, and 2x-4y=-24. Also, determine the value of “m” for which
y=mx+3.
3. Solve the following equations using the substitution method and elimination methods: 3x
+ 4y = 10 and 2x – 2y = 2.
For more related articles on the system of linear equations, register with BYJU’S – The Learning
app and watch interactive videos.
Linear algebra is the study of lines, planes, vector spaces, mappings, which are required for
the linear transformation.
Some of the real-life applications of linear algebra include facial recognition, testing of
coding in software engineering, ranks in the search engine, graphics and so on.
A vector is a quantity that has two independent properties called magnitude and direction.
A vector space consists of a set of objects called vectors, which can be added together
and multiplied by the numbers called scalars.
https://byjus.com/maths/linear-algebra/ 9/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
Comments
Leave a Comment
Your Mobile number and Email id will not be published. Required fields are marked *
*
Post My Comment
https://byjus.com/maths/linear-algebra/ 10/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
https://byjus.com/maths/linear-algebra/ 11/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
https://byjus.com/maths/linear-algebra/ 12/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
Name
City
Grade/Exam
Email Address
Submit
COURSES EXAMS
https://byjus.com/maths/linear-algebra/ 13/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
Maths (/maths/) Contact our Financial Partners
(https://byjus.com/our-financial-
Physics (/physics/)
partners/)
Chemistry (/chemistry/)
Investors (/our-investors/)
Biology (/biology/)
Compliance (/compliance/)
JEE 2024 (/jee/jee-2024/)
Careers (/careers-at-byjus/)
JEE Advanced 2023 Question Paper with Answers (/jee/jee-
CIRP (/cirp/)
advanced-2023-question-paper/)
BYJU'S in Media (/press/)
JEE Main Mock Test (/jee/jee-main-mock-test/)
Social Initiative - Education for All
JEE Main 2024 Question Papers with Answers (/jee/jee-main-
(/educationforall/)
2024-question-papers/)
BYJU'S APP (/byjus-the-learning-app/)
JEE Main 2023 Question Papers with Answers (/jee/jee-main-
2023-question-papers/) FAQ (/faq/)
JEE Advanced 2022 Question Paper with Answers (/jee/jee- Support (/customer-care/)
advanced-2022-question-paper/)
Students Stories - The Learning Tree
NEET 2023 Question Paper (/neet/neet-2023-question-paper/) (https://blog.byjus.com/the-learning-
tree/)
NEET 2023 Question Paper Analysis (/neet/neet-2023-
question-paper-analysis/) Faces of BYJU'S – Life at BYJU'S
(https://blog.byjus.com/life-at-byjus/)
NEET 2022 Answer Key (/neet/neet-2022-answer-key/)
Blog (https://blog.byjus.com/)
Worksheets (/worksheets/)
DSSL (/about-dssl/)
Calculators (/calculators/)
Formulas (/formulas/)
Rajasthan (/rajasthan-board/)
https://byjus.com/maths/linear-algebra/ 14/15
11/25/24, 7:12 AM Linear Algebra Introduction | Linear Functions, Applications and Examples
NCERT Solutions for Class 11 English (/ncert-solutions-class-11- Madhya Pradesh (/mp-board/)
english/)
West Bengal (/west-bengal-board/)
NCERT Solutions for Class 12 English (/ncert-solutions-class-
12-english/)
FOLLOW US
(https://www.facebook.com/byjuslearningapp/) (https://in.linkedin.com/company/byjus)
https://byjus.com/maths/linear-algebra/ 15/15