Top Banner
What is Linear Algebra? Linear algebra is the branch of mathematics concerning linear equations . 2 + 3 = 13 1 1 + 2 2 + β‹― + = 1 , 2 , β‹― , = 1 1 + 2 2 + β‹― + Linear algebra also concerns linear functions . Linear algebra also study the representations of linear equations and linear functions through matrices and vector spaces . = 4 , = 2 + 3
13

What is Linear Algebra?

Feb 28, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: What is Linear Algebra?

What is Linear Algebra?Linear algebra is the branch of mathematics concerning linear

equations.

2π‘₯ + 3𝑦 = 13

π‘Ž1π‘₯1 + π‘Ž2π‘₯2 +β‹―+ π‘Žπ‘›π‘₯𝑛 = 𝑏

𝑓 π‘₯1, π‘₯2, β‹― , π‘₯𝑛 = π‘Ž1π‘₯1 + π‘Ž2π‘₯2 +β‹―+ π‘Žπ‘›π‘₯𝑛

Linear algebra also concerns linear functions.

Linear algebra also study the representations of linear equations

and linear functions through matrices and vector spaces.

𝑓 π‘₯ = 4π‘₯

𝑓 π‘₯, 𝑦 = 2π‘₯ + 3𝑦

Page 2: What is Linear Algebra?

Chapter 1 Linear Equations in

Linear Algebra

A linear equation in the variables π‘₯1, π‘₯2, β‹― , π‘₯𝑛 is an equation that

can be written in the form

π‘Ž1π‘₯1 + π‘Ž2π‘₯2 +β‹―+ π‘Žπ‘›π‘₯𝑛 = 𝑏

1.1 Systems of Linear Equations

where 𝑏 and the coefficients π‘Ž1, π‘Ž2, β‹― , π‘Žπ‘› are real or complex

numbers, usually known in advance.

The subscript 𝑛 may be any positive integer.

Page 3: What is Linear Algebra?

4π‘₯1 βˆ’ 5π‘₯2 + 2 = π‘₯1

↓rearranged

↓3π‘₯1 βˆ’ 5π‘₯2 = βˆ’2

↓rearranged

↓

2π‘₯1 + π‘₯2 βˆ’ π‘₯3 = 2 6

4π‘₯1 βˆ’ 6π‘₯2 = π‘₯1π‘₯2

π‘₯2 = 2 6 βˆ’ π‘₯1 + π‘₯3

not linear

π‘₯2 = 2 π‘₯1 βˆ’ 7

not linear

Page 4: What is Linear Algebra?

A system of linear equations (or a linear system) is a collection of

one or more linear equations involving the same set of variables,

say, π‘₯1, π‘₯2, β‹― , π‘₯𝑛.

A solution of a linear system is a list of numbers 𝑠1, 𝑠2, β‹― , 𝑠𝑛 that

makes each equation in the linear system true when the values

𝑠1, 𝑠2, β‹― , 𝑠𝑛 are substituted for π‘₯1, π‘₯2, β‹― , π‘₯𝑛, respectively.

2

For instance, 5, 6.5, 3 is a solution of linear system 2 because,

when these values are substituted in 2 for π‘₯1, π‘₯2, π‘₯3, respectively,

the equations simplify to 8 = 8 and βˆ’7 = βˆ’7.

Page 5: What is Linear Algebra?

The set of all possible solutions is called the solution set of the

linear system.

Two linear systems are called equivalent if they have the same

solution set.

That is, each solution of the first system is a solution of the second

system, and each solution of the second system is a solution of the

first.

Finding the solution set of a system of two linear equations in two

variables is easy because it amounts to finding the intersection of

two lines.

Page 6: What is Linear Algebra?

π‘₯1 βˆ’ 2π‘₯2 = βˆ’1βˆ’π‘₯1 + 3π‘₯2 = 3

unique solution

The graphs of these equations are lines, which we denote by β„“1and β„“2.

A pair of numbers π‘₯1, π‘₯2 satisfies both equations in the system

if and only if the point π‘₯1, π‘₯2 lies on both β„“1 and β„“2.

3,2

Page 7: What is Linear Algebra?

π‘₯1 βˆ’ 2π‘₯2 = βˆ’1βˆ’π‘₯1 + 2π‘₯2 = 3

no solution

π‘₯1 βˆ’ 2π‘₯2 = βˆ’1βˆ’π‘₯1 + 2π‘₯2 = 1

infinitely many solutions

Page 8: What is Linear Algebra?

BASIC FACT: A system of linear equations has either

1. exactly one solution, or

2. infinitely many solutions, or

3. no solution.

A system of linear equations is said to be consistent if it has either

one solution or infinitely many solutions.

A system is inconsistent if it has no solution.

Page 9: What is Linear Algebra?

Matrix Notation

coefficient matrix (or matrix of coefficients)

of this system

The essential information of a linear system can be recorded

compactly in a rectangular array called a matrix.

augmented matrix of this system

0 β‹… π‘₯1 + 2π‘₯2 βˆ’ 8π‘₯3 = 8

Page 10: What is Linear Algebra?

The size of a matrix tells how many rows and columns it has.

The augmented matrix above has 3 rows and 4 columns and is

called a 3 Γ— 4 matrix.

If π‘š and 𝑛 are positive integers, an π‘š Γ— 𝑛 matrix is a rectangular

array of numbers with π‘š rows and 𝑛 columns.

The number of rows always comes first.

Matrix notation will simplify the calculations in the examples that

follow.

Page 11: What is Linear Algebra?

STRATEGY FOR SOLVING LINEAR SYSTEMS:

Replace one system with an equivalent system that is easier to

solve.

Use the π‘₯1 term in the first equation of a system to eliminate the π‘₯1terms in the other equations.

Then use the π‘₯2 term in the second equation to eliminate the π‘₯2terms in the other equations, and so on, until you finally obtain a

very simple equivalent system of equations.

Three basic operations are used to simplify a linear system:

1. replace one equation by the sum of itself and a multiple of

another equation;

2. interchange two equations;

3. multiply all the terms in an equation by a nonzero constant.

Page 12: What is Linear Algebra?

EXAMPLE

Keep π‘₯1 in the first equation and eliminate it from the other equations.

Page 13: What is Linear Algebra?