Linear algebra Yulvi zaika.

Slides:



Advertisements
Presentasi serupa
SISTEM PERSAMAAN LINIER (SPL)
Advertisements

PERSAMAAN LINEAR Persamaan dimana perubahnya tidak memuat eksponensial, trigonometri, perkalian, pembagian dengan peubah lain atau dirinya sendiri.
ALJABAR LINEAR ELEMENTER
MATEMATIKA TEKNIK I ZULFATRI AINI, ST., MT
Review : Invers Matriks
2. Introduction to Algorithm and Programming
Linear Equation. Example i1i1 i2i2 i3i3 V1V1 V2V2 R1R1 R2R2 R3R3 R4R4 R5R5.
Game Theory Purdianta, ST., MT..
K-Map Using different rules and properties in Boolean algebra can simplify Boolean equations May involve many of rules / properties during simplification.
TEKNIK PENGINTEGRALAN
Penyelesaian Persamaan Linier Simultan
1 DATA STRUCTURE “ STACK” SHINTA P STMIK MDP APRIL 2011.
Presented By : Group 2. A solution of an equation in two variables of the form. Ax + By = C and Ax + By + C = 0 A and B are not both zero, is an ordered.
1. Properties of Electric Charges 2. Coulomb’s law 3. The Electric Fields 4. Electrics Field of a Continuous Charge Distribution 5. Electric Field Lines.
Menulis Kolom  Kolom adalah opini atau artikel. Tidak seperti editorial, kolom memiliki byline.  Kolom Biasanya ditulis reguler. Biasanya mingguan atau.
Ruang Contoh dan Peluang Pertemuan 05
Masalah Transportasi II (Transportation Problem II)
Transformasi Linear dan Sistem Persamaan Linear Pertemuan 5
Pertemuan 07 Peluang Beberapa Sebaran Khusus Peubah Acak Kontinu
HAMPIRAN NUMERIK SOLUSI PERSAMAAN NIRLANJAR Pertemuan 3
1 HAMPIRAN NUMERIK SOLUSI PERSAMAAN LANJAR Pertemuan 5 Matakuliah: K0342 / Metode Numerik I Tahun: 2006 TIK:Mahasiswa dapat meghitung nilai hampiran numerik.
MATRIKS.
9.3 Geometric Sequences and Series. Objective To find specified terms and the common ratio in a geometric sequence. To find the partial sum of a geometric.
OPERATOR DAN FUNGSI MATEMATIK. Operator  Assignment operator Assignment operator (operator pengerjaan) menggunakan simbol titik dua diikuti oleh tanda.
The following short quiz consists of 4 questions and tells whether you are qualified to be a "professional". The questions are not that difficult, so.
Suharmadi Sanjaya - Matematika ITS. BACKGROUND A Good course has a clear purpose: Applied Mathematics is alive and very vigorous Teaching of Apllied Mathematics.
Pertemuan 1 Aturan Alin 2016 Bilqis
MATRIKS Konsep Matriks Matrik.
MATRIX Concept of Matrix Matrik.
ALGORITMA SIMPLEX Adalah prosedure aljabar untuk mencari solusi optimal sebuah model linear programming, LP.
KOMUNIKASI DATA Materi Pertemuan 3.
Recurrence relations.
Cartesian coordinates in two dimensions
Cartesian coordinates in two dimensions
SISTEM PERSAMAAN LINEAR
SISTEM PERSAMAAN LINIER 2
Dasar-Dasar Pemrograman
SISTEM PERSAMAAN LINIER (SPL)
Parabola Parabola.
Citra Noviyasari, S.Si, MT
Review Operasi Matriks
VECTOR VECTOR IN PLANE.
SISTEM PERSAMAAN LINIER (SPL)
Sistem Persamaan Aljabar Linear
BILANGAN REAL BILANGAN BERPANGKAT.
Two-and Three-Dimentional Motion (Kinematic)
REAL NUMBERS EKSPONENT NUMBERS.
FACTORING ALGEBRAIC EXPRESSIONS
Sistem Persamaan Linear
SISTEM PERSAMAAN LINIER (SPL)
Pertemuan 4 CLASS DIAGRAM.
SISTEM PERSAMAAN LINIER
Matematika PERSAMAAN KUADRAT Quadratic Equations Quadratic Equations
SISTEM PERSAMAAN LINIER (SPL)
How Can I Be A Driver of The Month as I Am Working for Uber?
How the Challenges Make You A Perfect Event Organiser.
How to Pitch an Event
Grow Your Social Media Communities
Don’t Forget to Avail the Timely Offers with Uber
Simultaneous Linear Equations
SISTEM PERSAMAAN LINIER 2
Operasi Matriks Dani Suandi, M.Si..
Algoritma & Pemrograman 1 Achmad Fitro The Power of PowerPoint – thepopp.com Chapter 3.
Lesson 2-1 Conditional Statements 1 Lesson 2-1 Conditional Statements.
Right, indonesia is a wonderful country who rich in power energy not only in term of number but also diversity. Energy needs in indonesia are increasingly.
Al Muizzuddin F Matematika Ekonomi Lanjutan 2013
Rank Your Ideas The next step is to rank and compare your three high- potential ideas. Rank each one on the three qualities of feasibility, persuasion,
Vector. A VECTOR can describe anything that has both MAGNITUDE and DIRECTION The MAGNITUDE describes the size of the vector. The DIRECTION tells you where.
Draw a picture that shows where the knife, fork, spoon, and napkin are placed in a table setting.
Wednesday/ September,  There are lots of problems with trade ◦ There may be some ways that some governments can make things better by intervening.
Transcript presentasi:

Linear algebra Yulvi zaika

What is Linear Algebra? develops from the idea of trying to solve and analyze systems of linear equations. theory of matrices and determinants arise from this effort we will then generalize these ideas to the abstract concept of a vector space linear transformations, eigenvalues, inner products...

RELATIONSHIPS BETWEEN CONSEPT One of the important goals of a course in linear algebra is to establish the intricate thread of relationships between systems of linear equations, matrices, determinants, vectors, linear transformations, and eigenvalues

Why is Linear Algebra interesting? It has many applications in many diverse fields. (computer graphics, chemistry, biology, differential equations, economics, business, ENGINEERING. Especially traffic management ...) It strikes a nice balance between computation and theory. Great area in which to use technology .

What is a linear equation? A linear equation is an equation of the form, anxn+ an-1xn-1+ . . . + a1x1 = b. A solution to a linear equation is an assignment of values to the variables (xi’s) that make the equation true.

What is a system of linear equations? A system of linear equations is simply a set of linear equations. i.e. a1,1x1+ a1,2x2+ . . . + a1,nxn = b1 a2,1x1+ a2,2x2+ . . . + a2,nxn = b2 . . . am,1x1+ am,2x2+ . . . + am,nxn = bm

A solution to a system of equations is simply an assignment of values to the variables that satisfies (is a solution to) all of the equations in the system. If a system of equations has at least one solution, we say it is consistent. If a system does not have any solutions we say that it is inconsistent.

Examples This is a consistent system as x =1, y =1 is a solution. This is an inconsistent system. Why??

How many solutions does this system have?

How many solutions could a system have? As we saw, a system of linear equations can have no solutions, one solution, or infinitely many solutions. We also saw that graphing things is one way to find the solutions. However, this is difficult in more than three variables.

AUGMENTED MATRICS

Operations that lead to equivalent systems 1. Interchange two equations. 2. Multiply an equation by a nonzero constant. 3. Add a multiple of an equation to another equation.

ELEMENTARY ROW OPERATION (OPERASI BARIS ELEMENTER)

CONTOH DIKETAHUI …………(i) …………(ii) …………(iii) kalikan baris (i) kalikan pers (i) dengan (-2), kemu- dian tambahkan ke pers (ii). kalikan baris (i) dengan (-2), lalu tambahkan ke baris (ii). kalikan pers (i) dengan (-3), kemu- dian tambahkan ke pers (iii). kalikan baris (i) dengan (-3), lalu tambahkan ke baris (iii). kalikan pers (ii) dengan (1/2). kalikan baris (ii)

LANJUTAN CONTOH kalikan pers (ii) dengan (1/2). kalikan baris (ii) dengan (-3), lalu tambahkan ke pers (iii). kalikan brs (ii) dengan (-3), lalu tambahkan ke brs (iii). kalikan pers (iii) dengan (-2). kalikan brs (iii) kalikan pers (ii) dengan (-1), lalu tambahkan ke pers (i). kalikan brs (ii) dengan (-1), lalu tambahkan ke brs (i).

Lanjutan CONTOH Diperoleh penyelesaian x = 1, y = 2, z = 3. Terdapat kalikan pers (ii) dengan (-1), lalu tambahkan ke pers (i). kalikan brs (ii) dengan (-1), lalu tambahkan ke brs (i). kalikan pers (iii) dengan (-11/2), lalu tambahkan ke pers (i) dan kalikan pers (ii) dg (7/2), lalu tambahkan ke pers (ii) kalikan brs (iii) dengan (-11/2), lalu tambahkan ke brs (i) dan kalikan brs (ii) dg (7/2), lalu tambahkan ke brs (ii) Diperoleh penyelesaian x = 1, y = 2, z = 3. Terdapat kaitan menarik antara bentuk SPL dan representasi matriksnya. Metoda ini berikutnya disebut dengan METODA ELIMINASI GAUSS.

We say that a system in this form is in row - echelon form. We can find the solutions to a system in row- echelon form using back substitution.

Solving a system not in r-e form. We say that two systems of equations (or equations) are equivalent, if they have exactly the same solutions. One method of solving a system of equations is to transform it to an equivalent system in r-e form.

Using these three operations we can solve a system of linear equations in the following manner. 1. Save the x term in the first equation and use it to eliminate all other x terms. 2. Ignore the first equation and use the second term in the second equation to eliminate all other second terms in the remaining equations. 3. Continue in this manner until the system is in r-e form.

BENTUK ECHELON-BARIS Misalkan SPL disajikan dalam bentuk matriks berikut: maka SPL ini mempunyai penyelesaian x = 1, y = 2, z = 3. Matriks ini disebut bentuk echelon-baris tereduksi. Untuk dapat mencapai bentuk ini maka syaratnya adalah sbb: 1. Jika suatu brs matriks tidak nol semua maka elemen tak nol pertama adalah 1. Brs ini disebut mempunyai leading 1. 2. Semua brs yg terdiri dari nol semua dikumpulkan di bagian bawah. 3. Leading 1 pada baris lebih atas posisinya lebih kiri daripada leading 1 baris berikut. 4. Setiap kolom yang memuat leading 1, elemen lain semuanya 0.

Bentuk echelon-baris dan echelon-baris tereduksi Matriks yang memenuhi kondisi (1), (2), (3) disebut bentuk echelon-baris. CONTOH bentuk echelon-baris tereduksi: CONTOH bentuk echelon-baris:

Bentuk umum echelon-baris dimana lambang ∗ dapat diisi bilanangan real sebarang.

Bentuk umum echelon-baris tereduksi dimana lambang ∗ dapat diisi bilanangna real sebarang.

Penyelesaian SPL melalui bentuk echelon-baris Misal diberikan bentuk matriks SPL sbb: Tentukan penyelesaian masing-masing SPL di atas.

PROBLEM Consider the system of equations Indicate what we can say about the relative positions of the lines WHEN the system has no solutions the system has exactly one solution the system has infinitely many solutions If the system of equations is consistent, explain why at least one equation can be discarded from the system without altering the solution set

Homogeneous Linear Systems A system of linear equations is said to be homogeneous if the constant terms are all zero; that is, the system has the form Every homogeneous system of linear equations is consistent, since all such systems have x1=0 ,x2=0 , …xn as a solution. This solution is called the trivial solution; if there are other solutions, they are called nontrivial solutions.

Because a homogeneous linear system always has the trivial solution, there are only two possibilities for its solutions: The system has only the trivial solution The system has infinitely many solutions in addition to the trivial solution In the special case of a homogeneous linear system of two equations in two unknowns, say the graphs of the equations are lines through the origin, and the trivial solution corresponds to the point of intersection at the origin

contoh Reducing this matrix to reduced row echelon The augmented matrix for the system is The general solution

operations, the resulting matrices might be different. Indicate whether the statement is always true or sometimes false. Justify your answer by giving a logical argument or a counterexample (a) If a matrix is reduced to reduced row-echelon form by two different sequences of elementary row operations, the resulting matrices will be different (b) If a matrix is reduced to row-echelon form by two different sequences of elementary row operations, the resulting matrices might be different. (c)If the reduced row-echelon form of the augmented matrix for a linear system has a row of zeros, then the system must have infinitely many solutions. (d) If three lines in the -plane xy are sides of a triangle, then the system of equations formed from their equations has three solutions, one corresponding to each vertex. (d) A linear system of three equations in five unknowns must be consistent (e)A linear system of five equations in three unknowns cannot be consistent (f) If a linear system of n equations in n unknowns has n leading 1's in the reduced row-echelon form of its augmented matrix, then the system has exactly one solution (g)If a linear system of n equations in n unknowns has two equations that are multiples of one another, then the system is inconsistent