• Tidak ada hasil yang ditemukan

Systems of Linear Equations

N/A
N/A
Protected

Academic year: 2018

Membagikan "Systems of Linear Equations"

Copied!
53
0
0

Teks penuh

(1)

Systems of Linear

Equations

Systems of Linear

Equations

By:

Tri Atmojo Kusmayadi and Mardiyana Mathematics Education

(2)

Standard of Competency:

Understanding the properties of systems of linear equations,

(3)

Basic Competencies:

3

1

(4)

A. Introduction to Systems of Linear Equations

Definition

We define a linear equation in the n variables x1, x2, …, xn to be one that can be expressed in the form

a1x1 + a2x2 + … + anxn = b

(5)
(6)

Definition

A solution of a linear equation a1x1 + a2x2 + … + anxn = b is a sequence of n numbers s1, s2, …, sn such that the equation is satisfied when we substitute x1 = s1, x2 = s2, …, xn = sn.

The set of all solutions of the equation is called its

(7)

Examples :

„

Find the solution set of (a)

and (b)

„

Solutions : (a)

(8)

Linear equations Systems

A finite set of linear equations in the variables x1, x2, …, xn is called a system of linear equations or a linear systems.

(9)

„

For example, the system

„

has the solution

„

However,

(10)

Every system of linear equations has no

solutions, or has exactly one solution, or has

infinitely many solutions.

The lines l1and l2 may be

parallel, in which case there is no intersection and consequently no solution to the system.

The lines l1and l2 may intersect at only one point, in which case the system has exactly one solution.

(11)

The General Form of Linear Systems

An arbitrary system of m linear equations in n variables can be written as

a11x1 + a12x2 + … + a1nxn = b1 a21x1 + a22x2 + … + a2nxn = b2

: : : :

am1x1 + am2x2 + … + amnxn = bm

(12)

Augmented Matrices

A system of m linear equations in n unknowns can be written as follows:

(13)

„ For example, the augmented matrix for the system of

(14)

Elementary Row Operations

Three types of operations to eliminate unknowns:

1. Multiply an equation through by a nonzero constant.

2. Interchange two equations.

3. Add a multiple of one equation to another.

Three types of operations on the rows of the augmented matrix:

1. Multiply a row through by a nonzero constant.

2. Interchange two rows.

(15)

Example

In the following column below we solve a system of

linear equations by

operating on the equations in the systems

x + y + 2z = 9 2x + 4y – 3z = 1 3x + 6y – 5z = 0

In the following column below we solve a system of

linear equations by

(16)

Add -2 times the first row to the second row and add -3 times the first row to the third row to obtain

equation to the second equation and add -3 times the first equation to the third equation to obtain

(17)

Multiply the second row by ½ Multiply the second equation by ½

to obtain

x + y + 2z = 9 y – 7/2 z = - 17/2 3y – 11z = -27

Add -3 times the second equation to the third to obtain

x + y + 2z = 9 y – 7/2 z = - 17/2

-- ½ z = -3/2

Add -3 times the second row to the third to obtain

(18)

Multiply the third row by-2 to Multiply the third equation by -2 to

obtain

x + y + 2z = 9 y – 7/2 z = - 17/2

z = 3

Add -1 times the second equation to the first to obtain

x + 11/2 z = 35/2 y – 7/2 z = - 17/2

z = 3

Add -1 times the second row to the first to obtain

(19)

Add -11/2 time the third row to the first and 7/2 time the third row to the second to obtain

Add -11/2 time the third equation to the first and 7/2 time the third equation to the second to obtain

Thus the solution of the system of linear equations is

(20)

Gaussian

Elimination

Gaussian

(21)

Reduced Row-Echelon Form

A matrix is said to be in reduced row-echelon form, if the following properties are satisfied:

1. If a row does not consist entirely of zeros, then the first nonzero

number in the row is a 1. (we call this a leading 1).

2. If there are any rows that consist entirely of zeros, then they are grouped together at the bottom of the matrix.

3. In any two successive rows that do not consist entirely of zeros, the

leading 1 in the lower row occurs farther to the right than the leading 1 in the higher row.

4. Each column that consists a leading 1 has zeros everywhere else.

(22)
(23)

Homogeneous Linear Systems

A system of linear equations is said to be homogeneous if the constant terms are all zero, the system has the form

a11x1 + a12x2 + … + a1nxn = 0 a21x1 + a22x2 + … + a2nxn = 0 : : : : am1x1 + am2x2+ … + amnxn = 0

Every homogeneous system of linear equations is consistent, since all such systems have x1= 0, x2 = 0, …, xn = 0 as a solution. This solution is called the trivial solution, if there are other solutions, they are called

(24)

Example

Solve the following homogeneous system of linear equations by Gauss-Jordan eliminations.

2x1 + 2x2 - x3 + x5 = 0 -x1 - x2 + 2x3 – 3x4 + x5 = 0

(25)

Solution:

The augmented matrix for the system is

Reducing this matrix to reduced row-echelon form, we obtain

(26)

The corresponding system of equations is

x1 + x2 + x5 = 0 x3 + x5 = 0

x4 = 0

Thus the general solution is

x1 = -s – t, x2 = s, x3 = -t, x4 = 0, x5 = t, where s and t are parameters.

(27)

Theorem

A homogeneous system of linear equations with

more unknowns than equations has infinitely many

(28)

Problem 1

Solve the following system of nonlinear equations for x, y and z.

x2 + y2 + z2 = 6

x2 - y2 + 2z2 = 2

2x2 + y2 - z2 = 3

Problem 2

Show that the following nonlinear system has eighteen solutions if 0 ≤ α ≤ 2π, 0 ≤ β ≤ 2π , 0 ≤ γ ≤ 2 π.

(29)

Matrices and matrix

Operations

Matrices and matrix

Operations

By:

(30)

In the previous Section we used rectangular arrays of numbers, called augmented matrices, to abbreviate systems of linear equations.

(31)
(32)

Definition

A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.

Definition

Two matrices are defined to be equal if the have the same size and their corresponding entries are equal.

Definition

(33)
(34)

Definition

If A is any matrix and c is any scalar, then the product cA is the matrix obtained by multiplying each entry of A by c.

Definition

If A is an m x r matrix and B is an r x n matrix, then the

(35)
(36)
(37)
(38)
(39)

Definition

I f A is any m x n m at rix, t hen t he t r a n spose of A, denot ed by AT, is defined t o be t he n x m m at rix

t hat result s from int erchanging t he row s and colum ns of A, t hat is, t he first colum n of AT is t he

first row of A, t he second colum n of AT is t he

second row of A, and so fort h.

Definition

(40)
(41)
(42)

Definition

I f A is a square m at rix, and if a m at rix B of t he sam e size can be found such t hat AB = BA = I , w here I is an ident it y m at rix, t hen A is said t o be

in ve r t ible and B is called an in ve r se of A.

Theorem

I f B and C are bot h inverses of t he m at rix A, t hen B = C.

Theorem

(43)
(44)

Theorem

If A is an invertible matrix, then a). A-1 is invertible and (A-1)-1 = A

b). An is invertible and (An)-1 = (A-1)n for n = 1,2, …

c). For any nonzero scalar k, the matrix kA is invertible and (kA)-1 = (1/k) A-1.

d). AT is invertible and (AT)-1 = (A-1)T.

(45)

Problem 1

A square matrix A is called symmetric if AT = A and

skew-symmetric if AT = -A. Show that if B is a square matrix, then

a). BBT and B + BT are symmetric.

b). B – BT is skew-symmetric.

Problem 2

Let A be a square matrix.

a). Show that (I – A)-1 = I + A + A2 + A3 + A4 if A5 = 0.

(46)

Elementary Matrices and a Method for Finding A-1

Definition

An n x n matrix is called an elementary matrix if it can be obtained from the n x n identity matrix In by performing a single elementary row operation.

Theorem

(47)
(48)
(49)

Theorem

Every elementary matrix is invertible, and the inverse is also an elementary matrix.

Theorem

If A is an n x n matrix, then the following statements are equivalent, that is, all true or all false.

a). A is invertible.

b). Ax = 0 has only the trivial solution.

c). The reduced row-echelon form of A is In.

(50)

Remark:

To find the inverse of an invertible matrix A,

we must find a sequence of elementary row

operations that reduces A to the identity and

(51)
(52)
(53)

Referensi

Dokumen terkait

[r]

[r]

Hal itu juga terlihat dari kegiatan perusahaan dimana perusahaan menerima retur barang yang diberikan konsumen dan kemudian mengganti barang tersebut dengan

Selanjutnya bagi pihak-pihak yang merasa berkeberatan atas penetapan pemenang lelang diberi kesempatan untuk menyampaikan sanggahan kepada Pokja Konstruksi ULP

POKJA ULP REAGEN TAHUN ANGGARAN 2016 BALAI PENGAWAS OBAT DAN MAKANAN BENGKULU Jalan Depati Payung Negara KM.13 No.29 Pekan Sabtu Tromol Pos

1.20. - Otonomi Daerah, Pemerintahan Umum dan Administrasi Keuangan 1.20.17. ) - Otonomi Daerah, Pemerintahan Umum dan Administrasi Keuangan. 01.. ) -

Pada hari ini, Senin tangggal Tujuh Belas bulan April tahun Dua Ribu Tujuh Belas, Kami Pokja ULP Barang/Jasa Balai Diklat Transportasi Darat Palembang Tahun Anggaran 2017

4.875.000.000,- (Empat Milyar Delapan Ratus Tujuh Puluh Lima Juta Rupiah) Pada Satker Balai Lalu Lintas Angkutan jalan, Sungai, Danau dan Penyeberangan Palu, maka dengan ini