Modeling of geochemical processes Linear Algebra Refreshing J. Faimon.

Slides:



Advertisements
Similar presentations
Chapter 28 – Part II Matrix Operations. Gaussian elimination Gaussian elimination LU factorization LU factorization Gaussian elimination with partial.
Advertisements

Linear Algebra.
Linear Systems of Equations
Section 5.1 Eigenvectors and Eigenvalues. Eigenvectors and Eigenvalues Useful throughout pure and applied mathematics. Used to study difference equations.
Eigenvalues and Eigenvectors
Matrix Operations. Matrix Notation Example Equality of Matrices.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 14 Elimination Methods.
3D Geometry for Computer Graphics
ECIV 520 Structural Analysis II Review of Matrix Algebra.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Copyright © Cengage Learning. All rights reserved. 7.6 The Inverse of a Square Matrix.
4.5, x 2 and 3 x 3 Matrices, Determinants, and Inverses Date: _____________.
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 2.1: Recap on Linear Algebra Daniel Cremers Technische Universität.
PHY 301: MATH AND NUM TECH Chapter 5: Linear Algebra Applications I.Homogeneous Linear Equations II.Non-homogeneous equation III.Eigen value problem.
Chapter 7 Notes Honors Pre-Calculus. 7.1/7.2 Solving Systems Methods to solve: EXAMPLES: Possible intersections: 1 point, 2 points, none Elimination,
Eigenvalues and Eigenvectors
Inverse Matrices and Systems
Sec 3.5 Inverses of Matrices Where A is nxn Finding the inverse of A: Seq or row operations.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
10.4 Matrix Algebra 1.Matrix Notation 2.Sum/Difference of 2 matrices 3.Scalar multiple 4.Product of 2 matrices 5.Identity Matrix 6.Inverse of a matrix.
Solving Linear Systems Solving linear systems Ax = b is one part of numerical linear algebra, and involves manipulating the rows of a matrix. Solving linear.
LAHW#13 Due December 20, Eigenvalues and Eigenvectors 5. –The matrix represents a rotations of 90° counterclockwise. Obviously, Ax is never.
Introduction to Linear Algebra Mark Goldman Emily Mackevicius.
Chemistry 301/ Mathematics 251 Chapter 4
1 Beginning & Intermediate Algebra – Math 103 Math, Statistics & Physics.
Review of Matrix Operations Vector: a sequence of elements (the order is important) e.g., x = (2, 1) denotes a vector length = sqrt(2*2+1*1) orientation.
1.3 Solutions of Linear Systems
2.5 Determinants and Multiplicative Inverses of Matrices. Objectives: 1.Evaluate determinants. 2.Find the inverses of matrices. 3.Solve systems of equations.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Solving Systems of Linear equations with 3 Variables To solve for three variables, we need a system of three independent equations.
Lecture Note 1 – Linear Algebra Shuaiqiang Wang Department of CS & IS University of Jyväskylä
REGRESSION (CONTINUED) Matrices & Matrix Algebra; Multivariate Regression LECTURE 5 Supplementary Readings: Wilks, chapters 6; Bevington, P.R., Robinson,
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
Chapter 61 Chapter 7 Review of Matrix Methods Including: Eigen Vectors, Eigen Values, Principle Components, Singular Value Decomposition.
Reduced echelon form Matrix equations Null space Range Determinant Invertibility Similar matrices Eigenvalues Eigenvectors Diagonabilty Power.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Numerical Computation Lecture 6: Linear Systems – part II United International College.
1 Matrix Math ©Anthony Steed Overview n To revise Vectors Matrices.
CS246 Linear Algebra Review. A Brief Review of Linear Algebra Vector and a list of numbers Addition Scalar multiplication Dot product Dot product as a.
Modeling of geochemical processes Numeric Mathematics Refreshment
MTH108 Business Math I Lecture 20.
Modeling of geochemical processes Linear system of differential equations J. Faimon.
Review of Linear Algebra
Review of Matrix Operations
Modeling of geochemical processes Numeric Algorithm Refreshment
We will be looking for a solution to the system of linear differential equations with constant coefficients.
Linear Algebra Lecture 15.
Splash Screen.
Feedback Control Systems (FCS)
CHAPTER OBJECTIVES The primary objective of this chapter is to show how to compute the matrix inverse and to illustrate how it can be.
Eigenvalues and Eigenvectors
Solving Linear Systems Algebraically
RECORD. RECORD Gaussian Elimination: derived system back-substitution.
Use Inverse Matrices to Solve Linear Systems
Derivative of scalar forms
Lecture 11 Matrices and Linear Algebra with MATLAB
Numerical Computation and Optimization
Fundamentals of Engineering Analysis
Notes Over 7.4 Finding an Inverse Relation
Eigenvalues and Eigenvectors
ENM 500 Linear Algebra Review
4.3 Determinants and Cramer’s Rule
Elementary Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Systems of Equations Solve by Graphing.
Sec 3.5 Inverses of Matrices
Chapter 8 Systems of Equations
Diagonalization Prepared by Vince Zaccone
Chapter 2 Determinants.
Presentation transcript:

Modeling of geochemical processes Linear Algebra Refreshing J. Faimon

Modeling of geochemical processes Dynamic models Eigen Values and Eigen Vectors of Matrix The square matrix A nxn can be decomposed (factorized) into a product of three matrix Λ nxn is diagonal matrix with diagonal components λ i called eigen values of matrix A U nxn is a square matrix that comprises column vectors u i called eigen vectors of matrix A An example:

The eigencomponents (every eigen value and eigen vector) are connected by linear equation (in vectors): Modeling of geochemical processes Dynamic models the example, and Determination λ i and u i It results from the former equation that ; it is

Modeling of geochemical processes Dynamic models The example: characteristic equation is rewriting gives ; solution is λ 1 = 1, λ 2 = 2 Substituting of the eigen values yields the equation set Diagonal matrix of eigen values is

Modeling of geochemical processes Dynamic models A decomposition gives - u 11 – 6 u 21 = u 11 u 11 = – 3 u 21 u u 21 = u 21 u 11 = – 3 u 21 both equations are depended and - u 12 – 6 u 22 = 2 u 12 u 12 = – 2 u 22 u u 22 = 2 u 22 u 12 = – 2 u 22 both equations are depended If it is chosen u 21 = -1, then u 11 = 3. If u 22 = -1, then u 12 = 2!

Modeling of geochemical processes Dynamic models The substituting yields and It results from the second equation set The matrix of eigen vectors The equations give only direction of the eigen vectors; they give not coordinates of end point. Therefore, unitary lengths of vectors are often chosen: u u 21 2 = 1, and u u 22 2 = 1 It results from the former example u 11 2 = 9 u 21 2 and 10 u 21 2 = 1 The substituting yields and

Modeling of geochemical processes Dynamic models Verifying Inverse matrix can be find, e.g., under using of MS Excel