1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim. 2 2 Exercise (1)  Solve the following set of equations using MATLAB x 1 + 2x 2 + 3x 3 + 5x 4 = 21 – 2x 1.

Slides:



Advertisements
Similar presentations
1 1 Mechanical Design and Production Dept, Faculty of Engineering, Zagazig University, Egypt. Mechanical Design and Production Dept, Faculty of Engineering,
Advertisements

Lecture 131 EEE 302 Electrical Networks II Dr. Keith E. Holbert Summer 2001.
Beginning Programming for Engineers
1 Eng. Mohamed El-Taher Eng. Ahmed Ibrahim. 2 1.FUNCTION SUMMARY polyfun  Polynomial functions are located in the MATLAB polyfun directory. For a complete.
H(s) x(t)y(t) 8.b Laplace Transform: Y(s)=X(s) H(s) The Laplace transform can be used in the solution of ordinary linear differential equations. Let’s.
1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Programming & Flowchart.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Lecture 141 EEE 302 Electrical Networks II Dr. Keith E. Holbert Summer 2001.
1 Section 2 SECTION 2 Partial Fractions. 2 We need to split the following into separate terms: Roots of the denominator D(s): Case I – unrepeated factor.
Lecture 19: Discrete-Time Transfer Functions
Automatic Control Laplace Transformation Dr. Aly Mousaad Aly Department of Mechanical Engineering Faculty of Engineering, Alexandria University.
Bogazici University Dept. Of ME. Laplace Transforms Very useful in the analysis and design of LTI systems. Operations of differentiation and integration.
Technical Question Technical Question
DEPARTMENT OF MATHEMATI CS [ YEAR OF ESTABLISHMENT – 1997 ] DEPARTMENT OF MATHEMATICS, CVRCE.
Chapter 2 Solution of Differential Equations Dr. Khawaja Zafar Elahi.
DEPARTMENT OF MATHEMATI CS [ YEAR OF ESTABLISHMENT – 1997 ] DEPARTMENT OF MATHEMATICS, CVRCE.
EE313 Linear Systems and Signals Fall 2010 Initial conversion of content to PowerPoint by Dr. Wade C. Schwartzkopf Prof. Brian L. Evans Dept. of Electrical.
Chapter 4 Laplace Transforms.
ORDINARY DIFFERENTIAL EQUATION (ODE) LAPLACE TRANSFORM.
Chapter 9 Laplace Transform §9.1 Definition of Laplace Transform §9.2 Properties of Laplace Transform §9.3 Convolution §9.4 Inverse Laplace Transform §9.5.
SE 207: Modeling and Simulation Introduction to Laplace Transform
MESB 374 System Modeling and Analysis Inverse Laplace Transform and I/O Model.
Mathematics. Session Differential Equations - 2 Session Objectives  Method of Solution: Separation of Variables  Differential Equation of first Order.
1 Chapter 11 Solution of Differential Equations with MATLAB MATLAB has some powerful features for solving differential equations of all types. We will.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
ECE Networks & Systems Jose E. Schutt-Aine
DIFFERENTIAL EQUATIONS Note: Differential equations are equations containing a derivative. They can be solved by integration to obtain a general solution.
 y’ = 3x and y’ = x are examples of differential equations  Differential Form dy = f(x) dx.
Discretization of Continuous-Time State Space Models
Alexander-Sadiku Fundamentals of Electric Circuits
EE 401 Control Systems Analysis and Design A Review of The Laplace Transform Wednesday 27 Aug 2014 EE 401: Control Systems Analysis and Design Slide 1.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
EE 401 Control Systems Analysis and Design A Review of The Laplace Transform Friday 15 Jan 2016 EE 401: Control Systems Analysis and Design Slide 1 of.
Signals and Systems Using MATLAB Luis F. Chaparro.
case study on Laplace transform
University of Warwick: AMR Summer School 4 th -6 th July, 2016 Structural Identifiability Analysis Dr Mike Chappell, School of Engineering, University.
Section 9.4 – Solving Differential Equations Symbolically Separation of Variables.
Lesson 11: Solving Mechanical System Dynamics Using Laplace Transforms
Lec 4. the inverse Laplace Transform
H(s) 8.b Laplace Transform:
INTEGRATION & TECHNIQUES OF INTEGRATION
CHAPTER III LAPLACE TRANSFORM
Chapter 6 Laplace Transform
Chap2. Modeling in the Frequency Domain
Engineering Analysis I
Chapter 11 Solution of Differential Equations with MATLAB
자동제어 3강: 라플라스 역변환 강의실 : 산107 담당교수 : 고경철(기계공학부) 사무실 : 산학협력관 105B
Differential Equations
First order non linear pde’s
Application of the Laplace Transform
Lecture 3: Solving Diff Eqs with the Laplace Transform
Laplace Transform Properties
Chapter 15 Introduction to the Laplace Transform
MATH 450 Enthusiastic Study/snaptutorial.com
Notes Over 9.6 An Equation with One Solution
Solve the equation for x. {image}
Mechatronics Engineering
Chapter 5 DT System Analysis : Z Transform Basil Hamed
Section Indefinite Integrals
Chapter 1:First order Partial Differential Equations
CHAPTER-6 Z-TRANSFORM.
Chapter 4 THE LAPLACE TRANSFORM.
Week 9 3. Applications of the LT to ODEs Theorem 1:
EXERCISE SET 7 – Differential Equations
Example 1: Find the magnitude and phase angle of
Section 9.4 – Solving Differential Equations Symbolically
Section Indefinite Integrals
Chapter 2. Mathematical Foundation
LAPLACE TRANSFORMATION
Algebra with Fractions 2
Presentation transcript:

1 1 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim

2 2 Exercise (1)  Solve the following set of equations using MATLAB x 1 + 2x 2 + 3x 3 + 5x 4 = 21 – 2x 1 + 5x 2 + 7x 3 – 9x 4 = 18 5x 1 + 7x 2 + 2x 3 – 5x 4 = 25 – x 1 + 3x 2 – 7x 3 + 7x 4 = 30 Solution x 1 = – , x 2 = , x 3 = – , x 4 =

3 3 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (2)  Differentiation of the following functions: (a)S 1 = exp(x 8 ) (b) S 2 = 3x 3 exp(x 5 ) (c) S 3 = 5x 3 – 7x 2 + 3x + 6

4 4 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (3)  Use MATLAB’s symbolic commands to find the values of the following integrals: (a) (9/40) (b) (7/3*pi^3) (c) (d)7x 5 – 6x x 3 + 4x 2 + 8x + 9

5 5 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (4)  Obtain the general solution of the following first order differential equations: (a) ans =(5*t)/6 + C6/(36*exp(6*t)) - 5/36 (b) (c) ans =A*t*x^3 + C11 (d) ans =(a^2*x^3)/2 + C15

6 6 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (5)  Obtain the general solution of the following: Using MATLAB program, find (a)General solution. (b)x(t) when all the initial conditions are zero. (c)x(t) when x(0) = 1 and Dx(0) = 2.

7 7 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (6) (a) Expand the following function F(s) into partial fractions using MATLAB. (b) Determine the inverse Laplace transform of F(s) :

8 8 Eng. Mohamed Eltaher Eng.Ahmed Ibrahim Exercise (7)  Find the Laplace transform of the following function using MATLAB. (a) (b) (c) (d)