Dan O. Popa, Linear Systems EE 3317, Spring 2009 Week 2, Lectures 2-3: Review These lectures cover math concepts related to: -White Box Systems Examples:

Slides:



Advertisements
Similar presentations
Math Review with Matlab:
Advertisements

MATLAB BASICS ECEN 605 Linear Control Systems Instructor: S.P. Bhattacharyya.
Introduction to Matlab
Lecture (4) Plotting & Programming (1) Eng. Osama Talaat 1.
1 EMT 101 – Engineering Programming Dr. Farzad Ismail School of Aerospace Engineering Universiti Sains Malaysia Nibong Tebal Pulau Pinang Week 10.
Introduction to MATLAB for Biomedical Engineering BME 1008 Introduction to Biomedical Engineering FIU, Spring 2015 Lesson 2: Element-wise vs. matrix operations.
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.
MATLAB – What is it? Computing environment / programming language Tool for manipulating matrices Many applications, you just need to get some numbers in.
MATLAB’s extensive, device-independent plotting capabilities are one of its most powerful features. They make it very easy to plot any data at any time.
Part 5 Chapter 19 Numerical Differentiation PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The McGraw-Hill.
1 Electrical Engineering BA (B), Analog Electronics, Lecture 2 ET065G 6 Credits ET064G 7.5 Credits Muhammad Amir Yousaf.
EE-2027 SaS 06-07, L11 1/12 Lecture 11: Fourier Transform Properties and Examples 3. Basis functions (3 lectures): Concept of basis function. Fourier series.
Matlab Matlab is a powerful mathematical tool and this tutorial is intended to be an introduction to some of the functions that you might find useful.
AppxA_01fig_PChem.jpg Complex Numbers i. AppxA_02fig_PChem.jpg Complex Conjugate.
Lecture 14: Laplace Transform Properties
University of Colorado Boulder ASEN 5070: Statistical Orbit Determination I Fall 2014 Professor Brandon A. Jones Lecture 7: Linearization and the State.
Matlab intro The Environment
ENGR 1320 Final Review - Math Major Topics: – Trigonometry – Vectors Dot product Cross product – Matrices Matrix operations Matrix equations Gaussian Elimination.
Designing Effective Graphics Using MATLAB The Cain Project in Engineering and Professional Communication ENGINEERING SERIES.
MATLAB Lecture One Monday 4 July Matlab Melvyn Sim Department of Decision Sciences NUS Business School
MATLAB INTRO CONTROL LAB1  The Environment  The command prompt Getting Help : e.g help sin, lookfor cos Variables Vectors, Matrices, and Linear Algebra.
EE 3417: Linear Systems Continuous Signals and Systems
Circuits II EE221 Instructor: Kevin D. Donohue Course Introduction, Website Resources, and Phasor Review.
ECE 1304 Introduction to Electrical and Computer Engineering Section 1.1 Introduction to MATLAB.
EE3417 Lab Session Week 1. Turn on your computer. Open MATLAB The slides are uploaded in Blackboard Quiz on June 12 (Week 2) Syllabus: Week 1, 2 My TA.
MATLAB Basics. The following screen will appear when you start up Matlab. All of the commands that will be discussed should be typed at the >> prompt.
Chapter 1: Getting Started with MATLAB MATLAB for Scientist and Engineers Using Symbolic Toolbox.
Dan O. Popa, Intro to EE, Freshman Practicum, Spring 2015 EE 1106 : Introduction to EE Freshman Practicum Lecture-Lab: Introduction to signals and systems,
Comprehensive Curriculum Advanced Math I. Each of the eight units have the same structure. All are based on the GLEs for grades 11 and 12. Each unit has.
Matlab Programming for Engineers Dr. Bashir NOURI Introduction to Matlab Matlab Basics Branching Statements Loops User Defined Functions Additional Data.
An Introduction to MathCAD Finding Solutions and Symbolic Maths.
Chapter 5 Z Transform. 2/45  Z transform –Representation, analysis, and design of discrete signal –Similar to Laplace transform –Conversion of digital.
MATLAB Harri Saarnisaari, Part of Simulations and Tools for Telecommunication Course.
Designing Effective Graphics Using MATLAB The Cain Project in Engineering and Professional Communication Linda Driskill, Gang Cheng,
Motivation Thus far we have dealt primarily with the input/output characteristics of linear systems. State variable, or state space, representations describe.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Introduction to MATLAB 7 for Engineers William J. Palm.
MATLAB Lecture Two Tuesday 5 July Chapter 3.
Math Review Towards Fourier Transform
ES97H Biomedical Signal Processing
1-d Arrays & Plotting.
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.
Lecture 1: Math Review EEE2108: Optimization 서강대학교 전자공학과 2012 학년도 1 학기.
Partial Fractions Day 2 Chapter 7.4 April 3, 2007.
Computers in Civil Engineering 53:081 Spring 2003 Lecture #8 Roots of Equations: Systems of Equations.
NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS ( NET 222: COMMUNICATIONS AND NETWORKS FUNDAMENTALS (PRACTICAL PART) Tutorial 2 : Matlab - Getting Started.
University of Colorado Boulder ASEN 5070: Statistical Orbit Determination I Fall 2015 Professor Brandon A. Jones Lecture 8: State Transition Matrix, Part.
Chapter 8 Systems of Linear Equations in Two Variables Section 8.3.
MATLAB ® for Engineers, Holly Moore Fourth Edition, Global Edition © Pearson Education Limited 2015 All rights reserved. Figure 5.1 Simple Plot of Time.
Matlab Tutorial Iman Moazzen First Session – September 11, 2013.
Photonic Systems Laboratory School of EE, Seoul National University Photonic Systems Lab School of EECS, S.N.U. Introduction to Electromagnetism.
1-2 What is the Matlab environment? How can you create vectors ? What does the colon : operator do? How does the use of the built-in linspace function.
How to use MATLAB (using M-files) Double click this icon To start Matlab 6.5.
DSP-First, 2/e LECTURE #3 Complex Exponentials and Complex Numbers.
ECE 1304 Introduction to Electrical and Computer Engineering
Introduction to Matlab
LECTURE #3 Complex Exponentials & Complex Numbers
Lecture 3: Solving Diff Eqs with the Laplace Transform
Chapter 5 Integral Transforms and Complex Variable Functions
Numerical Differentiation
MATLAB How to use (using M-files) Double click this icon
MATLAB How to use (using M-files) Double click this icon
MATLAB How to use (using M-files)
Introduction to MATLAB
CS 175 Project in AI Discussion -- matlab
Designing Effective Graphics Using MATLAB
MA5242 Wavelets Lecture 1 Numbers and Vector Spaces
Chapter 2. Mathematical Foundation
Solving a System of Linear Equations
Lectures State-Space Analysis of LTIC
ME 123 Computer Applications I Lecture 5: Input and Output 3/17/03
Presentation transcript:

Dan O. Popa, Linear Systems EE 3317, Spring 2009 Week 2, Lectures 2-3: Review These lectures cover math concepts related to: -White Box Systems Examples: RLC circuit, MSD mechanical system -1 st order ODE equations – solving -Review of Taylor series, derivation, integration -Complex numbers and examples, rings and fields -Rational polynomials fractions and partial fraction expansions -Vectors and matrices, vector spaces, linear mappings -Systems of linear equations

Dan O. Popa, Linear Systems EE 3317, Spring 2009 Week 2, Lectures 2-3: Review MATLAB functions: -Simple commands: whos (who), clear, clf, clc, load, save, print, plot (xlabel, ylabel, xlim, ylim, semilogx, semilogy, plot3, contour, legend, ) -Complex numbers: real, imag, conj, abs, angle, log, log10, cart2pol, pol2cart -PFE: residue -Vector operations, element by element operations, matrices, matrix operations (inv, det).

Dan O. Popa, Linear Systems EE 3317, Spring 2009 Week 2, Lectures 2-3: Reading and Practice Reading for week 2: -Chapter B, Lathi textbook, including: -MATLAB session B -B.7 tables -B.1-2 – complex numbers -B-5 – PFE -B-6, B-4 – Vectors and Matrices -B-2, B-3 – sinusoids and sketching signals -Example exercises: -B.1, B.2: polar to cartesian, cartesian to polar conversion -B.3, B.4: multiplication/division and addition/subtraction of complex numbers -B.5 – Functions of complex variable -B.8, B.9, B.10 – Partial fraction expansions -B.12, B.13 – Matrix operations