Signals and Systems with MATLAB Applications

Size: px
Start display at page:

Download "Signals and Systems with MATLAB Applications"

Transcription

1 Signals and Systems with MATLAB Applications Second Edition Steven T. Karris

2 Signals and Systems with MATLAB Applications, Second Edition Copyright All rights reserved. Printed in the United States of America. No part of this publication may be reproduced or distributed in any form or by any means, or stored in a data base or retrieval system, without the prior written permission of the publisher. Direct all inquiries to, Paseo Padre Parkway, Fremont, California Product and corporate names are trademarks or registered trademarks of the Microsoft Corporation and The MathWorks Inc. They are used only for identification and explanation, without intent to infringe. Library of Congress Cataloging-in-Publication Data Library of Congress Control Number: ISBN Copyright TX

3 Preface This text contains a comprehensive discussion on continuous and discrete time signals and systems with many MATLAB examples. It is written for junior and senior electrical engineering students, and for self-study by working professionals. The prerequisites are a basic course in differential and integral calculus, and basic electric circuit theory. This book can be used in a two-quarter, or one semester course. This author has taught the subject material for many years at San Jose State University, San Jose, California, and was able to cover all material in 16 weeks, with 2½ lecture hours per week. To get the most out of this text, it is highly recommended that Appendix A is thoroughly reviewed. This appendix serves as an introduction to MATLAB, and is intended for those who are not familiar with it. The Student Edition of MATLAB is an inexpensive, and yet a very powerful software package; it can be found in many college bookstores, or can be obtained directly from The MathWorks Inc., 3 Apple Hill Drive, Natick, MA Phone: , Fax: info@mathwork.com The elementary signals are reviewed in Chapter 1 and several examples are presented. The intent of this chapter is to enable the reader to express any waveform in terms of the unit step function, and subsequently the derivation of the Laplace transform of it. Chapters 2 through 4 are devoted to Laplace transformation and circuit analysis using this transform. Chapter 5 discusses the state variable method, and Chapter 6 the impulse response. Chapters 7 and 8 are devoted to Fourier series and transform respectively. Chapter 9 introduces discrete-time signals and the Z transform. Considerable time was spent on Chapter 10 to present the Discrete Fourier transform and FFT with the simplest possible explanations. Chapter 11 contains a thorough discussion to analog and digital filters analysis and design procedures. As mentioned above, Appendix A is an introduction to MATLAB. Appendix B contains a review of complex numbers, and Appendix C discusses matrices. New to the Second Edition This is an refined revision of the first edition. The most notable changes are chapter-end summaries, and detailed solutions to all exercises. The latter is in response to many students and working professionals who expressed a desire to obtain the author s solutions for comparison with their own. The author has prepared more exercises and they are available with their solutions to those instructors who adopt this text for their class. The chapter-end summaries will undoubtedly be a valuable aid to instructors for the preparation of presentation material.

4 The last major change is the improvement of the plots generated by the latest revisions of the MATLAB Student Version, Release 13. Fremont, California 2

5 Table of Contents Chapter 1 Elementary Signals Signals Described in Math Form The Unit Step Function The Unit Ramp Function The Delta Function Sampling Property of the Delta Function Sifting Property of the Delta Function Higher Order Delta Functions Summary Exercises Solutions to Exercises Chapter 2 The Laplace Transformation Definition of the Laplace Transformation Properties of the Laplace Transform The Laplace Transform of Common Functions of Time The Laplace Transform of Common Waveforms Summary Exercises Solutions to Exercises Chapter 3 The Inverse Laplace Transformation The Inverse Laplace Transform Integral Partial Fraction Expansion Case where Fs ( ) is Improper Rational Function ( m n) Alternate Method of Partial Fraction Expansion Summary Signals and Systems with MATLAB Applications, Second Edition i

6 Exercises Solutions to Exercises Chapter 4 Circuit Analysis with Laplace Transforms Circuit Transformation from Time to Complex Frequency Complex Impedance Zs ( ) Complex Admittance Ys ( ) Transfer Functions Summary Exercises Solutions to Exercises Chapter 5 State Variables and State Equations Expressing Differential Equations in State Equation Form Solution of Single State Equations The State Transition Matrix Computation of the State Transition Matrix Eigenvectors Circuit Analysis with State Variables Relationship between State Equations and Laplace Transform Summary Exercises Solutions to Exercises Chapter 6 The Impulse Response and Convolution The Impulse Response in Time Domain Even and Odd Functions of Time Convolution Graphical Evaluation of the Convolution Integral Circuit Analysis with the Convolution Integral Summary ii Signals and Systems with MATLAB Applications, Second Edition

7 Exercises Solutions to Exercises Chapter 7 Fourier Series Wave Analysis Evaluation of the Coefficients Symmetry Waveforms in Trigonometric Form of Fourier Series Gibbs Phenomenon Alternate Forms of the Trigonometric Fourier Series Circuit Analysis with Trigonometric Fourier Series The Exponential Form of the Fourier Series Line Spectra Computation of RMS Values from Fourier Series Computation of Average Power from Fourier Series Numerical Evaluation of Fourier Coefficients Summary Exercises Solutions to Exercises Chapter 8 The Fourier Transform Definition and Special Forms Special Forms of the Fourier Transform Properties and Theorems of the Fourier Transform Fourier Transform Pairs of Common Functions Finding the Fourier Transform from Laplace Transform Fourier Transforms of Common Waveforms Using MATLAB to Compute the Fourier Transform The System Function and Applications to Circuit Analysis Summary Exercises Solutions to Exercises Signals and Systems with MATLAB Applications, Second Edition iii

8 Chapter 9 Discrete Time Systems and the Z Transform Definition and Special Forms Properties and Theorems of the Z Tranform The Z Transform of Common Discrete Time Functions Computation of the Z transform with Contour Integration Transformation Between s and z Domains The Inverse Z Transform The Transfer Function of Discrete Time Systems State Equations for Discrete Time Systems Summary Exercises Solutions to Exercises Chapter 10 The DFT and the FFT Algorithm The Discrete Fourier Transform (DFT) Even and Odd Properties of the DFT Properties and Theorems of the DFT The Sampling Theorem Number of Operations Required to Compute the DFT The Fast Fourier Transform (FFT) Summary Exercises Solutions to Exercises Chapter 11 Analog and Digital Filters Filter Types and Classifications Basic Analog Filters Low-Pass Analog Filters Design of Butterworth Analog Low-Pass Filters Design of Type I Chebyshev Analog Low-Pass Filters Other Low-Pass Filter Approximations High-Pass, Band-Pass, and Band-Elimination Filters iv Signals and Systems with MATLAB Applications, Second Edition

9 Digital Filters Summary Exercises Solutions to Exercises Appendix A Introduction to MATLAB MATLAB and Simulink...A-1 Command Window...A-1 Roots of Polynomials...A-3 Polynomial Construction from Known Roots...A-4 Evaluation of a Polynomial at Specified Values...A-6 Rational Polynomials...A-8 Using MATLAB to Make Plots...A-10 Subplots...A-18 Multiplication, Division and Exponentiation...A-18 Script and Function Files...A-25 Display Formats...A-30 Appendix B Review of Complex Numbers Definition of a Complex Number... B-1 Addition and Subtraction of Complex Numbers...B-2 Multiplication of Complex Numbers... B-3 Division of Complex Numbers... B-4 Exponential and Polar Forms of Complex Numbers... B-4 Appendix C Matrices and Determinants Matrix Definition... C-1 Matrix Operations... C-2 Special Forms of Matrices... C-5 Determinants... C-9 Minors and Cofactors...C-12 Signals and Systems with MATLAB Applications, Second Edition v

10 Cramer s Rule...C-16 Gaussian Elimination Method...C-19 The Adjoint of a Matrix...C-20 Singular and Non-Singular Matrices...C-21 The Inverse of a Matrix...C-21 Solution of Simultaneous Equations with Matrices...C-23 Exercises...C-30 vi Signals and Systems with MATLAB Applications, Second Edition

11 Chapter 1 Elementary Signals T his chapter begins with a discussion of elementary signals that may be applied to electric networks. The unit step, unit ramp, and delta functions are introduced. The sampling and sifting properties of the delta function are defined and derived. Several examples for expressing a variety of waveforms in terms of these elementary signals are provided. 1.1 Signals Described in Math Form Consider the network of Figure 1.1 where the switch is closed at time t = 0. R v t = 0 S + + v out open terminals Figure 1.1. A switched network with open terminals. We wish to describe v out in a math form for the time interval < t < +. To do this, it is convenient to divide the time interval into two parts, < t < 0, and 0 < t <. For the time interval < t < 0, the switch is open and therefore, the output voltage v out is zero. In other words, v out = 0 for < t < 0 For the time interval 0< t<, the switch is closed. Then, the input voltage v S appears at the output, i.e., v out = v S for 0< t< Combining (1.1) and (1.2) into a single relationship, we get (1.1) (1.2) 0 < t < 0 v out = v S 0< t< (1.3) We can express (1.3) by the waveform shown in Figure 1.2. Signals and Systems with MATLAB Applications, Second Edition 1-1

12 Chapter 1 Elementary Signals vs v out 0 t v out Figure 1.2. Waveform for as defined in relation (1.3) The waveform of Figure 1.2 is an example of a discontinuous function. A function is said to be discontinuous if it exhibits points of discontinuity, that is, the function jumps from one value to another without taking on any intermediate values. 1.2 The Unit Step Function u 0 () t A well-known discontinuous function is the unit step function u * 0 () t that is defined as u 0 () t = 0 t < 0 1 t > 0 (1.4) It is also represented by the waveform of Figure u 0 () t t Figure 1.3. Waveform for u 0 () t In the waveform of Figure 1.3, the unit step function u 0 () t changes abruptly from 0 to 1 at t = 0. But if it changes at t = t 0 instead, it is denoted as u 0 ( t t 0 ). Its waveform and definition are as shown in Figure 1.4 and relation (1.5). 1 0 t 0 u 0 ( t t 0 ) t Figure 1.4. Waveform for u 0 ( t t 0 ) * In some books, the unit step function is denoted as ut (), that is, without the subscript 0. In this text, however, we will reserve the ut () designation for any input when we discuss state variables in a later chapter. 1-2 Signals and Systems with MATLAB Applications, Second Edition

Theory and Problems of Signals and Systems

Theory and Problems of Signals and Systems SCHAUM'S OUTLINES OF Theory and Problems of Signals and Systems HWEI P. HSU is Professor of Electrical Engineering at Fairleigh Dickinson University. He received his B.S. from National Taiwan University

More information

Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics

Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics Developmental Algebra Beginning and Intermediate - Preparing for College Mathematics By Paul Pierce Included in this preview: Copyright Page Table of Contents Excerpt of Chapter 1 For additional information

More information

Follow links Class Use and other Permissions. For more information, send to:

Follow links Class Use and other Permissions. For more information, send  to: COPYRIGHT NOTICE: Stephen L. Campbell & Richard Haberman: Introduction to Differential Equations with Dynamical Systems is published by Princeton University Press and copyrighted, 2008, by Princeton University

More information

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact:

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact: Linear algebra forms the basis for much of modern mathematics theoretical, applied, and computational. The purpose of this book is to provide a broad and solid foundation for the study of advanced mathematics.

More information

FOURIER TRANSFORMS. Principles and Applications. ERIC W. HANSEN Thayer School of Engineering, Dartmouth College

FOURIER TRANSFORMS. Principles and Applications. ERIC W. HANSEN Thayer School of Engineering, Dartmouth College FOURIER TRANSFORMS FOURIER TRANSFORMS Principles and Applications ERIC W. HANSEN Thayer School of Engineering, Dartmouth College Cover Image: istockphoto/olgaaltunina Copyright 2014 by John Wiley & Sons,

More information

Circuit Analysis for Power Engineering Handbook

Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Arieh L. Shenkman SPRINGER SCIENCE+BUSINESS MEDIA, B.V A c.i.p. Catalogue record for this book is available

More information

Partial Differential Equations with MATLAB

Partial Differential Equations with MATLAB CHAPMAN & HALL/CRC APPLIED MATHEMATICS AND NONLINEAR SCIENCE SERIES An Introduction to Partial Differential Equations with MATLAB Second Edition Matthew P. Coleman CHAPMAN & HALL/CRC APPLIED MATHEMATICS

More information

Collection of problems in probability theory

Collection of problems in probability theory Collection of problems in probability theory L. D. MESHALKIN Moscow State University Collection of problems in probability theory Translated from the Russian and edited by LEO F. BORON University of Idaho

More information

SYLLABUS. osmania university CHAPTER - 1 : TRANSIENT RESPONSE CHAPTER - 2 : LAPLACE TRANSFORM OF SIGNALS

SYLLABUS. osmania university CHAPTER - 1 : TRANSIENT RESPONSE CHAPTER - 2 : LAPLACE TRANSFORM OF SIGNALS i SYLLABUS osmania university UNIT - I CHAPTER - 1 : TRANSIENT RESPONSE Initial Conditions in Zero-Input Response of RC, RL and RLC Networks, Definitions of Unit Impulse, Unit Step and Ramp Functions,

More information

Engineering. Mathematics. GATE 2019 and ESE 2019 Prelims. For. Comprehensive Theory with Solved Examples

Engineering. Mathematics. GATE 2019 and ESE 2019 Prelims. For. Comprehensive Theory with Solved Examples Thoroughly Revised and Updated Engineering Mathematics For GATE 2019 and ESE 2019 Prelims Comprehensive Theory with Solved Examples Including Previous Solved Questions of GATE (2003-2018) and ESE-Prelims

More information

MATLAB for Engineers

MATLAB for Engineers MATLAB for Engineers Adrian Biran Moshe Breiner ADDISON-WESLEY PUBLISHING COMPANY Wokingham, England Reading, Massachusetts Menlo Park, California New York Don Mills, Ontario Amsterdam Bonn Sydney Singapore

More information

Course Name: Digital Signal Processing Course Code: EE 605A Credit: 3

Course Name: Digital Signal Processing Course Code: EE 605A Credit: 3 Course Name: Digital Signal Processing Course Code: EE 605A Credit: 3 Prerequisites: Sl. No. Subject Description Level of Study 01 Mathematics Fourier Transform, Laplace Transform 1 st Sem, 2 nd Sem 02

More information

SIGNALS AND SYSTEMS I. RAVI KUMAR

SIGNALS AND SYSTEMS I. RAVI KUMAR Signals and Systems SIGNALS AND SYSTEMS I. RAVI KUMAR Head Department of Electronics and Communication Engineering Sree Visvesvaraya Institute of Technology and Science Mahabubnagar, Andhra Pradesh New

More information

Signals and Systems Laboratory with MATLAB

Signals and Systems Laboratory with MATLAB Signals and Systems Laboratory with MATLAB Alex Palamides Anastasia Veloni @ CRC Press Taylor &. Francis Group Boca Raton London NewYork CRC Press is an imprint of the Taylor & Francis Group, an informa

More information

SIGNALS, SYSTEMS, AND TRANSFORMS FOURTH EDITION

SIGNALS, SYSTEMS, AND TRANSFORMS FOURTH EDITION SIGNALS, SYSTEMS, AND TRANSFORMS FOURTH EDITION This page intentionally left blank SIGNALS, SYSTEMS, AND TRANSFORMS FOURTH EDITION CHARLES L. PHILLIPS Emeritus Auburn University Auburn, Alabama JOHN M.

More information

Maple in Differential Equations

Maple in Differential Equations Maple in Differential Equations and Boundary Value Problems by H. Pleym Maple Worksheets Supplementing Edwards and Penney Differential Equations and Boundary Value Problems - Computing and Modeling Preface

More information

COWLEY COLLEGE & Area Vocational Technical School

COWLEY COLLEGE & Area Vocational Technical School COWLEY COLLEGE & Area Vocational Technical School COURSE PROCEDURE FOR COLLEGE ALGEBRA WITH REVIEW MTH 4421 5 Credit Hours Student Level: This course is open to students on the college level in the freshman

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS PREFACE i Preface If an application of mathematics has a component that varies continuously as a function of time, then it probably involves a differential equation. For this reason, ordinary differential

More information

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year 2012-2013 Basic MATHEMATICS First Year Diploma Semester - I First

More information

Engineering Physics 3W4 "Acquisition and Analysis of Experimental Information" Part II: Fourier Transforms

Engineering Physics 3W4 Acquisition and Analysis of Experimental Information Part II: Fourier Transforms Engineering Physics 3W4 "Acquisition and Analysis of Experimental Information" Part II: Fourier Transforms prepared by: Wm. J. Garland, Professor Department of Engineering Physics McMaster University Hamilton,

More information

EASTERN ARIZONA COLLEGE Technical Math I

EASTERN ARIZONA COLLEGE Technical Math I EASTERN ARIZONA COLLEGE Technical Math I Course Design 2010-2011 Course Information Division Mathematics Course Number TEC 101 Title Technical Math I Credits 4 Developed by Ray Orr Lecture/Lab Ratio 4

More information

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS

USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS USE OF MATLAB TO UNDERSTAND BASIC MATHEMATICS Sanjay Gupta P. G. Department of Mathematics, Dev Samaj College For Women, Punjab ( India ) ABSTRACT In this paper, we talk about the ways in which computer

More information

Engineering Mathematics

Engineering Mathematics Thoroughly Revised and Updated Engineering Mathematics For GATE 2017 and ESE 2017 Prelims Note: ESE Mains Electrical Engineering also covered Publications Publications MADE EASY Publications Corporate

More information

ADVANCED ENGINEERING MATHEMATICS MATLAB

ADVANCED ENGINEERING MATHEMATICS MATLAB ADVANCED ENGINEERING MATHEMATICS WITH MATLAB THIRD EDITION Dean G. Duffy Contents Dedication Contents Acknowledgments Author Introduction List of Definitions Chapter 1: Complex Variables 1.1 Complex Numbers

More information

Vibration Simulation Using MATL AB. and ANSYS by Chapman & Hall/CRC

Vibration Simulation Using MATL AB. and ANSYS by Chapman & Hall/CRC Vibration Simulation Using MATL AB and ANSYS Vibration Simulation Using MATL AB and ANSYS MICHAEL R. HATCH CHAPMAN & HALL/CRC Boca Raton London New York Washington, D.C. Library of Congress Cataloging-in-Publication

More information

Continuous and Discrete Time Signals and Systems

Continuous and Discrete Time Signals and Systems Continuous and Discrete Time Signals and Systems Mrinal Mandal University of Alberta, Edmonton, Canada and Amir Asif York University, Toronto, Canada CAMBRIDGE UNIVERSITY PRESS Contents Preface Parti Introduction

More information

WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California. July, 1984 COURSE OF STUDY COURSE DESCRIPTION

WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California. July, 1984 COURSE OF STUDY COURSE DESCRIPTION WHITTIER UNION HIGH SCHOOL DISTRICT Whittier, California July, 1984 COURSE OF STUDY Course Title: Department: MATH ANALYSIS - HONORS MATHEMATICS Grade Levels: 11-12 COURSE DESCRIPTION This semester is

More information

Revisiting the One-Dimensional Elastic Collision of Rigid Bodies on a Frictionless Surface Using Singularity Functions

Revisiting the One-Dimensional Elastic Collision of Rigid Bodies on a Frictionless Surface Using Singularity Functions Paper ID #15311 Revisiting the One-Dimensional Elastic Collision of Rigid Bodies on a Frictionless Surface Using Singularity Functions Dr. Aziz S Inan, University of Portland Dr. Aziz Inan is a professor

More information

NETWORK ANALYSIS WITH APPLICATIONS

NETWORK ANALYSIS WITH APPLICATIONS NETWORK ANALYSIS WITH APPLICATIONS Third Edition William D. Stanley Old Dominion University Prentice Hall Upper Saddle River, New Jersey I Columbus, Ohio CONTENTS 1 BASIC CIRCUIT LAWS 1 1-1 General Plan

More information

Important Dates. Non-instructional days. No classes. College offices closed.

Important Dates. Non-instructional days. No classes. College offices closed. Instructor: Dr. Alexander Krantsberg Email: akrantsberg@nvcc.edu Phone: 703-845-6548 Office: Bisdorf, Room AA 352 Class Time: Mondays and Wednesdays 12:30 PM - 1:45 PM. Classroom: Bisdorf / AA 354 Office

More information

COURSE OUTLINE CHAFFEY COLLEGE

COURSE OUTLINE CHAFFEY COLLEGE COURSE OUTLINE CHAFFEY COLLEGE Discipline: Mathematics 1. COURSE IDENTIFICATION: MATH 425 2. COURSE TITLE: Intermediate Algebra 3. UNITS: 4 Lecture Hours: Normal: 72 Range: 64-76 4. GRADING: Letter Grade

More information

Introduction to the z-transform

Introduction to the z-transform z-transforms and applications Introduction to the z-transform The z-transform is useful for the manipulation of discrete data sequences and has acquired a new significance in the formulation and analysis

More information

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company

Basic. Theory. ircuit. Charles A. Desoer. Ernest S. Kuh. and. McGraw-Hill Book Company Basic C m ш ircuit Theory Charles A. Desoer and Ernest S. Kuh Department of Electrical Engineering and Computer Sciences University of California, Berkeley McGraw-Hill Book Company New York St. Louis San

More information

BRONX COMMUNITY COLLEGE LIBRARY SUGGESTED FOR MTH 30 PRE-CALCULUS MATHEMATICS

BRONX COMMUNITY COLLEGE LIBRARY SUGGESTED FOR MTH 30 PRE-CALCULUS MATHEMATICS BRONX COMMUNITY COLLEGE LIBRARY SUGGESTED FOR MTH 30 PRE-CALCULUS MATHEMATICS TEXTBOOK: PRECALCULUS ESSENTIALS, 3 rd Edition AUTHOR: ROBERT E. BLITZER Section numbers are according to the Textbook CODE

More information

Department of Electrical and Telecommunications Engineering Technology TEL (718) FAX: (718) Courses Description:

Department of Electrical and Telecommunications Engineering Technology TEL (718) FAX: (718) Courses Description: NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York 300 Jay Street Brooklyn, NY 11201-2983 Department of Electrical and Telecommunications Engineering Technology TEL (718) 260-5300 - FAX:

More information

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e

Some of the different forms of a signal, obtained by transformations, are shown in the figure. jwt e z. jwt z e Transform methods Some of the different forms of a signal, obtained by transformations, are shown in the figure. X(s) X(t) L - L F - F jw s s jw X(jw) X*(t) F - F X*(jw) jwt e z jwt z e X(nT) Z - Z X(z)

More information

Mathematics for Chemists

Mathematics for Chemists Mathematics for Chemists MATHEMATICS FOR CHEMISTS D. M. Hirst Department of Molecular Sciences, university of Warwick, Coventry M D. M. Hirst 1976 All rights reserved. No part of this publication may be

More information

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition

Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Elementary Linear Algebra with Applications Bernard Kolman David Hill Ninth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM JE England and Associated Companies throughout the world Visit

More information

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos Undergraduate Texts in Mathematics Editors J. H. Ewing F. W. Gehring P. R. Halmos Springer Books on Elemeritary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The

More information

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year

Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year Written as per the revised G Scheme syllabus prescribed by the Maharashtra State Board of Technical Education (MSBTE) w.e.f. academic year 2012-2013 Basic MATHEMATICS First Year Diploma Semester - I First

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra COURSE OUTLINE FOR MATH 0312 (REVISED JULY 29, 2015) Catalog Description: Topics include factoring techniques, radicals, algebraic fractions, absolute values, complex numbers, graphing

More information

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013)

Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) Special Two-Semester Linear Algebra Course (Fall 2012 and Spring 2013) The first semester will concentrate on basic matrix skills as described in MA 205, and the student should have one semester of calculus.

More information

Mathematics for Economics

Mathematics for Economics Mathematics for Economics third edition Michael Hoy John Livernois Chris McKenna Ray Rees Thanasis Stengos The MIT Press Cambridge, Massachusetts London, England c 2011 Massachusetts Institute of Technology

More information

Modesto Junior College Course Outline of Record MATH 90

Modesto Junior College Course Outline of Record MATH 90 Modesto Junior College Course Outline of Record MATH 90 I. OVERVIEW The following information will appear in the 2009-2010 catalog MATH 90 Intermediate Algebra 5 Units Equivalent to second year high school

More information

Math Review. for the Quantitative Reasoning measure of the GRE General Test

Math Review. for the Quantitative Reasoning measure of the GRE General Test Math Review for the Quantitative Reasoning measure of the GRE General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important for solving

More information

Cathedral Catholic High School Course Catalog

Cathedral Catholic High School Course Catalog Cathedral Catholic High School Course Catalog Course Title: Pre-Calculus Course Description: This course is designed to prepare students to begin their college studies in introductory Calculus. Students

More information

DEPARTMENT OF ELECTRONIC ENGINEERING

DEPARTMENT OF ELECTRONIC ENGINEERING DEPARTMENT OF ELECTRONIC ENGINEERING STUDY GUIDE CONTROL SYSTEMS 2 CSYS202 Latest Revision: Jul 2016 Page 1 SUBJECT: Control Systems 2 SUBJECT CODE: CSYS202 SAPSE CODE: 0808253220 PURPOSE: This subject

More information

Pharmaceutical Mathematics with Application to Pharmacy

Pharmaceutical Mathematics with Application to Pharmacy Pharmaceutical Mathematics with Application to Pharmacy (ii) (iii) Pharmaceutical Mathe ematics with Application to Pharmacy D.H. Panchaksharappa Gowda Assistant Professor, J.S.S. College of Pharmacy,

More information

Multivariable Calculus with MATLAB

Multivariable Calculus with MATLAB Multivariable Calculus with MATLAB Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics Ronald L. Lipsman Department of Mathematics University

More information

Tyler Anderson 1, Murat Tanyel 2

Tyler Anderson 1, Murat Tanyel 2 VENTURING INTO THE WALSH DOMAIN WITH A LABVIEW BASED COMMUNICATION SYSTEMS TOOLKIT Tyler Anderson 1, Murat Tanyel 2 1 Geneva College, Beaver Falls, Pennsylvania: Email: tbanders@geneva.edu 2 Geneva College,

More information

Modesto Junior College Course Outline of Record MATH 122

Modesto Junior College Course Outline of Record MATH 122 Modesto Junior College Course Outline of Record MATH 122 I. OVERVIEW The following information will appear in the 2009-2010 catalog MATH 122 Pre-Calculus 2 5 Units Together with MATH 121, a two-semester

More information

Math 330 (Section 7699 ): Fall 2015 Syllabus

Math 330 (Section 7699 ): Fall 2015 Syllabus College of Staten Island, City University of New York (CUNY) Math 330 (Section 7699 ): Fall 2015 Syllabus Instructor: Joseph Maher Applied Mathematical Analysis I Office: 1S-222 Phone: (718) 982-3623 Email:

More information

Multiplicative Complexity, Convolution, and the DFT

Multiplicative Complexity, Convolution, and the DFT Michael T. Heideman Multiplicative Complexity, Convolution, and the DFT C.S. Bunus, Consulting Editor Springer-Verlag New York Berlin Heidelberg London Paris Tokyo Michael T. Heideman Etak, Incorporated

More information

TRANSPORT PHENOMENA AND UNIT OPERATIONS

TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS A COMBINED APPROACH Richard G. Griskey A JOHN WILEY & SONS, INC., PUBLICATION This book is printed on acid-free paper Copyright

More information

Calculus Graphical, Numerical, Algebraic 2012

Calculus Graphical, Numerical, Algebraic 2012 A Correlation of Graphical, Numerical, Algebraic 2012 To the Advanced Placement (AP)* AB/BC Standards Grades 9 12 *Advanced Placement, Advanced Placement Program, AP, and Pre-AP are registered trademarks

More information

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL.

Adaptive Filtering. Squares. Alexander D. Poularikas. Fundamentals of. Least Mean. with MATLABR. University of Alabama, Huntsville, AL. Adaptive Filtering Fundamentals of Least Mean Squares with MATLABR Alexander D. Poularikas University of Alabama, Huntsville, AL CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is

More information

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg Differential Equations with MATLAB (Third Edition) Updated for MATLAB 2011b (7.13), Simulink 7.8, and Symbolic Math Toolbox 5.7 Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg All

More information

Precalculus. Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, ISBN:

Precalculus. Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, ISBN: Precalculus Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. Precalculus, 6th edition, McGraw- Hill, 2008. ISBN: 978-0-07-331263-7. Course Description This course provides a working

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog - for use with AP courses 2017 Glynlyon, Inc. Table of Contents CALCULUS COURSE OVERVIEW... 1 UNIT 1: GRAPHS AND LIMITS... 1 UNIT 2: DERIVATIVES... 2 UNIT 3: RELATED RATES...

More information

The Mathematics of Signal Processing

The Mathematics of Signal Processing The Mathematics of Signal Processing Arising from courses taught by the authors, this largely self-contained treatment is ideal for mathematicians who are interested in applications or for students from

More information

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies

Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Session 3220 Modification of a Sophomore Linear Systems Course to Reflect Modern Computing Strategies Raymond G. Jacquot, Jerry C. Hamann, John E. McInroy Electrical Engineering Department, University

More information

The Laplace Transform

The Laplace Transform The Laplace Transform Syllabus ECE 316, Spring 2015 Final Grades Homework (6 problems per week): 25% Exams (midterm and final): 50% (25:25) Random Quiz: 25% Textbook M. Roberts, Signals and Systems, 2nd

More information

Calculus Graphical, Numerical, Algebraic AP Edition, Demana 2012

Calculus Graphical, Numerical, Algebraic AP Edition, Demana 2012 A Correlation of Graphical, Numerical, Algebraic AP Edition, Demana 2012 To the Advanced Placement AB/BC Standards Bid Category 13-100-40 AP is a trademark registered and/or owned by the College Board,

More information

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB

Simon Fraser University School of Engineering Science ENSC Linear Systems Spring Instructor Jim Cavers ASB Simon Fraser University School of Engineering Science ENSC 380-3 Linear Systems Spring 2000 This course covers the modeling and analysis of continuous and discrete signals and systems using linear techniques.

More information

Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition

Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition Differential Equations and Linear Algebra C. Henry Edwards David E. Penney Third Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

ACE Transfer Credit Packet Your Guide to Earning ACE Credit for StraighterLine Courses

ACE Transfer Credit Packet Your Guide to Earning ACE Credit for StraighterLine Courses ACE Transfer Credit Packet Your Guide to Earning ACE Credit for StraighterLine Courses What You Need To Know Before You Start Finding out if your college or university will award credit for a course at

More information

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics

Course ID May 2017 COURSE OUTLINE. Mathematics 130 Elementary & Intermediate Algebra for Statistics Non-Degree Applicable Glendale Community College Course ID 010238 May 2017 Catalog Statement COURSE OUTLINE Mathematics 130 Elementary & Intermediate Algebra for Statistics is a one-semester accelerated

More information

SYLLABUS FOR [FALL/SPRING] SEMESTER, 201x

SYLLABUS FOR [FALL/SPRING] SEMESTER, 201x SYLLABUS FOR [FALL/SPRING] SEMESTER, 201x Course Title: College Algebra and Trigonometry Instructor: [Instructor Name] Credit Hours: 5 Office: [Office Location] Course Number: MATH 1340-00x Hours: [Office

More information

Advanced. Engineering Mathematics

Advanced. Engineering Mathematics Advanced Engineering Mathematics A new edition of Further Engineering Mathematics K. A. Stroud Formerly Principal Lecturer Department of Mathematics, Coventry University with additions by Dexter j. Booth

More information

Algebra & Trigonometry for College Readiness Media Update, 2016

Algebra & Trigonometry for College Readiness Media Update, 2016 A Correlation of Algebra & Trigonometry for To the Utah Core Standards for Mathematics to the Resource Title: Media Update Publisher: Pearson publishing as Prentice Hall ISBN: SE: 9780134007762 TE: 9780133994032

More information

EE Experiment 11 The Laplace Transform and Control System Characteristics

EE Experiment 11 The Laplace Transform and Control System Characteristics EE216:11 1 EE 216 - Experiment 11 The Laplace Transform and Control System Characteristics Objectives: To illustrate computer usage in determining inverse Laplace transforms. Also to determine useful signal

More information

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MATH INTERMEDIATE ALGEBRA

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MATH INTERMEDIATE ALGEBRA STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE MATH 106 - INTERMEDIATE ALGEBRA Prepared By: Jesse Clark-Stone and Jonathan Thompson CANINO SCHOOL OF ENGINEERING TECHNOLOGY

More information

Utah Core State Standards for Mathematics - Precalculus

Utah Core State Standards for Mathematics - Precalculus A Correlation of A Graphical Approach to Precalculus with Limits A Unit Circle Approach 6 th Edition, 2015 to the Resource Title: with Limits 6th Edition Publisher: Pearson Education publishing as Prentice

More information

Differential Equations: Theory and Applications with Maple

Differential Equations: Theory and Applications with Maple Differential Equations: Theory and Applications with Maple David Betounes Differential Equations: Theory and Applications with Maple David Betounes Mathematics Department University of Southern Mississippi

More information

Requisite Approval must be attached

Requisite Approval must be attached Requisite Approval must be attached CITRUS COMMUNITY COLLEGE DISTRICT DEPARTMENT Mathematics COURSE NUMBER MATH 150 TITLE Intermediate Algebra THIS COURSE IS CLASSIFIED AS: DEGREE APPLICABLE UNIT VALUE

More information

Chabot College Fall Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS

Chabot College Fall Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS Chabot College Fall 2010 Course Outline for Mathematics 25 COMPUTATIONAL METHODS FOR ENGINEERS AND SCIENTISTS Catalog Description: MTH 25 - Computational Methods for Engineers and Scientists 3.00 units

More information

Mathematics (MAT) MAT 051 Pre-Algebra. 4 Hours. Prerequisites: None. 4 hours weekly (4-0)

Mathematics (MAT) MAT 051 Pre-Algebra. 4 Hours. Prerequisites: None. 4 hours weekly (4-0) Mathematics (MAT) MAT 051 Pre-Algebra 4 Hours Prerequisites: None 4 hours weekly (4-0) MAT 051 is designed as a review of the basic operations of arithmetic and an introduction to algebra. The student

More information

NHTI Concord s Community College 31 College Drive Concord, NH

NHTI Concord s Community College 31 College Drive Concord, NH NHTI Concord s Community College 31 College Drive Concord, NH 03301-7412 603) 271-6484; FAX 603-271-7734 COURSE OUTLINE & INFORMATION SHEET PROGRAM COURSE NO. COURSE TITLE CREDIT HOURS CRN# Math (NHTI)

More information

Fundamentals of Electrical Circuit Analysis

Fundamentals of Electrical Circuit Analysis Fundamentals of Electrical Circuit Analysis Md. Abdus Salam Quazi Mehbubar Rahman Fundamentals of Electrical Circuit Analysis 123 Md. Abdus Salam Electrical and Electronic Engineering Programme Area, Faculty

More information

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better.

Prerequisites: Successful completion of PHYS 2222 General Physics (Calculus) with a grade of C or better. Prepared by: P. Blake Reviewed by: M. Mayfield Date prepared: March 13, 2017 C&GE approved: April 17, 2017 Board approved: May 10, 2017 Semester effective: Spring 2018 Engineering (ENGR) 2000 Circuit Analysis

More information

Two -Dimensional Digital Signal Processing II

Two -Dimensional Digital Signal Processing II Two -Dimensional Digital Signal Processing II Transforms and Median Filters Edited by T. S. Huang With Contributions by J.-O. Eklundh T.S. Huang B.I. Justusson H. J. Nussbaumer S.G. Tyan S. Zohar With

More information

PP

PP Algebra I Reviewers Nancy Akhavan Lee Richmond School Hanford, CA Kristi Knevelbaard Caruthers Elementary School Caruthers, CA Sharon Malang Mickey Cox Elementary School Clovis, CA Jessica Mele Valley

More information

Mathematics portion of the Doctor of Engineering Qualifying Examination

Mathematics portion of the Doctor of Engineering Qualifying Examination Mathematics portion of the Doctor of Engineering Qualifying Examination. The exam will be made up by faculty members of the Department of Mathematics and Computer Science. Dr. Kathy Zhong ( zhongk@udmercy.edu

More information

SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS

SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS SPECIAL FUNCTIONS AN INTRODUCTION TO THE CLASSICAL FUNCTIONS OF MATHEMATICAL PHYSICS NICO M.TEMME Centrum voor Wiskunde

More information

LINEAR FUNCTIONS AND MATRIX THEORY

LINEAR FUNCTIONS AND MATRIX THEORY LINEAR FUNCTIONS AND MATRIX THEORY LINEAR FUNCTIONS AND MATRIX THEORY Bill}acob Department of Mathematics University of California, Santa Barbara Springer-Verlag New York Berlin Heidelberg London Paris

More information

Jordan Canonical Form. Theory and Practice

Jordan Canonical Form. Theory and Practice Jordan Canonical Form Theory and Practice Synthesis Lectures on Mathematics and Statistics Editor Steven G. Krantz, Washington University, St. Louis Jordan Canonical Form: Theory and Practice Steven H.

More information

QUESTION BANK SIGNALS AND SYSTEMS (4 th SEM ECE)

QUESTION BANK SIGNALS AND SYSTEMS (4 th SEM ECE) QUESTION BANK SIGNALS AND SYSTEMS (4 th SEM ECE) 1. For the signal shown in Fig. 1, find x(2t + 3). i. Fig. 1 2. What is the classification of the systems? 3. What are the Dirichlet s conditions of Fourier

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Editors S. Axler F.W. Gehring K.A. Ribet Paul Cull Mary Flahive Robby Robson Difference Equations From Rabbits to Chaos With 16 Illustrations Paul Cull Dept. Computer

More information

Utah Secondary Mathematics Core Curriculum Precalculus

Utah Secondary Mathematics Core Curriculum Precalculus A Correlation of Trigonometry Lial To the Utah Secondary Mathematics Core Curriculum Precalculus Resource Title: Trigonometry Publisher: Pearson Education Inc Publishing as Prentice Hall ISBN (10 or 13

More information

MTH 163, Sections 40 & 41 Precalculus I FALL 2015

MTH 163, Sections 40 & 41 Precalculus I FALL 2015 MTH 163, Sections 40 & 41 Precalculus I FALL 2015 Instructor Name : Mrs. Donna M. Ratliff Office Number: Room 217 Office Phone Number: (434) 946-2898 Email: dmratliff@amherst.k12.va.us Office Hours: Before

More information

Statistical Methods. for Forecasting

Statistical Methods. for Forecasting Statistical Methods for Forecasting Statistical Methods for Forecasting BOVAS ABRAHAM JOHANNES LEDOLTER WILEY- INTERSCI ENCE A JOHN WILEY & SONS, INC., PUBLICA'TION Copyright 0 1983.2005 by John Wiley

More information

ALGEBRA. COPYRIGHT 1996 Mark Twain Media, Inc. ISBN Printing No EB

ALGEBRA. COPYRIGHT 1996 Mark Twain Media, Inc. ISBN Printing No EB ALGEBRA By Don Blattner and Myrl Shireman COPYRIGHT 1996 Mark Twain Media, Inc. ISBN 978-1-58037-826-0 Printing No. 1874-EB Mark Twain Media, Inc., Publishers Distributed by Carson-Dellosa Publishing Company,

More information

JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS. 5 Credit Hours. Prepared by John M Johny August 2012

JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS. 5 Credit Hours. Prepared by John M Johny August 2012 JEFFERSON COLLEGE COURSE SYLLABUS MTH 141 PRECALCULUS 5 Credit Hours Prepared by John M Johny August 2012 Ms. Shirley Davenport, Dean, Arts & Science Education Ms. Linda Abernathy, Math, Science, and Business

More information

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version

CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version CONTROL SYSTEMS ENGINEERING Sixth Edition International Student Version Norman S. Nise California State Polytechnic University, Pomona John Wiley fir Sons, Inc. Contents PREFACE, vii 1. INTRODUCTION, 1

More information

BASIC STRUCTURAL DYNAMICS

BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS James C. Anderson Ph.D. Professor of Civil Engineering, University of Southern California Farzad Naeim Ph.D., S.E., Esq. Vice President and General

More information

Linear Partial Differential Equations for Scientists and Engineers

Linear Partial Differential Equations for Scientists and Engineers Tyn Myint-U Lokenath Debnath Linear Partial Differential Equations for Scientists and Engineers Fourth Edition Birkhäuser Boston Basel Berlin Tyn Myint-U 5 Sue Terrace Westport, CT 06880 USA Lokenath Debnath

More information

Spring 2014 ECEN Signals and Systems

Spring 2014 ECEN Signals and Systems Spring 2014 ECEN 314-300 Signals and Systems Instructor: Jim Ji E-mail: jimji@tamu.edu Office Hours: Monday: 12-1:00 PM, Room 309E WEB WeChat ID: jimxiuquanji TA: Tao Yang, tao.yang.tamu@gmail.com TA Office

More information

Study Differential Equations And Dynamical Systems Chgplc

Study Differential Equations And Dynamical Systems Chgplc Study Differential Equations And Dynamical Systems Chgplc Download: differential-equations-and-dynamicalsystems-chgplc.pdf Read: differential equations dynamical systems chgplc What do you think about

More information

MA3025 Course Prerequisites

MA3025 Course Prerequisites MA3025 Course Prerequisites MA 3025 (4-1) MA3025 (4-1) Logic and Discrete Mathematics: Provides a rigorous foundation in logic and elementary discrete mathematics. Topics from logic include modeling English

More information

A FIRST COURSE IN INTEGRAL EQUATIONS

A FIRST COURSE IN INTEGRAL EQUATIONS A FIRST COURSE IN INTEGRAL EQUATIONS This page is intentionally left blank A FIRST COURSE IN INTEGRAL EQUATIONS Abdul-M ajid Wazwaz Saint Xavier University, USA lib World Scientific 1M^ Singapore New Jersey

More information