9. Solution of a Set of Linear Differantial Equations x : Column matrix of state variables (nx1) A: Square matrix (nxn), system matrix u: Input vector.

Slides:



Advertisements
Similar presentations
UNIT 2 1.7, 4.8 Introduction to Functions. 1.7, 4.8Introduction to Functions Definitions.
Advertisements

Matrices & Systems of Linear Equations
SYSTEM OF DIFFERENTIAL EQUATIONS f(t) : Input u(t) and v(t) : Outputs to be found System of constant coefficient differential equations with two unknowns.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Do Now Pass out calculators. Solve the following system by graphing: Graph paper is in the back. 5x + 2y = 9 x + y = -3 Solve the following system by using.
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
Section 8.3 – Systems of Linear Equations - Determinants Using Determinants to Solve Systems of Equations A determinant is a value that is obtained from.
HOMEWORK 01C Eigenvalues Problem 1: Problem 2: Problem 3: Problem 4: Lecture 1 Problem 5: Problem 6:
Coordinate Graphing System of Linear Inequalities.
Eigen Values Andras Zakupszki Nuttapon Pichetpongsa Inderjeet Singh Surat Wanamkang.
Solving Linear Systems by Linear Combinations
Chapter 3: Linear Algebra I. Solving sets of linear equations ex: solve for x, y, z. 3x + 5y + 2z = -4 2x + 9z = 12 4y + 2z = 3 (can solve longhand) (can.
Modeling of geochemical processes Linear Algebra Refreshing J. Faimon.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
3x – 5y = 11 x = 3y + 1 Do Now. Homework Solutions 2)2x – 2y = – 6 y = – 2x 2x – 2(– 2x) = – 6 2x + 4x = – 6 6x = – 6 x = – 1y = – 2x y = – 2(– 1) y =
9.5 Multiplication with the Addition- or-Subtraction Method Purpose: To use multiplication on linear equations before you add or subtract. Homework: p.
We will use Gauss-Jordan elimination to determine the solution set of this linear system.
1. Inverse of A 2. Inverse of a 2x2 Matrix 3. Matrix With No Inverse 4. Solving a Matrix Equation 1.
Linear algebra: matrix Eigen-value Problems
Vectors and Matrices In MATLAB a vector can be defined as row vector or as a column vector. A vector of length n can be visualized as matrix of size 1xn.
Scientific Computing General Least Squares. Polynomial Least Squares Polynomial Least Squares: We assume that the class of functions is the class of all.
SYSTEM OF DIFFERENTIAL EQUATIONS f(t) : Input u(t) and v(t) : Outputs to be found System of constant coefficient differential equations with two unknowns.
Factor. 1)x² + 8x )y² – 4y – 21. Zero Product Property If two numbers multiply to zero, then either one or both numbers has to equal zero. If a.
Convolution in Matlab The convolution in matlab is accomplished by using “conv” command. If “u” is a vector with length ‘n’ and “v” is a vector with length.
P1 RJM 16/10/02EG1C2 Engineering Maths: Matrix Algebra Tutorial 6 Matrix Algebra - Tutorial 6 32.Find the eigenvalues and eigenvectors of the following.
Solve a system of linear equations By reducing a matrix Pamela Leutwyler.
Linear Algebra Diyako Ghaderyan 1 Contents:  Linear Equations in Linear Algebra  Matrix Algebra  Determinants  Vector Spaces  Eigenvalues.
What is a System of Linear Equations? A system of linear equations is simply two or more linear equations using the same variables. We will only be dealing.
Do Now 1) Factor. 3a2 – 26a + 35.
3.6 Solving Systems Using Matrices You can use a matrix to represent and solve a system of equations without writing the variables. A matrix is a rectangular.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Linear Systems m k u x m k u x Fixed.
1.3 Solutions of Linear Systems
, Free vibration Eigenvalue equation EIGENVALUE EQUATION
Linear Algebra Diyako Ghaderyan 1 Contents:  Linear Equations in Linear Algebra  Matrix Algebra  Determinants  Vector Spaces  Eigenvalues.
Differential Equations Linear Equations with Variable Coefficients.
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
1.1 The row picture of a linear system with 3 variables.
Solve Linear Systems by Elimination February 3, 2014 Pages
REGRESSION (CONTINUED) Matrices & Matrix Algebra; Multivariate Regression LECTURE 5 Supplementary Readings: Wilks, chapters 6; Bevington, P.R., Robinson,
1/15 Fun Matrix Facts and Tricks Ben G. Fitzpatrick Department of Mathematics Loyola Marymount University One LMU Drive.
Chapter 5: Matrices and Determinants Section 5.5: Augmented Matrix Solutions.
Chapter 2 Linear Equations and Functions. Sect. 2.1 Functions and their Graphs Relation – a mapping or pairing of input values with output values domain.
Characteristic Polynomial Hung-yi Lee. Outline Last lecture: Given eigenvalues, we know how to find eigenvectors or eigenspaces Check eigenvalues This.
Warm Up Find the solution to linear system using the substitution method. 1) 2x = 82) x = 3y - 11 x + y = 2 2x – 5y = 33 x + y = 2 2x – 5y = 33.
Use Inverse Matrices to Solve Linear Systems
Solve Linear Systems By Multiplying First
6-1 Linear Systems Goal: Solve a system of linear equations by graphing Eligible Content: A / A
The Inverse of a Square Matrix
Find the equation of the tangent line for y = x2 + 6 at x = 3
Character.
7.3 Matrices.
Solving Linear Systems by Linear Combinations
Solve Systems of Linear Equations in Three Variables
7.4 Solve Linear Systems by Multiplying First
Use Inverse Matrices to Solve 2 Variable Linear Systems
Graphing Nonlinear Functions Pages 694 – 697
SYSTEM OF DIFFERENTIAL EQUATIONS
State Space Method.
6-1 Linear Systems Goal: Solve a system of linear equations by graphing Eligible Content: A / A
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
Vectors and Matrices In MATLAB a vector can be defined as row vector or as a column vector. A vector of length n can be visualized as matrix of size 1xn.
Homework 02 ANSYS: Problem 1: (The system in Homework 01C- Problem 5)
HOMEWORK 08B Impulse, step response Problem 1: Problem 2: Problem 3:
Sec 3.5 Inverses of Matrices
Writing Linear Equations
5.1 -Systems of Linear Equations
SYSTEM OF ORDINARY DIFFERENTIAL EQUATIONS
SYSTEM OF DIFFERENTIAL EQUATIONS
Multiply by 5/40 and sum with 2nd row
Solving Linear Systems of Equations - Inverse Matrix
Presentation transcript:

9. Solution of a Set of Linear Differantial Equations x : Column matrix of state variables (nx1) A: Square matrix (nxn), system matrix u: Input vector (mx1) B: Input matrix (nxm) I: nxn unit matrix x 0 = {x} t=0 Solution under initial conditions Solution under inputs

Example 9.1 G y2y2 y1y1 kck c L1L1 L2L2 m,I yAyA yByB General Coordinates: y 1, y 2 Inputs: y A, y B m=1050 kg, I=670 kg-m 2 k=35300 N/m, c=2000 Ns/m L 1 =1.7 m, L 2 =1.4 m (System in Problem 4 of Homework 01C) M

Eigenvalue equation:

clc;clear;syms s; a=[0,0,1,0 0,0,0, ,91.8,-10.5, ,-136.5,5.2,-7.8]; eig(a) pause i1=eye(4);a1=inv(s*i1-a);pretty(a1) For multiplying polinoms, use conv ( ) commands in MATLAB

G y2y2 y1y1 kck c L1L1 L2L2 m,I yAyA yByB 0.05m (L=L 1 +L 2 =3.1 m)

Eigenvalues:

G y2y2 y1y1 kck c L1L1 L2L2 m,I yAyA yByB 0.05m (ξ =0.45) (ξ =0.23) Δt=0.02, t ∞ =3.31 In input t 1 =0.186