A Study On The Linear Algebra
A Study On The Linear Algebra
ISSN No:-2456-2165
Abstract:- Linear algebra is an initial part of mathematics. device requires long and unmanageable calculations while
It is a major branch of arithmetic related to the performed with the help of hands. For example:
mathematical systems underlying the operations of
addition and scalar multiplication, consisting of the PC graphics, geometric modeling, robotics, and more.
principles of construction of linear equations, matrices,
determinants, vector surfaces, and linear transformations. II. EASE OF USE
Linear algebra is a mathematical subject that deals with
vectors and matrices, and more generally with vector A. Linear algebra
surfaces and linear transformations. Unlike the other The line through the origin of R3 (blue, thick) is a linear
components of arithmetic, which are often fueled by new subspace and a common study of linear algebra. Linear algebra
ideas and unsolved problems, linear algebra is very easy to is a branch of mathematics concerned with the study of vectors,
understand. Its value lies in its many applications from vector spaces (also called linear spaces), linear maps (also
mathematical physics to modern algebra and its use in called linear transformations), and systems of linear equations.
engineering and science along with image processing and Vector spaces are a central topic in modern mathematics.
analysis. Linear algebra is therefore widely used in both abstract algebra
and functional analysis. Linear algebra also has concrete
Keywords:- Linear Algebra; Addition; Scalar; Multiplication; expressions in analytic geometry and is generalize in operator
Linear Equations; Matrices; Determinants; Vector Spaces; theory. Since linear models can often approximate nonlinear
models, they have widespread applications in the natural and
I. INTRODUCTION social sciences. Linear algebra is a branch of mathematics
aimed at solving systems of linear equations with finite
Linear algebra is a must-read course for a wide variety of unknowns. In particular, I would like answers to the following
students, at least for a reason. First, such large-scale studies in questions:
various fields of mathematics, multivariate analysis,
differential equations, probability in all fields of physics, • Solution Characterization:
biology, chemistry, economics, finance, psychology, Is there a solution for the given system of linear
sociology, and engineering Few subjects can claim to have a equations? How many solutions are there?
program. Second, this difficulty provides her sophomore year
with an excellent opportunity to find ways to work with • Find solutions:
summary concepts. Linear algebra is one of the most What is a solution set and what is the solution? Linear
recognized mathematical disciplines due to its rich theoretical algebra is a systematic theory for solving systems of linear
underpinnings and many useful programs for technology and equations. Linear equations can be solve by applying different
engineering. Solving the structure of linear equations and operations to either side of the equal sign. These operations
computing determinants are examples of important linear help simplify equations, solve variables, and finally find
algebra problems that have been studied for a long time. solutions. Therefore, we can find the solution of the linear
Leibniz localized his method of definition in 1693, and Kramer equation by following these steps:
in 1750 provided an approach that fixed the structure of linear
equations. This is now called Cramer's Rule. This is the main Step 1: Simplify the formula. This includes removing brackets
basis for improving linear algebra and matrix theory. At the end and other grouping characters, removing fractions, and
of the development of virtual machines, matrix computation combining synonyms.
received a great deal of attention. John von Neumann and Alan Step 2: Isolate variables. Perform addition and subtraction to
Turing are known as pioneers of personal computer put all terms containing variables on only one side of the
technology. They contributed greatly to improving linear PC equation.
algebra. In 1947, von Neumann and Goldstine studied the Step 3: Solve the equation. Multiply and divide to find the
effect of rounding errors on the response of linear equations. answer.
Twelve months later, Turing [Tur48] initiated a method of
factoring matrices into reduced triangular matrices using Example1: x+2y=7
echelon matrices (the factorization is called his LU Corresponding to the x-intercepts and y-intercepts of the
decomposition). There is a lot of interest in linear PC algebra graph, by setting first x=0 and then y=0
right now. This is because today the sphere is recognize as a When x=0
very important device in many areas of PC programming. This we get:
0+2y=7y=3.5
D. Linear Transformation
Matrices and matrix multiplication reveal essential
functionality in the context of linear transformations (also
called linear maps). A real m-by-n matrix A leads to a linear
Fig.4.2 schematic depiction of the matrix transformation Rn → Rm that maps every vector x in Rn to the
(matrix) product Ax (a vector in Rm). Conversely, any linear
Product AB of two matrices A and B transformation f:
Multiplication of two matrices is define only if the
number of columns of the left matrix is the same as the number Rn → Rm from a unique m-by-n matrix A is
of rows of the right matrix. If A is an m-by-n matrix and B is
an n-by-p matrix, then their matrix product AB is the m-by-p Explicitly the (i,j) entry of A is the ith coordinate of f(ej).
matrix whose entries are given by: where ej = (0,...,0,1,0,...,0) is the unit vector 1 at the jth
position, 0 elsewhere. The matrix A represents the linear map
[𝐴𝐵]𝐼, 𝑗 = 𝐴𝐼, 1𝐵1, 𝑗 + 𝐴𝐼, 2 𝐵2, 𝑗 + 𝐴𝑖, 𝑛 𝐵𝑛, 𝑗 f and A is called the transformation matrix of f.
𝑛
= ∑ 𝐴 𝑖, 𝑟 𝐵𝑟, 𝑗 CONCLUSION
𝑛=1
Overall, linear algebra, in addition to its mathematical
Where 1 ≤ i ≤ m and 1 ≤ j ≤ p.[5] For example (the underlined uses, has a wide range of uses and applications in most areas
entry 1 in the product is calculated as the product 1 · 1 + 0 · 1 of engineering, medicine, and biology. As the fields of science
+ 2 · 0 = 1): and engineering grow, so does the use of mathematics,
creating new mathematical problems and requiring new
Matrix multiplication follows the rules (AB)C = A(BC) mathematical skills. In this regard, linear algebra is
(connectivity) and (A+B)C = AC+BC, and C(A+B) = CA+CB particularly responsive to computer science, as it plays a key
(left and right distributions). meet the rules. The size of the role in many important computer science endeavors.
matrix is such that the different products are defined.[6] The
product AB can be defined without BA being defined. That is, REFERENCES
if A and B are m-by-n and n-by-k matrices, respectively, and
m ≠ k. Even if both products are defined, they do not have to [1]. Anton, Howard, “Elementary Linear Algebra,” 5th ed.,
be equal. That is, in general AB ≠ BA. New York: Wiley, ISBN 0-471-84819-0, 1985.
[2]. Artin, Michael, “Algebra,” Prentice Hall, ISBN 978-0-
In other words, matrix multiplication is not commutative. 89871-510-1, 1991.
This contrasts sharply with numbers (rational, real, or [3]. Baker, Andrew J., “Matrix Groups: An Introduction to
complex) where the product does not depend on the order of Lie Group Theory,” Berlin, DE; New York, NY:
the factors. Springer-Verlag, ISBN 978-1-85233-470-3, 2003.
[4]. Bau III, David, Trefethen, Lloyd N., “Numerical linear
Example1: algebra, Philadelphia, PA: Society for Industrial and
3 −1 Applied Mathematics,” ISBN 978-0-89871-361-9 ,
0 −1 2
| ||1
2| 1995.
4 11 2
6 1
=|
(0 × 3) + (−1 × 1) + (2 × 6) (0 × −1) + (−1 × 2) + (2 × 1)
|
(4 × 3) + (11 × 1) + (2 × 6) (4 × −1) + (11 × 2) + (2 × 1)