Hani Mehrpouyan, California State University, Bakersfield. Signals and Systems

Size: px
Start display at page:

Download "Hani Mehrpouyan, California State University, Bakersfield. Signals and Systems"

Transcription

1 Hani Mehrpouyan, Department of Electrical and Computer Engineering, California State University, Bakersfield Lecture 1 (Intro, History and Background) April 4 th, 2013 The material in these lectures is partly taken from the books: Elementary Numerical Analysis, 3rd Edition, K. Atkinson, W. Han, Applied Numerical Methods Using MATLAB, 1st Edition, W. Y. Yang, W. Cao, T.-S. Chung, J. Morris, and Applied Numerical Analysis Using MATLAB, L V. Fausett. 1

2 Outline What to expect from the course Evaluation Homework Labs Midterms Final exam History and Introduction 2

3 Instructor Raised in British Columbia, Canada. Completed Ph.D. in August of 2010, at Queen s University. Completed Post-Docs at Chalmers University of Technology and the University of Luxembourg. Currently an assistant professor at CSUB. Research Interests: Application of signal processing algorithms in communication systems. Cooperative communication systems. Heterogeneous networks. Synchronization and channel estimation. Millimeter wave communication systems. Large-scale multiple antenna wireless systems. 3

4 Lectures Thursdays 12:00-14:00 PM 14:30-16:30 PM Labs Monday 14:00 PM-16:00 PM 4

5 Mission Students in this course will gain a comprehensive knowledge of number representation and basic concepts of error; numerical solutions of nonlinear equations and systems of equations; interpolation and extrapolation; numerical differentiation and integration. 5

6 Text Books Required Book: Elementary Numerical Analysis, 3rd Edition, Kendall Atkinson, Weimin Han, ISBN: Lots of solved problems which is key to grasping the topics. Highly recommended: Schaum's Outline of Numerical Analysis Francis Scheid, ISBN-10: ISBN-13: Recommended: Applied Numerical Methods Using MATLAB, 1st Edition, Won Y. Yang, Wenwu Cao, Tae-Sang Chung, John Morris, ISBN: Lots of Matlab solutions Recommended: Applied Numerical Analysis Using MATLAB Laurene v. Fausett, ISBN:

7 Website Means of Communication Lectures, labs, all materials related to the course will be posted here. I will try to post the slides before the lectures. Office hours They are scheduled per request. You can me at any time and I will try to do my best to answer your question or schedule you in for a meeting. Hani.mehr@ieee.org 7

8 Phone Means of Communication You can call my office phone at any time. If I am available we can discuss any problem or issue you may be facing

9 15% of your total mark. Homework Homework is due on every Thursday at the beginning of each lecture. Homework 1 will be posted and is due on the 18 th of April. The solutions will be posted on the course website. Based on general problems and may not be from the textbook. Late homework will not be accepted no exceptions applied. I am sorry but we need to be fair. The following constitutes as a late submission : Hand-in your homework at the end of the lecture. Hand-in your homework at the end of the day. Hand-in your homework because you are sick with no Dr. s note. 9

10 20% of your total mark. There are a total of 5 labs. Labs These will be mainly Matlab projects on the different topics in the course. Labs will be posted 2-3 days before the actual date. The lab report which includes your outcomes and explanations is due at the beginning of the next lab. Your mark is based on the thoroughness of your report and analysis, grammatical correctness, and the report s overall professionalism. Again no late reports are accepted. The same conditions as before apply here. 10

11 Time line 11

12 Time line 12

13 Time line 13

14 Time line 14

15 Numerical Analysis Numerical analysis is the area of mathematics and computer science that creates, analyzes, and implements algorithms for solving numerically the problems of continuous mathematics. During the past half-century, the growth in power and availability of digital computers has led to an increasing use of realistic mathematical models in science and engineering. 15

16 Numerical Analysis The formal academic area of numerical analysis varies from quite theoretical mathematical studies to computer science issues. 16

17 History Numerical algorithms are almost as old as human civilization. The Rhind Papyrus (1650 BC) of ancient Egypt describes rootfinding. Archimedes of Syracuse ( BC) created method of exhaustion for calculating lengths, areas, and volumes of geometric figures. This approach was very similar to numerical integration and it was an important precursor to the development of the calculus by Isaac Newton and Gottfried Leibnitz. 17

18 History A major impetus to developing numerical procedures was the invention of calculus by Newton and Leibnitz, as this led to accurate mathematical models for physical reality. These mathematical models cannot usually be solved explicitly, and numerical methods to obtain approximate solutions are needed. Another important aspect of the development of numerical methods was the creation of logarithms by Napier (1614) and others, giving a much simpler manner of carrying out the arithmetic operations of multiplication, division, and exponentiation. 18

19 History Newton created a number of numerical methods for solving a variety of problems, and his name is attached today to generalizations of his original ideas. Rootfinding Polynomial interpolation The giants of mathematics of the 18th and 19th centuries made major contributions to the numerical solution of mathematical problems. Foremost among these are Leonhard Euler ( ), Joseph-Louis Lagrange ( ), and Karl Friedrich Gauss ( ). 19

20 Overview One of the most important and influential of the early mathematical models in science was that given by Newton to describe the effect of gravity: where m e is the mass of the Earth, r is the distance between the centers of the two bodies, and G is the universal gravitational constant. 20

21 Overview Newton s model of gravitation has led to many problems that require solution by approximate means, usually via numerical solution of ordinary differential equations. Newton s model was applied to give mathematical models for solid and fluid mechanics. Civil and Mechanical Engineering use these models as the basis for most modern work on solid structures and the motion of fluids. 21

22 Overview Numerical analysis has become a basic part of the work of researchers in these areas of engineering. 22

23 Numerical linear and nonlinear algebra. This refers to problems involving the solution of systems of linear and nonlinear equations, possibly with a very large number of variables. Many problems in applied mathematics involve solving systems of linear equations, with the linear system occurring naturally in some cases and as a part of the solution process in other cases. 23

24 Num. lin. & nonlin. algebra. Linear systems are usually written using matrix-vector notation, Ax=b, with A the matrix of coefficients for the system, x the column vector of the unknown variables x 1,..., x n, and b a given column vector. Solving linear systems with up to a n = 1000 variables is now considered relatively easy. Via Gaussian elimination and its variants. 24

25 Num. lin. & nonlin. algebra. For larger linear systems, there are a variety of approaches depending on the structure of A. Direct methods lead to a theoretically exact solution x in a finite number of steps, e.g., Gaussian elimination. Result in rounding errors in practice. Iterative methods are approximate methods which create a sequence of approximating solutions of increasing accuracy. Nonlinear problems are often treated numerically by reducing them to a sequence of linear problems. Rootfinding. 25

26 Approximation Theory This category covers the approximation of functions and methods based on using such approximations. When evaluating a function f(x) with x a real or complex number, keep in mind that a computer or calculator can only do a finite number of operations, e.g., addition, subtraction, multiplication, and division, together with comparison operations. With the four basic arithmetic operations, we can evaluate polynomials 26

27 Approximation Theory The evaluation of all other functions, e.g. f(x) = x 1/2 or 2 x, must be reduced to the evaluation of a polynomial or rational function that approximates the given function with sufficient accuracy. All function evaluations on calculators and computers are accomplished in this manner. One method of approximation is called interpolation. 27

28 Solving diff. and integral eq. Most mathematical models used in the natural sciences and engineering are based on ordinary differential equations. The numerical methods for these equations are primarily of two types. The first type approximates the unknown function in the equation by a simpler function, e.g., polynomial. Finite element method. The second approach approximates the derivatives or integrals by the solution functions at a discrete set of points. Most initial value problems for ordinary differential equations and partial differential equations are solved in this way. 28

29 Effects of computer hardware Virtually all numerical computations are carried out on digital computers. Their structure and properties affect the structure of numerical algorithms, especially when solving large linear systems. Historically, computer arithmetic varied greatly between different computer manufacturers This has been lessoned significantly with the development of the IEEE standard for computer floating-point arithmetic. 29

30 Effects of computer hardware For large scale problems, especially in numerical linear algebra, it is important to know how the elements of a matrix A or a vector x are stored in memory. Knowing this can lead to much faster transfer of numbers from the memory into the arithmetic registers of the computer, thus leading to faster programs. A somewhat related topic is that of pipelining. This is a widely used technique whereby the execution of computer operations are overlapped, leading to faster execution. Machines with the same basic clock speed can have very different program execution times due to differences in pipelining and differences in the way memory is accessed. 30

31 Common Pers. in NA Numerical analysis is concerned with all aspects of the numerical solution of a problem, from the theoretical development and understanding of numerical methods to their practical implementation as reliable and efficient computer programs. Most numerical analysts specialize in small subareas, but they share some common concerns, perspectives, and mathematical methods of analysis. These include the following: 31

32 Common Pers. in NA When presented with a problem that cannot be solved directly, then replace it with a nearby problem which can be solved more easily. Examples are the use of interpolation in developing numerical integration methods and rootfinding methods. 32

33 Common Pers. in NA There is widespread use of results of linear algebra, real analysis, and functional analysis (with its simplifying notation of norms, vector spaces, and operators). 33

34 Common Pers. in NA There is a fundamental concern with error, its size, and its analytic form. When approximating a problem, it is prudent to understand the nature of the error in the computed solution. Moreover, understanding the form of the error allows creation of extrapolation processes to improve the convergence behavior of the numerical method. 34

35 Common Pers. in NA Stability is a concept referring to the sensitivity of the solution of a problem to small changes in the data or the parameters of the problem. 35

36 36

37 Common Pers. in NA Numerical analysts are very interested in the effects of using finite precision computer arithmetic. This is especially important in numerical linear algebra, as large problems contain many rounding errors. 37

38 Common Pers. in NA Numerical analysts are generally interested in measuring the efficiency of algorithms. What is the cost of a particular algorithm. For example, the use of Gaussian elimination to solve a linear system Ax = b containing n equations will require approximately 2/3n 3 arithmetic operations. How does this compare with other numerical methods for solving this problem? 38

39 Modern App. & Com. Software Sophisticated numerical analysis software is being embedded in popular software, e.g. spreadsheet programs, allowing many people to perform modelling even when they are unaware of the mathematics involved. It requires designing problem solving environments (PSE). The PSE for a given problem area is usually based on excellent theoretical mathematical models, made available to the user through a convenient graphical user interface, e.g., computer aided design of structures, and atmospheric modelling, investment and banking. 39

INTRODUCTION, FOUNDATIONS

INTRODUCTION, FOUNDATIONS 1 INTRODUCTION, FOUNDATIONS ELM1222 Numerical Analysis Some of the contents are adopted from Laurene V. Fausett, Applied Numerical Analysis using MATLAB. Prentice Hall Inc., 1999 2 Today s lecture Information

More information

Hani Mehrpouyan, California State University, Bakersfield. Signals and Systems

Hani Mehrpouyan, California State University, Bakersfield. Signals and Systems Hani Mehrpouyan, Department of Electrical and Computer Engineering, Lecture 26 (LU Factorization) May 30 th, 2013 The material in these lectures is partly taken from the books: Elementary Numerical Analysis,

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

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

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO ROOTS OF EQUATIONS PT2.1 MOTIVATION Years ago, you learned to use the quadratic formula x = b ± b 2 4ac 2a to solve f(x) = ax 2 + bx + c = 0 (PT2.1) (PT2.2)

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2008 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Charles

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2009 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Adrian Barkan

More information

Course Content (visit for details)

Course Content (visit   for details) Instructor: Dr. Alexander Krantsberg Email: akrantsberg@nvcc.edu Phone: 703-845-6548 Office: Bisdorf, Room AA-354 Class Time: Tuesdays, Thursdays 4:30 PM - 7:15 PM. Classroom: Bisdorf, AA 355 Office hours:

More information

MATH 345 Differential Equations

MATH 345 Differential Equations MATH 345 Differential Equations Spring 2018 Instructor: Time: Dr. Manuela Girotti; office: Weber 223C email: manuela.girotti@colostate.edu Mon-Tue-Wed-Fri 1:00pm-1:50pm Location: Engineering E 206 Office

More information

An Introduction to Numerical Analysis

An Introduction to Numerical Analysis An Introduction to Numerical Analysis Department of Mathematical Sciences, NTNU 21st august 2012 Practical issues webpage: http://wiki.math.ntnu.no/tma4215/2012h/start Lecturer:, elenac@math.ntnu.no Lecures:

More information

Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4. Wim Kloet

Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4. Wim Kloet Welcome to Physics 161 Elements of Physics Fall 2018, Sept 4 Wim Kloet 1 Lecture 1 TOPICS Administration - course web page - contact details Course materials - text book - iclicker - syllabus Course Components

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: Tuesdays and Thursdays 7:30 PM - 9:20 PM. Classroom: Bisdorf / AA 467 Office

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

Intro to Linear & Nonlinear Optimization

Intro to Linear & Nonlinear Optimization ECE 174 Intro to Linear & Nonlinear Optimization i Ken Kreutz-Delgado ECE Department, UCSD Contact Information Course Website Accessible from http://dsp.ucsd.edu/~kreutz Instructor Ken Kreutz-Delgado kreutz@ece.ucsd.eduucsd

More information

MATH COURSE TITLE: College Algebra

MATH COURSE TITLE: College Algebra MATH 1314 INSTRUCTOR: Alan Roemer Email Address: droemer@wc.edu; aroemer@weatherfordisd.com Cell phone: 817-988-7987 Office Hours: Mornings - Everyday: 7:40 8:10 Megalunch - Friday B Block 11:11 11:42

More information

CpE358/CS381. Switching Theory and Logical Design. Summer

CpE358/CS381. Switching Theory and Logical Design. Summer Switching Theory and Logical Design - Class Schedule Monday Tuesday Wednesday Thursday Friday May 7 8 9 - Class 2 - Class 2 2 24 - Class 3 25 26 - Class 4 27 28 Quiz Commencement 3 June 2 - Class 5 3 -

More information

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 Lectures: Winkenwerder Hall 107, 4:50-5:50pm, MW Labs: Mary Gates Hall 030, 1:30-2:50pm, Th Course Web Site: http://faculty.washington.edu/toths/course.shtml

More information

MATH 135 PRE-CALCULUS: ELEMENTARY FUNCTIONS COURSE SYLLABUS FALL 2012

MATH 135 PRE-CALCULUS: ELEMENTARY FUNCTIONS COURSE SYLLABUS FALL 2012 Instructor: Course: Prereq: Description: Learning Outcomes: Gigi Drent Office: Faculty One, Room 115 Office Hours: MW 10:00 10:50 or by appointment Phone: 808-245-8289 Email: gdrent@hawaii.edu (best way

More information

CS483 Design and Analysis of Algorithms

CS483 Design and Analysis of Algorithms CS483 Design and Analysis of Algorithms Lecture 1 Introduction and Prologue Instructor: Fei Li lifei@cs.gmu.edu with subject: CS483 Office hours: Room 5326, Engineering Building, Thursday 4:30pm - 6:30pm

More information

AS The Astronomical Universe. Prof. Merav Opher - Fall 2013

AS The Astronomical Universe. Prof. Merav Opher - Fall 2013 SYLLABUS AS 102 - The Astronomical Universe Prof. Merav Opher - Fall 2013 Course Catalog Summary: The birth and death of stars; red giants, white dwarfs, black holes; our galaxy, the Milky Way, and other

More information

Introduction MEAM 535. What is MEAM 535? Audience. Advanced topics in dynamics

Introduction MEAM 535. What is MEAM 535? Audience. Advanced topics in dynamics What is MEAM 535? Advanced topics in dynamics Audience Review of Newtonian mechanics MEAM 535 Introduction Analytical mechanics: Lagrangian and Hamiltonian Special topics: Stability of dynamical systems,

More information

Intro to Linear & Nonlinear Optimization

Intro to Linear & Nonlinear Optimization ECE 174 Intro to Linear & Nonlinear Optimization Ken Kreutz-Delgado ECE Department UCSD Version 10.5.2017 Contact Information Fall 2017 Course Website Accessible from http://dsp.ucsd.edu/~kreutz/; Piazza:

More information

CHEE 3321 (Required) Analytical Methods for Chemical Engineers

CHEE 3321 (Required) Analytical Methods for Chemical Engineers CHEE 3321 (Required) Analytical Methods for Chemical Engineers Catalog Data: Cr. 3. (3-0). Prerequisites: MATH 2433 or equivalent with consent of instructor. Linear algebra, analytical methods for solving

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

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections Spring 2013 Back exams, HW solutions, and other useful links can be found at the following website:

More information

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error In this method we assume initial value of x, and substitute in the equation. Then modify x and continue till we

More information

Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017

Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017 Emerging Issues in Geographic Information Science (GEP680): Projections, Scale, Accuracy, and Interpolation Lehman College, Spring 2017 Instructor: Gary Ostroff, P.E., Adjunct Lecturer E-mail: Gary.Ostroff@lehman.cuny.edu;

More information

Math 102,104: Trigonome and Precalculus Spring

Math 102,104: Trigonome and Precalculus Spring Math 102,104: Trigonome try and Precalculus Spring 2018 2018 Instructor Dr. Ruzanna Baytaryan Office HSLH 341 PHONE 661-362-5916 Office Hours M-TH 1:30PM 2:30PM or by appointment Email Ruzanna.baytaryan@canyons.edu

More information

Wednesday, 10 September 2008

Wednesday, 10 September 2008 MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Dr Niall Madden (Mathematics, NUI Galway) Wednesday, 10 September 2008 MA211 Lecture 2: Sets and Functions 1/33 Outline 1 Short review of sets 2 Sets

More information

Physics 343: Modern Physics Autumn 2015

Physics 343: Modern Physics Autumn 2015 Physics 343: Modern Physics Autumn 2015 Course Information Instructor: Dr. David A. Macaluso Office: C.H. Clapp Building, room 119 Telephone: (406) 243-6641 Email: david.macaluso@umontana.edu Lectures:

More information

Outline. Wednesday, 10 September Schedule. Welcome to MA211. MA211 : Calculus, Part 1 Lecture 2: Sets and Functions

Outline. Wednesday, 10 September Schedule. Welcome to MA211. MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Outline MA211 : Calculus, Part 1 Lecture 2: Sets and Functions Dr Niall Madden (Mathematics, NUI Galway) Wednesday, 10 September 2008 1 Short review of sets 2 The Naturals: N The Integers: Z The Rationals:

More information

https://u.osu.edu/miller.81/ Texts 1. Required Worboys, M. and Duckham, M. (2004) GIS: A Computing Perspective. Other readings see course schedule.

https://u.osu.edu/miller.81/ Texts 1. Required Worboys, M. and Duckham, M. (2004) GIS: A Computing Perspective. Other readings see course schedule. GEOGR 5212 Geospatial Databases for GIS - Spring Instructor Harvey J. Miller Lecture/lab meeting time Tuesdays 3:55PM - 5:15PM, Denney Hall 238 and location (classroom) Thursdays 3:55PM - 5:15PM Derby

More information

Differential Equations MTH 205

Differential Equations MTH 205 A Course Title & Number MTH 205 B Pre/Co requisite(s) MTH 104 C Number of credits 3 0 3 D Faculty Name Ayman Badawi E Term/ Year Fall 2014 F Sections CRN Days Time Location UTR 11:00 11:50 Office Hours:

More information

Astronomy 001 Online SP16 Syllabus (Section 8187)

Astronomy 001 Online SP16 Syllabus (Section 8187) Astronomy 001 Online SP16 Syllabus (Section 8187) Instructor: Elizabeth Bell Email (best way to contact me): bellea@wlac.edu Classroom: online Office Hours: online by appointment Prerequisite: None REQUIRED:

More information

Numerical Methods. King Saud University

Numerical Methods. King Saud University Numerical Methods King Saud University Aims In this lecture, we will... Introduce the topic of numerical methods Consider the Error analysis and sources of errors Introduction A numerical method which

More information

Math 060/070 PAL: Elementary and Intermediate Algebra Spring 2016

Math 060/070 PAL: Elementary and Intermediate Algebra Spring 2016 Math 060/070 PAL: Elementary and Intermediate Algebra Spring 016 Instructor Dr. Ruzanna Baytaryan Office HSLH 341 Phone 661-36-5916 Office Hours Email MW :30PM-4:30PM or by appointment Ruzanna.baytaryan@canyons.edu

More information

MATH 0409: Foundations of Mathematics COURSE OUTLINE

MATH 0409: Foundations of Mathematics COURSE OUTLINE MATH 0409: Foundations of Mathematics COURSE OUTLINE Spring 2016 CRN91085 MW 5:30-7:30pm AM209 Professor Sherri Escobar sherri.escobar@hccs.edu 281-620-1115 Catalog Description: Foundations of Mathematics.

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

Get Instant Access to ebook Calculus Anton PDF at Our Huge Library CALCULUS ANTON PDF. ==> Download: CALCULUS ANTON PDF

Get Instant Access to ebook Calculus Anton PDF at Our Huge Library CALCULUS ANTON PDF. ==> Download: CALCULUS ANTON PDF CALCULUS ANTON PDF ==> Download: CALCULUS ANTON PDF CALCULUS ANTON PDF - Are you searching for Calculus Anton Books? Now, you will be happy that at this time Calculus Anton PDF is available at our online

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

B.Sc. in Electronics and Communication Engineering, Cairo University, Cairo, Egypt with Distinction (honors), 1992

B.Sc. in Electronics and Communication Engineering, Cairo University, Cairo, Egypt with Distinction (honors), 1992 EE3FK4 Electromagnetics II Dr. Mohamed Bakr, ITB A219, ext. 24079 mbakr@mail.ece.mcmaster.ca http://www.ece.mcmaster.ca/faculty/bakr/ ece3fk4/ece3fk4_main_2008.htm Lecture 0 0-1 Info About Myself B.Sc.

More information

CHEM 333 Spring 2016 Organic Chemistry I California State University Northridge

CHEM 333 Spring 2016 Organic Chemistry I California State University Northridge CHEM 333 Spring 2016 Organic Chemistry I California State University Northridge Lecture: Instructor: Thomas Minehan Office: Science 2314 Office hours: MW 12:00-1:00 pm E.mail: thomas.minehan@csun.edu Class

More information

AE 200 Engineering Analysis and Control of Aerospace Systems

AE 200 Engineering Analysis and Control of Aerospace Systems Instructor Info Credit Class Days / Time Office Location: ENG 272C Office Hours: Monday 4:00pm 6:30pm Email: kamran.turkoglu@sjsu.edu 3 units Tuesday, 6:00pm 8:45pm Classroom CL 222 Prerequisites TA: Contact

More information

Compute the behavior of reality even if it is impossible to observe the processes (for example a black hole in astrophysics).

Compute the behavior of reality even if it is impossible to observe the processes (for example a black hole in astrophysics). 1 Introduction Read sections 1.1, 1.2.1 1.2.4, 1.2.6, 1.3.8, 1.3.9, 1.4. Review questions 1.1 1.6, 1.12 1.21, 1.37. The subject of Scientific Computing is to simulate the reality. Simulation is the representation

More information

Chemistry 883 Computational Quantum Chemistry

Chemistry 883 Computational Quantum Chemistry Chemistry 883 Computational Quantum Chemistry Instructor Contact Information Professor Benjamin G. Levine levine@chemistry.msu.edu 215 Chemistry Building 517-353-1113 Office Hours Tuesday 9:00-11:00 am

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections Fall 2010 All course materials are available on the RPI Learning Management System (LMS) website.

More information

Section Instructors: by now you should be scheduled into one of the following Sections:

Section Instructors: by now you should be scheduled into one of the following Sections: MAT188H1F LINEAR ALGEBRA: Syllabus for Fall 2018 as of October 26, 2018 2018-2019 Calendar Description: This course covers systems of linear equations and Gaussian elimination, applications; vectors in

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 01 Catalog Course Description:

More information

Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide,

Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide, Math 4C Fall 2008 Final Exam Study Guide Format 12 questions, some multi-part. Questions will be similar to sample problems in this study guide, homework problems, lecture examples or examples from the

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS NONCALCULUS BASED PHYSICS I PHYS 2010 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 2011 Catalog Course Description: This

More information

University of Houston-Clear Lake PHYS Modern Physics (Summer 2015) Syllabus 3:00-5:50pm Bayou 3324

University of Houston-Clear Lake PHYS Modern Physics (Summer 2015) Syllabus 3:00-5:50pm Bayou 3324 University of Houston-Clear Lake PHYS 3303-01 Modern Physics (Summer 2015) Syllabus 3:00-5:50pm (TWR) @ Bayou 3324 Quality Enhancement Plan (QEP) Applied Critical Thinking for Lifelong Learning and Adaptability

More information

Calculus at Rutgers. Course descriptions

Calculus at Rutgers. Course descriptions Calculus at Rutgers This edition of Jon Rogawski s text, Calculus Early Transcendentals, is intended for students to use in the three-semester calculus sequence Math 151/152/251 beginning with Math 151

More information

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: PHYSC NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595 l. Course #: PHYSC 121 2. NAME OF ORIGINATOR /REVISOR: ALENA O CONNOR NAME OF COURSE ENGINEERING PHYSICS 1 WITH LAB 3. CURRENT DATE: SUMMER

More information

Applied Mathematics 205. Unit 0: Overview of Scientific Computing. Lecturer: Dr. David Knezevic

Applied Mathematics 205. Unit 0: Overview of Scientific Computing. Lecturer: Dr. David Knezevic Applied Mathematics 205 Unit 0: Overview of Scientific Computing Lecturer: Dr. David Knezevic Scientific Computing Computation is now recognized as the third pillar of science (along with theory and experiment)

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '17.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '17. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections Fall 2017 All course materials are available on the RPI Learning Management System (LMS) website.

More information

Course Outline COURSE: MATH 205 DIVISION: 10 ALSO LISTED AS: MATH 205B

Course Outline COURSE: MATH 205 DIVISION: 10 ALSO LISTED AS: MATH 205B 5055 Santa Teresa Blvd Gilroy, CA 95023 Course Outline COURSE: MATH 205 DIVISION: 10 ALSO LISTED AS: MATH 205B TERM EFFECTIVE: Fall 2018 Inactive Course SHT TITLE: ELEM ALGEBRA LONG TITLE: Elementary Algebra

More information

Reid State Technical College

Reid State Technical College Reid State Technical College I. COURSE PREFIX, NUMBER, TITLE MTH 098 D - Elementary Algebra II. COURSE HOURS 3 Theory credit hours 0 Lab credit hours 0 Clinical credit hours 3 Contact hours III. CLASS

More information

ECE 516: System Control Engineering

ECE 516: System Control Engineering ECE 516: System Control Engineering This course focuses on the analysis and design of systems control. This course will introduce time-domain systems dynamic control fundamentals and their design issues

More information

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1 Chapter 01.01 Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 Chapter 01.02 Measuring errors 11 True error 11 Relative

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

Chemistry Physical Chemistry I Fall 2017

Chemistry Physical Chemistry I Fall 2017 Chemistry 309 - Physical Chemistry I Fall 2017 Instructor: Office Hours: Dr. Samuel A. Abrash C208 Gottwald Science Center Work: 289-8248 Home: 323-7363 Cell: 363-2597 sabrash@richmond.edu www.richmond.edu/~sabrash

More information

CHEM 4725/8725 Organometallic Chemistry. Spring 2016

CHEM 4725/8725 Organometallic Chemistry. Spring 2016 Lecture Time and Location: CHEM 4725/8725 Organometallic Chemistry Spring 2016 11:15 am - 12:30 pm Tuesdays and Thursdays 111 Smith Hall Instructor: Prof. Ian A. Tonks 568A Kolthoff Hall Phone: 612.624.4705

More information

AS 101: The Solar System (Spring 2017) Course Syllabus

AS 101: The Solar System (Spring 2017) Course Syllabus AS 101: The Solar System (Spring 2017) Course Syllabus Instructor: Professor Wen Li Office: CAS 501 Phone: 617-353-7439 Email: wenli77@bu.edu Office hours: Mondays 3:30 5:00 pm, Wednesdays 3:30 5:00 pm,

More information

AMSC/MATH 673, CLASSICAL METHODS IN PDE, FALL Required text: Evans, Partial Differential Equations second edition

AMSC/MATH 673, CLASSICAL METHODS IN PDE, FALL Required text: Evans, Partial Differential Equations second edition AMSC/MATH 673, CLASSICAL METHODS IN PDE, FALL 2018. MWF 2:00pm - 2:50pm MTH 0407 Instructor: M. Machedon Office: MTH 3311 e-mail: mxm@math.umd.edu Required text: Evans, Partial Differential Equations second

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS COLLEGE ALGEBRA MATH 1130 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Date Revised: Fall 2017 Catalog Course Description: This course is

More information

MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics

MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics MATH 341, Section 001 FALL 2014 Introduction to the Language and Practice of Mathematics Class Meetings: MW 9:30-10:45 am in EMS E424A, September 3 to December 10 [Thanksgiving break November 26 30; final

More information

Syllabus: Physical Chemistry Lab II CHE 330, Spring 2018

Syllabus: Physical Chemistry Lab II CHE 330, Spring 2018 Physical Chemistry Laboratory II Chemistry 330 Monday, 1:00 PM - 5:50 PM, Baldy 8B Tuesday, 1:00 PM - 5:50 PM, Furnas 211 (1:00 PM - 2:00 PM) & Furnas 1018 (2:00 PM - 5:50 PM) Instructor: Dr. Eva Zurek

More information

Course Information Course Overview Study Skills Background Material. Introduction. CS 205A: Mathematical Methods for Robotics, Vision, and Graphics

Course Information Course Overview Study Skills Background Material. Introduction. CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Introduction CS 205A: Mathematical Methods for Robotics, Vision, and Graphics Doug James CS 205A: Mathematical Methods Introduction 1 / 16 Instructor Prof. Doug James Office: Gates 363 Telephone: (650)

More information

CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14)

CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14) CENTRAL TEXAS COLLEGE-FORT RILEY SYLLABUS FOR DSMA 0301 DEVELOPMENTAL MATHEMATICS II SEMESTER HOURS CREDIT: 3 FALL 2014 SYLLABUS (08/11/14 10/05/14) Instructor: Kenneth Kolembe E-mail: Kenneth.Kolembe@ctcd.edu.

More information

MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS

MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS MA/OR/ST 706: Nonlinear Programming Midterm Exam Instructor: Dr. Kartik Sivaramakrishnan INSTRUCTIONS 1. Please write your name and student number clearly on the front page of the exam. 2. The exam is

More information

CENTRAL TEXAS COLLEGE SYLLABUS FOR MATH 2318 Linear Algebra. Semester Hours Credit: 3

CENTRAL TEXAS COLLEGE SYLLABUS FOR MATH 2318 Linear Algebra. Semester Hours Credit: 3 CENTRAL TEXAS COLLEGE SYLLABUS FOR MATH 2318 Linear Algebra Semester Hours Credit: 3 I. INTRODUCTION A. Linear Algebra is a three semester-hour course. This course introduces and provides models for application

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

College Algebra. Basics to Theory of Equations. Chapter Goals and Assessment. John J. Schiller and Marie A. Wurster. Slide 1

College Algebra. Basics to Theory of Equations. Chapter Goals and Assessment. John J. Schiller and Marie A. Wurster. Slide 1 College Algebra Basics to Theory of Equations Chapter Goals and Assessment John J. Schiller and Marie A. Wurster Slide 1 Chapter R Review of Basic Algebra The goal of this chapter is to make the transition

More information

Ch. 2: Lec. 1. Basics: Outline. Importance. Usages. Key problems. Three ways of looking... Colbert on Equations. References. Ch. 2: Lec. 1.

Ch. 2: Lec. 1. Basics: Outline. Importance. Usages. Key problems. Three ways of looking... Colbert on Equations. References. Ch. 2: Lec. 1. Basics: Chapter 2: Lecture 1 Linear Algebra, Course 124C, Spring, 2009 Prof. Peter Dodds Department of Mathematics & Statistics University of Vermont Instructor: Prof. Peter Dodds Lecture room and meeting

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

Quinsigamond Community College School of Math and Science

Quinsigamond Community College School of Math and Science Instructor's Information: Instructor: Office: Email: Telephone: 508-854-2400 Quinsigamond Community College School of Math and Science Course Information:

More information

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus

MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus MATH-3150H-A: Partial Differential Equation 2018WI - Peterborough Campus Instructor: Instructor: Kenzu Abdella Email Address: kabdella@trentu.ca Phone Number: 705-748-1011 x7327 Office: GSC 339 Office

More information

CE261 ENGINEERING MECHANICS - DYNAMICS

CE261 ENGINEERING MECHANICS - DYNAMICS CE1 ENGINEERING MECHANICS - DYNAMICS Instructor JORGE A. RAMÍREZ, PH.D. ASSOCIATE PROFESSOR Water Resources, Hydrologic and Environmental Sciences Division Civil Engineering Department A Engineering Bldg.

More information

Physics Fundamentals of Astronomy

Physics Fundamentals of Astronomy Physics 1303.010 Fundamentals of Astronomy Course Information Meeting Place & Time ASU Planetarium (VIN P-02) MWF 09:00-09:50 AM Spring 2017 Instructor Dr. Kenneth Carrell Office: VIN 119 Phone: (325)

More information

Introduction to Catalysis (CME 425) & Heterogeneous Catalysis & Surface Reaction (CME522)

Introduction to Catalysis (CME 425) & Heterogeneous Catalysis & Surface Reaction (CME522) Introduction to Catalysis (CME 425) & Heterogeneous Catalysis & Surface Reaction (CME522) Text book: Julian R.H. Ross, Heterogeneous Catalysis: Fundamentals and Applications, 2011, Elsevier Publications,

More information

Tu: 9/3/13 Math 471, Fall 2013, Section 001 Lecture 1

Tu: 9/3/13 Math 471, Fall 2013, Section 001 Lecture 1 Tu: 9/3/13 Math 71, Fall 2013, Section 001 Lecture 1 1 Course intro Notes : Take attendance. Instructor introduction. Handout : Course description. Note the exam days (and don t be absent). Bookmark the

More information

PH 610/710-2A: Advanced Classical Mechanics I. Fall Semester 2007

PH 610/710-2A: Advanced Classical Mechanics I. Fall Semester 2007 PH 610/710-2A: Advanced Classical Mechanics I Fall Semester 2007 Time and location: Tuesdays & Thursdays 8:00am 9:15am (EB 144) Instructor and office hours: Dr. Renato Camata, camata@uab.edu CH 306, (205)

More information

Lecture 1. EE70 Fall 2007

Lecture 1. EE70 Fall 2007 Lecture 1 EE70 Fall 2007 Instructor Joel Kubby (that would be me) Office: BE-249 Office Hours: M,W,F 2-3 PM or by appointment Phone: (831) 459-1073 E-mail: jkubby@soe.ucsc.edu Teaching Assistant Drew Lohn

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

UNIVERSITY OF MACAU DEPARTMENT OF ELECTROMECHANICAL ENGINEERING CHEM101 - Chemistry Syllabus 1 st Semester 2010/2011 Part A Course Outline

UNIVERSITY OF MACAU DEPARTMENT OF ELECTROMECHANICAL ENGINEERING CHEM101 - Chemistry Syllabus 1 st Semester 2010/2011 Part A Course Outline UNIVERSITY OF MACAU DEPARTMENT OF ELECTROMECHANICAL ENGINEERING CHEM101 - Chemistry Syllabus 1 st Semester 2010/2011 Part A Course Outline Compulsory course in Electromechanical Engineering Course description:

More information

AP Calculus BC. Course Overview. Course Outline and Pacing Guide

AP Calculus BC. Course Overview. Course Outline and Pacing Guide AP Calculus BC Course Overview AP Calculus BC is designed to follow the topic outline in the AP Calculus Course Description provided by the College Board. The primary objective of this course is to provide

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

Course Outline and Objectives. MA 1453 Precalculus with Graphing Calculators

Course Outline and Objectives. MA 1453 Precalculus with Graphing Calculators Effective Fall 2011 Course Outline and Objectives MA 1453 Precalculus with Graphing Calculators TEXT: Precalculus, 5 th Edition, by Faires and DeFranza ISBN 978-0-8400-6862-0 NOTE: A graphing calculator

More information

MATH College Algebra 3:3:1

MATH College Algebra 3:3:1 MATH 1314 College Algebra 3:3:1 South Plains College Arts & Sciences Mathematics Jay Driver Summer I 2010 Instructor: Jay Driver Office: M102 (mathematics building) Telephone: (806) 716-2780 Email: jdriver@southplainscollege.edu

More information

COLLEGE OF THE DESERT

COLLEGE OF THE DESERT COLLEGE OF THE DESERT Course Code MATH-010 Course Outline of Record 1. Course Code: MATH-010 2. a. Long Course Title: College Algebra b. Short Course Title: COLLEGE ALGEBRA 3. a. Catalog Course Description:

More information

ASTR 4 Solar System Astronom y

ASTR 4 Solar System Astronom y Lectures: M thru F, :30-:0 am Location: De Anza Planetarium ASTR 4 Solar System Astronom y Marek Cichanski Office: S-a cichanskimarek@fhda.edu (40) 4-4 Office Hours: M thru F, :30 0:0 am In This Syllabus

More information

Physics Course Syllabus CHS Science Department

Physics Course Syllabus CHS Science Department 1 Physics Course Syllabus CHS Science Department Contact Information: Parents may contact me by phone, email or visiting the school. Teacher: Mr. Joshua Queen Email Address: joshua.queen@ccsd.us or josh.queen@students.ccsd.us

More information

Monday May 12, :00 to 1:30 AM

Monday May 12, :00 to 1:30 AM ASTRONOMY 108: Descriptive Astronomy Spring 2008 Instructor: Hugh Gallagher Office: Physical Science Building 130 Phone, Email: 436-3177, gallagha@oneonta.edu Office Hours: M 2:00-3:00 PM, Th 10:00-11:00

More information

Fast Multipole Methods: Fundamentals & Applications. Ramani Duraiswami Nail A. Gumerov

Fast Multipole Methods: Fundamentals & Applications. Ramani Duraiswami Nail A. Gumerov Fast Multipole Methods: Fundamentals & Applications Ramani Duraiswami Nail A. Gumerov Week 1. Introduction. What are multipole methods and what is this course about. Problems from physics, mathematics,

More information

Signals and Systems with MATLAB Applications

Signals and Systems with MATLAB Applications Signals and Systems with MATLAB Applications Second Edition Steven T. Karris www.orchardpublications.com Signals and Systems with MATLAB Applications, Second Edition Copyright 2003. All rights reserved.

More information

Calculus, Series and Differential Equations

Calculus, Series and Differential Equations Calculus, Series and Differential Equations Mathematics S-1b Summer 2003 Course Information and Syllabus Course Content and Goals: About four hundred years ago, Galileo wrote The book of the universe is

More information

Math Partial Differential Equations

Math Partial Differential Equations Math 531 - Partial Differential Equations to Partial Differential Equations Joseph M. Mahaffy, jmahaffy@sdsu.edu Department of Mathematics and Statistics Dynamical Systems Group Computational Sciences

More information

EE361: Signals and System II

EE361: Signals and System II Professor Brendan Morris, SEB 3216, brendan.morris@unlv.edu EE361: Signals and System II Introduction http://www.ee.unlv.edu/~b1morris/ee361/ 2 Class Website http://www.ee.unlv.edu/~b1morris/ee361/ This

More information

Physics 18, Introductory Physics I for Biological Sciences Spring 2010

Physics 18, Introductory Physics I for Biological Sciences Spring 2010 Physics 18 page 1/6 Physics 18, Introductory Physics I for Biological Sciences Spring 2010 - Course Description - Instructor: Dr. Derrick Kiley Office: AOB 176; Office Phone 209 228-3076 E-mail Address:

More information

ASTR 380: Life in the Universe - Astrobiology Professor Sylvain Veilleux

ASTR 380: Life in the Universe - Astrobiology Professor Sylvain Veilleux ASTR 380: Life in the Universe - Astrobiology Professor Sylvain Veilleux Some of Life s Fundamental Questions Are we alone? How did life develop on Earth? What are the conditions for life? Could life happen

More information