Module 1 : Numerical Methods for PDEs : Course Introduction, Lecture 1

Size: px
Start display at page:

Download "Module 1 : Numerical Methods for PDEs : Course Introduction, Lecture 1"

Transcription

1 Module 1 : Numerical Methods for PDEs : Course Introduction, Lecture 1 David J. Willis September 7, 2016 David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 1 / 38

2 References and Acknowledgements The following materials were used in the preparation of this lecture: Course notes and slides from MIT Lecture 1 2 L.N. Treffethen and D.Bau III, Numerical Linear Algebra, SIAM. 3 G. Strang, Introduction to Applied Mathematics, Wellesley-Cambridge Press. The author of these slides wishes to thank these sources for helping with the current lecture. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 2 / 38

3 Table of contents 1 Announcements Enrollment 2 Syllabus and Course Administration Class Format Grading Scheme Grading Scheme Grading Scheme Textbook Schedule 3 Getting Matlab 4 Introducing Partial Differential Equations 5 Programming, Matlab and Some Linear Algebra David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 3 / 38

4 Announcements Enrollment Course (Over-)Enrollment At present there are 19 seats in the class: There is 1 permission number not being employed. 7+ people are on the wait list Exploring the possibility of increased enrollment David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 4 / 38

5 Syllabus and Course Administration Introductions Website: faculty.uml.edu/dwillis/mech5200/ David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 5 / 38

6 Syllabus and Course Administration Introductions Numerical Methods for PDEs : Graduate & Seniors Lecture: Mon/Weds: 5:00pm-6:15pm* Office hours: Monday. 3:00-5:00pm, Tuesday 1pm-2pm. Office: EB-322 (Perry Hall 322) david willis@uml.edu David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 6 / 38

7 Syllabus and Course Administration What is the purpose of this course? This course is a combination of: David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 7 / 38

8 Syllabus and Course Administration What is the purpose of this course? Specifically, you will learn: [FDM] Finite Difference Methods: Theory, Discretization, and Numerical Solutions. [FVM] Finite Volume Methods: Theory, Discretization, and Numerical Solutions. [FEM] Finite Element Methods: Theory, Discretization, and Numerical Solutions. [BEM] Boundary Integral Methods: Theory, Discretization, and Numerical Solutions. And supporting this will be: [MAT] Numerical methods for solving linear and nonlinear systems. [GEO] Discrete Geometry Representation and Mesh Generation David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 8 / 38

9 Syllabus and Course Administration Class Format Blended and Flipped Classroom My challenges Theoretical math in evening is tough to do well! Material is heavily applied and learned best this way. Computer coding takes practice and interaction. My proposed solution: Semi-blended, semi-flipped classroom (modern, woooaah!): minute videos a week on core concepts (watch before class). Meet in class to do blended instruction and coding (matlab). Sometimes code/classwork is due for credit. Go home and do the homework projects. Thoughts? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 1 9 / 38

10 Syllabus and Course Administration Class Format Videos Video 1-3 uploaded to YouTube sign-up sheet (will send links weekly) David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 110 / 38

11 Syllabus and Course Administration Grading Scheme Grades and Deliverables 60% Homework individually performed homework problems with computer programming (6-7 total, with 3-4 being larger mini-project assignments). 30% Computer Programming Project An individual FDM, FVM or FEM project in a field of your choice. 10% In-class exercises in-class exercises and assignments. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 111 / 38

12 Syllabus and Course Administration Grading Scheme Grades and Deliverables Homework will cover main concepts discussed in online videos and in class (theory, coding and application). Homework policy: Study and workgroups are permitted; however, what you write and hand-in must be individual. You may not code/implement homework problems together outside of class. Any computer code that is similar to other students will result in a grade of zero. All homeworks & projects will require Matlab or another programming language (matlab/python/c/c++/fortran etc.) Homework will be due on paper, with OneDrive used for electronic code. Since the homework is the source of the majority of your grade, a zero-tolerance policy will be in effect in accordance with the UML academic integrity policy: Integrity.aspx David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 112 / 38

13 Syllabus and Course Administration Grading Scheme Grades and Deliverables Class exercises will be hands-on, pair programming efforts. We will mix groups weekly. Aim is to work together to get a deeper understanding. We ll see this in weeks to come. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 113 / 38

14 Syllabus and Course Administration Grading Scheme Frequently Asked Questions Questions? Do I need to type my answers for questions that are not implemented on a computer? Do I need to type my project proposal and final report? How do I hand in the portions of the homework that are implemented on a computer? Do I need to hand in color printouts of matlab (or other coding language) results? Can I ask for additional computer coding help? Do I need to know matlab? What if I know no programming languages? How is this course diffferent than John White s? MIT s? Will the lecture videos be available for students to watch? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 114 / 38

15 Syllabus and Course Administration Textbook Online Materials and Textbook(s) MIT Opencourseware : , , ) Suggestions for texts will appear as references in the lecture notes buy if you want, when you want. Lecture videos to be posted. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 115 / 38

16 Syllabus and Course Administration Schedule Approximate Schedule Introduction, matlab & some linear algebra today Finite difference methods for elliptical, parabolic and hyperbolic equations (4-5 weeks) Finite volume methods for conservation laws (2-3 weeks) Finite element methods (4-5 weeks) Boundary element methods (whatever time is left at the end) David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 116 / 38

17 Getting Matlab Class Plan & Announcements Virtual labs Login to a virtual machine to use matlab. UMass Lowell Educational Matlab License: David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 117 / 38

18 Getting Matlab Questions? Any questions...? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 118 / 38

19 Getting Matlab Table of contents 1 Announcements Enrollment 2 Syllabus and Course Administration Class Format Grading Scheme Grading Scheme Grading Scheme Textbook Schedule 3 Getting Matlab 4 Introducing Partial Differential Equations 5 Programming, Matlab and Some Linear Algebra David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 119 / 38

20 Introducing Partial Differential Equations Example PDEs PDE: A differential equation involving an unknown function(s) of several variables and their partial derivatives w.r.t those variables. Partial differential equations are convenient models of physical system behavior e.g., Indicates how u changes with respect to x, y and/or t? They are found everywhere in engineering and mathematics Can you give and example of a PDE? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 120 / 38

21 Introducing Partial Differential Equations PDEs w/ Smooth Solutions The Poisson Equation (Elliptic): Laplace s Equation (Elliptic): ( κ 2 2 ) u u = κ x u y 2 = f (1) 2 u = 2 u x u y 2 = 0 (2) Electrostatics and capacitance extraction, Potential flow, Torsion in a bar of constant cross section, Gravity driven viscous flow in a channel, Membrane deflection, Ground water flow, Stationary heat transfer... What does the equation mean? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 121 / 38

22 Introducing Partial Differential Equations Laplace Operator David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 122 / 38

23 Introducing Partial Differential Equations PDEs w/ Smooth Solutions Example: ArbTwoD FD.m Figure : Torsion in a bar solved using Finite Differences (HW assignment?) David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 123 / 38

24 Introducing Partial Differential Equations PDEs w/ Smooth Solutions Let s make the equation a bit more complicated and see what happens. Unsteady heat conduction equation (Parabolic): u = κ 2 u + f (3) t f = u ( 2 ) t κ u x u y 2 (4) (5) We ve simply added a u t term. What does this mean? How have things changed? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 124 / 38

25 Introducing Partial Differential Equations Unsteady heat conduction equation Example: OneD FD Temp EX.m Example: TempImplicit.m Figure : Model problem for unsteady temperature problem David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 125 / 38

26 Introducing Partial Differential Equations PDEs w/ Non-smooth Solutions The 1st Order Wave Equation (Hyperbolic) one direction of information propagation: u + c u = 0 (6) t What does this equation mean? David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 126 / 38

27 Introducing Partial Differential Equations First Order Wave Equation Example: HyperWave EX.m Figure : Model for the wave equation (showing time and space) David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 127 / 38

28 Introducing Partial Differential Equations Combining ideas together yields the convection diffusion equation (transport phenomena): u t + U u = κ 2 u + f (7) Where U, κ > 0, f may be constant or functions in space. U is typically a field velocity, f is a source term and κ is a physical parameter related to the physics of the problem. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 128 / 38

29 Introducing Partial Differential Equations PDEs : The Convection-Diffusion Equation: DISCUSSION David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 129 / 38

30 Introducing Partial Differential Equations PDEs : The Convection-Diffusion Equation u t + U u = κ 2 u + f (8) u = T (temperature) this is the Heat Transfer Equation u = P (pollutant concentration) Coastal/groundwater engineering u = p (price of an option) Financial Engineering u = u (momentum per unit mass or velocity) Navier Stokes Equation Obviously, the convection-diffusion equation is an important PDE. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 130 / 38

31 Introducing Partial Differential Equations Additional Important PDEs : The Second Order Wave Equation Some other equations of interest The wave equation: 2 u t 2 c2 2 u x 2 = 0 (9) This equation describes the propagation of a wave through the domain being considered (bi-directional). David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 131 / 38

32 Introducing Partial Differential Equations PDEs : The KdV Equation The KdV (Korteweg - de Vries) equation: u t + 3 u u 6u x 3 x = 0 (10) Weakly non-linear, shallow water equation, optics signal propagation, etc. Example: Solitons InClass.m David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 132 / 38

33 Introducing Partial Differential Equations PDEs : The Hamilton-Jacobi equation and Eikonal equation The H-J equation: The Eikonal equation: u t + F (x, y, z) u(x, y) = 0 (11) F (x, y, z) T (x, y) = 1 (12) What does this equation mean? Use heavily in level sets and path planning. Used at UML for machine tool path planning (CNC) David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 133 / 38

34 Introducing Partial Differential Equations PDEs : The Hamilton-Jacobi equation and Eikonal equation Figure : Solution to the Eikonal Equation for Path Planning David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 134 / 38

35 Introducing Partial Differential Equations Table of contents 1 Announcements Enrollment 2 Syllabus and Course Administration Class Format Grading Scheme Grading Scheme Grading Scheme Textbook Schedule 3 Getting Matlab 4 Introducing Partial Differential Equations 5 Programming, Matlab and Some Linear Algebra David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 135 / 38

36 Programming, Matlab and Some Linear Algebra Compiled vs. Interpreted Coding Languages Computer programming languages are classified as: Interpreted languages (eg. Matlab, Python, Octave, etc.) Code is saved as written Intructions are sequentially compiled as they are reached Slow run-time Fast to prototype and code (less errors) Usually used for prototyping Compiled languages (eg: C/C++/Fortran) Code is converted to machine instructions and saved as an executable Fast run-time just need to run the instructions Slower to prototype and code (more errors) Usually used for production and released codes David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 136 / 38

37 Programming, Matlab and Some Linear Algebra Interpreted Coding Languages Matlab is an interpreted language designed for vector and matrix algebra. Thus, there are ways to make matlab interpreted code more efficient by making use of built in compiled functions. Many of the matrix-matrix, matrix-vector, and vector-vector operations are compiled. Writing vectorized code is much more efficient than loop strucutres example Try the following: Generate a matrix, A, and multiply it by a vector, b. Use for loops in one case and use the operator in the other case We can see that matlabs built-in operations are much better. Try to keep for, while, etc. loops to a minimum. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 137 / 38

38 Programming, Matlab and Some Linear Algebra Interpreted Coding Languages Octave For those who are interested in a cheaper version of Matlab, octave & FreeMat are very similar to matlab (identical but slower for most things): Also, python is not a significant departure from Matlab and is rapidly gaining/gained popularity. David J. Willis Module 1 : Numerical Methods for PDEs : CourseSeptember Introduction, 7, 2016 Lecture 138 / 38

Syllabus for ENGR065-01: Circuit Theory

Syllabus for ENGR065-01: Circuit Theory Syllabus for ENGR065-01: Circuit Theory Fall 2017 Instructor: Huifang Dou Designation: Catalog Description: Text Books and Other Required Materials: Course Objectives Student Learning Outcomes: Course

More information

CAP 5415 Computer Vision. Marshall Tappen Fall Lecture 1

CAP 5415 Computer Vision. Marshall Tappen Fall Lecture 1 CAP 5415 Computer Vision Marshall Tappen Fall 21 Lecture 1 Welcome! About Me Interested in Machine Vision and Machine Learning Happy to chat with you at almost any time May want to e-mail me first Office

More information

A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems

A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems A Toolbox of Hamilton-Jacobi Solvers for Analysis of Nondeterministic Continuous and Hybrid Systems Ian Mitchell Department of Computer Science University of British Columbia Jeremy Templeton Department

More information

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today

CSE 166: Image Processing. Overview. What is an image? Representing an image. What is image processing? History. Today CSE 166: Image Processing Overview Image Processing CSE 166 Today Course overview Logistics Some mathematics Lectures will be boardwork and slides CSE 166, Fall 2016 2 What is an image? Representing an

More information

Math 210: 1, 2 Calculus III Spring 2008

Math 210: 1, 2 Calculus III Spring 2008 Math 210: 1, 2 Calculus III Spring 2008 Professor: Pete Goetz CRN: 20128/20130 Office: BSS 358 Office Hours: Tuesday 4-5, Wednesday 1-2, Thursday 3-4, Friday 8-9, and by appointment. Phone: 826-3926 Email:

More information

EE 309 Signal and Linear System Analysis

EE 309 Signal and Linear System Analysis Course Overview and Introduction Course Overview Course Web Page: Directly: mercury.pr.erau.edu/~bruders/ Canvas Required Textbook: "Engineering Signals and Systems, 2nd Edition" by Fawwaz T. Ulaby and

More information

Course Syllabus OSE 3200 Geometric Optics

Course Syllabus OSE 3200 Geometric Optics Course Syllabus OSE 3200 Geometric Optics Instructor: Dr. Kyle Renshaw Term: Fall 2016 Email: krenshaw@creol.ucf.edu Class Meeting Days: Monday/Wednesday Phone: 407-823-2807 Class Meeting Time: 10:30-11:45AM

More information

Electronics for Scientists V and G (Spring 2007)

Electronics for Scientists V and G (Spring 2007) Electronics for Scientists V85-0110 and G85-1500 (Spring 2007) Instructor: Prof. Andrew Kent Laboratory Instructor: N/A Prerequisites: Physics II or permission of the instructor Lecture and laboratory,

More information

Course Syllabus OSE 4240 OPTICS AND PHOTNICS DESIGN, 3 CREDIT HOURS

Course Syllabus OSE 4240 OPTICS AND PHOTNICS DESIGN, 3 CREDIT HOURS Regardless of course type; e.g., traditional, media-enhanced, or Web, syllabi at UCF are required to include: Course title and number Credit hours Name(s) of instructor(s) Office location Office or Web

More information

Signal and Information Processing

Signal and Information Processing Signal and Information Processing Alejandro Ribeiro Dept. of Electrical and Systems Engineering University of Pennsylvania aribeiro@seas.upenn.edu http://www.seas.upenn.edu/users/~aribeiro/ January 11,

More information

Automatic Domain Decomposition for a Black-Box PDE Solver

Automatic Domain Decomposition for a Black-Box PDE Solver Automatic Domain Decomposition for a Black-Box PDE Solver Torsten Adolph and Willi Schönauer Forschungszentrum Karlsruhe Institute for Scientific Computing Karlsruhe, Germany torsten.adolph@iwr.fzk.de

More information

ECE : Circuits and Systems II

ECE : Circuits and Systems II ECE 202-001: Circuits and Systems II Spring 2019 Instructor: Bingsen Wang Classroom: NRB 221 Office: ERC C133 Lecture hours: MWF 8:00 8:50 am Tel: 517/355-0911 Office hours: M,W 3:00-4:30 pm Email: bingsen@egr.msu.edu

More information

ESE 230 Syllabus Prof. D. L. Rode

ESE 230 Syllabus Prof. D. L. Rode ESE 230 Syllabus Prof. D. L. Rode Course Description: ESE 230. "Introduction to Electrical & Electronic Circuits" Electron and ion motion, electrical current and voltage. Electrical energy, current, voltage,

More information

Introduction. BME208 Logic Circuits Yalçın İŞLER

Introduction. BME208 Logic Circuits Yalçın İŞLER Introduction BME208 Logic Circuits Yalçın İŞLER islerya@yahoo.com http://me.islerya.com 1 Lecture Three hours a week (three credits) No other sections, please register this section Tuesday: 09:30 12:15

More information

MAT 140 SYLLABUS - ANALYTIC GEOMETRY AND CALCULUS I

MAT 140 SYLLABUS - ANALYTIC GEOMETRY AND CALCULUS I MAT 140 SYLLABUS - ANALYTIC GEOMETRY AND CALCULUS I ANDREW SCHWARTZ, PH.D. Catalog Description: 140-04 Analytic Geometry and Calculus I (Fall 2010) Analytic geometry, functions, limits, derivatives and

More information

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018. Lecture 19 Vector fields Dan Nichols nichols@math.umass.edu MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector

More information

Modern Control System Theory and Design. Dr. Huang, Min Chemical Engineering Program Tongji University

Modern Control System Theory and Design. Dr. Huang, Min Chemical Engineering Program Tongji University Modern Control System Theory and Design Dr. Huang, Min Chemical Engineering Program Tongji University Syllabus Instructor: Dr. Huang, Min Time and Place to meet Office Hours: Text Book and References Modern

More information

Introduction Image Analysis & Computer Vision. Guido Gerig CS/BIOEN 6640 FALL 2012

Introduction Image Analysis & Computer Vision. Guido Gerig CS/BIOEN 6640 FALL 2012 Introduction Image Analysis & Computer Vision Guido Gerig CS/BIOEN 6640 FALL 2012 Courses and Seminars related to Research in Image Analysis SoC Image Analysis Track (Director Tom Fletcher) (click) Fall

More information

Introduction to Computers and Engineering Problem Solving Spring 2012 Problem Set 10: Electrical Circuits Due: 12 noon, Friday May 11, 2012

Introduction to Computers and Engineering Problem Solving Spring 2012 Problem Set 10: Electrical Circuits Due: 12 noon, Friday May 11, 2012 Introduction to Computers and Engineering Problem Solving Spring 2012 Problem Set 10: Electrical Circuits Due: 12 noon, Friday May 11, 2012 I. Problem Statement Figure 1. Electric circuit The electric

More information

COMBO ONLINE TEST SERIES GATE 2019 SCHEDULE: ELECTRONICS & COMMUNICATION ENGINEERING Syllabus Test Date Test Type [ EB-Engineering Branch ; EM- No. of Engineering Mathematics; GA- General Question Marks

More information

EE Analog and Non-linear Integrated Circuit Design

EE Analog and Non-linear Integrated Circuit Design University of Southern California Viterbi School of Engineering Ming Hsieh Department of Electrical Engineering EE 479 - Analog and Non-linear Integrated Circuit Design Instructor: Ali Zadeh Email: prof.zadeh@yahoo.com

More information

AC : DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY

AC : DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY AC 2011-2119: DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY Dr. Yuhong Zhang, Texas Southern University Yuhong Zhang is an assistant professor at Texas Southern University Xuemin Chen, Texas

More information

MECHANICAL ENGINEERING DEGREE PLAN

MECHANICAL ENGINEERING DEGREE PLAN MECHANICAL ENGINEERING DEGREE PLAN YEAR 1, SEMESTER 1 YEAR 1, SEMESTER 2 GMAT 1504 Calculus & Analytical Geometry I 5 GMAT 2505 Calculus & Analytical Geometry II 5 GNGR 1301 Introduction to Engineering

More information

Course Syllabus OSE 3200 Geometric Optics

Course Syllabus OSE 3200 Geometric Optics Course Syllabus OSE 3200 Geometric Optics Instructor: Dr. Kyu Young Han Term: Spring 2018 Email: kyhan@creol.ucf.edu Class Meeting Days: Monday/Wednesday Phone: 407-823-6922 Class Meeting Time: 09:00-10:15AM

More information

EELE 201 Circuits I. Fall 2013 (4 Credits)

EELE 201 Circuits I. Fall 2013 (4 Credits) EELE 201 Circuits I Instructor: Fall 2013 (4 Credits) Jim Becker 535 Cobleigh Hall 994-5988 Office hours: Monday 2:30-3:30 pm and Wednesday 3:30-4:30 pm or by appointment EMAIL: For EELE 201-related questions,

More information

Electrical and Telecommunication Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK

Electrical and Telecommunication Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT: Electrical and Telecommunication Engineering Technology SUBJECT CODE AND TITLE: DESCRIPTION: REQUIRED TCET 4202 Advanced

More information

Lab 12 Phasor Nodal, Mesh, and Thevenin

Lab 12 Phasor Nodal, Mesh, and Thevenin Lab 12 Phasor Nodal, Mesh, and Thevenin Objectives in this lab you will Perform Nodal and Mesh analysis in AC circuits using complex phasors Determine the Thevenin Equivalent of an AC circuit Use the ang.m

More information

Modesto Junior College Course Outline of Record ELTEC 208

Modesto Junior College Course Outline of Record ELTEC 208 Modesto Junior College Course Outline of Record ELTEC 208 I. OVERVIEW The following information will appear in the 2010-2011 catalog ELTEC 208 The World of Electricity and Electronics 3 Units Also offered

More information

Thank you! Estimation + Information Theory. ELEC 3004: Systems 1 June

Thank you! Estimation + Information Theory.   ELEC 3004: Systems 1 June http://elec3004.org Estimation + Information Theory 2014 School of Information Technology and Electrical Engineering at The University of Queensland Thank you! ELEC 3004: Systems 1 June 2015 2 1 Schedule

More information

3. Voltage and Current laws

3. Voltage and Current laws 1 3. Voltage and Current laws 3.1 Node, Branches, and loops A branch represents a single element such as a voltage source or a resistor A node is the point of the connection between two or more elements

More information

EENG 444 / ENAS 944 Digital Communication Systems

EENG 444 / ENAS 944 Digital Communication Systems EENG 444 / ENAS 944 Digital Communication Systems Introduction!! Wenjun Hu Communication Systems What s the first thing that comes to your mind? Communication Systems What s the first thing that comes

More information

Introduction to Robotics

Introduction to Robotics COURSE NUMBER & COURSE TITLE: Introduction to Robotics INSTRUCTOR: Credits: 3 Language of instruction: Chinese / English REQUIRED COURSE OR ELECTIVE COURSE: Elective COURSE STRUCTURE/SCHEDULE: 1. teaching

More information

Topic 7f Time Domain FDM

Topic 7f Time Domain FDM Course Instructor Dr. Raymond C. Rumpf Office: A 337 Phone: (915) 747 6958 E Mail: rcrumpf@utep.edu Topic 7f Time Domain FDM EE 4386/5301 Computational Methods in EE Topic 7f Time Domain FDM 1 Outline

More information

ITT Technical Institute. GD320 Physics of Animation Onsite Course SYLLABUS

ITT Technical Institute. GD320 Physics of Animation Onsite Course SYLLABUS ITT Technical Institute GD320 Physics of Animation Onsite Course SYLLABUS Credit hours: 4 Contact/Instructional hours: 50 (30 Theory Hours, 20 Lab Hours) Prerequisite(s) and/or Corequisite(s): Prerequisites:

More information

About the High-Frequency Interferences produced in Systems including PWM and AC Motors

About the High-Frequency Interferences produced in Systems including PWM and AC Motors About the High-Frequency Interferences produced in Systems including PWM and AC Motors ELEONORA DARIE Electrotechnical Department Technical University of Civil Engineering B-dul Pache Protopopescu 66,

More information

Fast sweeping methods and applications to traveltime tomography

Fast sweeping methods and applications to traveltime tomography Fast sweeping methods and applications to traveltime tomography Jianliang Qian Wichita State University and TRIP, Rice University TRIP Annual Meeting January 26, 2007 1 Outline Eikonal equations. Fast

More information

EMT TECHNICAL GRAPHICS Lab Manual (Syllabus) Fall 08

EMT TECHNICAL GRAPHICS Lab Manual (Syllabus) Fall 08 EMT 1120 - TECHNICAL GRAPHICS Lab Manual (Syllabus) Fall 08 1 Credit, 3 Class Hours Course Description: This course will provide theory and training on basic electrical and mechanical drawing. The student

More information

Office: Room 209 CREOL Building, Materials available on UCF Webcourses system

Office: Room 209 CREOL Building, Materials available on UCF Webcourses system Course Syllabus OSE 3052 Introduction to Photonics, Spring 2016 M, W 3:00 4:15 PM, CREO 102 Instructor: Dr. David Hagan Discussion period Mondays, 4:30 5:20 PM, CREO 103 Discussion Instructor: Dr. Romain

More information

4.510 Digital Design Fabrication Fall 2008

4.510 Digital Design Fabrication Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 4.510 Digital Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Assignment 3 Sept 28, 2008 Design and Fabrication

More information

ADVANCED MODELING IN COMPUTATIONAL ELECTROMAGNETIC COMPATIBILITY

ADVANCED MODELING IN COMPUTATIONAL ELECTROMAGNETIC COMPATIBILITY ADVANCED MODELING IN COMPUTATIONAL ELECTROMAGNETIC COMPATIBILITY DRAGAN POLJAK, PhD Department of Electronics University of Split, Croatia BICENTENNIAL 1 8 O 7 WILEY 2 O O 7 ICENTENNIAL WILEY-INTERSCIENCE

More information

Student s Signature Completion Date. High School Teacher s Signature Date. Recommended Grade High School. COCC Review Instructor s Signature

Student s Signature Completion Date. High School Teacher s Signature Date. Recommended Grade High School. COCC Review Instructor s Signature 2 Credits College Now/CTE Student Outcomes Checklist cocc.edu/departments/college-now/ Student s Name Student s Signature Completion Date High School Teacher s Signature Date Recommended Grade High School

More information

Math (Fall 2012) Elementary Differential Equations CRN: 86059

Math (Fall 2012) Elementary Differential Equations CRN: 86059 Math 261 006 (Fall 2012) Elementary Differential Equations CRN: 86059 Course Location/Time: Armstrong Hall 112 Tuesday and Thursday 4:00 pm-5:50 pm Instuctor: Charis Tsikkou tsikkou@math.wvu.edu Phone

More information

(Note: recitation time may be changed if students agree on an alternate time.) Office: Room 209 CREOL Building,

(Note: recitation time may be changed if students agree on an alternate time.) Office: Room 209 CREOL Building, Course Syllabus OSE 3052 Introduction to Photonics, Spring 2014 M, W 3:00 4:15 pm, CREO A214 Instructor: Dr. David Hagan Recitation section Friday, 10:00 10:50 am, CREO A214 Recitation Instructor: Dr.

More information

Math 32, October 22 & 27: Maxima & Minima

Math 32, October 22 & 27: Maxima & Minima Math 32, October 22 & 27: Maxima & Minima Section 1: Critical Points Just as in the single variable case, for multivariate functions we are often interested in determining extreme values of the function.

More information

4.510 Digital Design Fabrication Fall 2008

4.510 Digital Design Fabrication Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 4.510 Digital Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Assignment 2 Sept 15, 2008 Design and Fabrication

More information

THE FIELDS OF ELECTRONICS

THE FIELDS OF ELECTRONICS THE FIELDS OF ELECTRONICS THE FIELDS OF ELECTRONICS Understanding Electronics Using Basic Physics Ralph Morrison A Wiley-Interscience Publication JOHN WILEY & SONS, INC. This book is printed on acid-free

More information

Brief Course Description for Electrical Engineering Department study plan

Brief Course Description for Electrical Engineering Department study plan Brief Course Description for Electrical Engineering Department study plan 2011-2015 Fundamentals of engineering (610111) The course is a requirement for electrical engineering students. It introduces the

More information

EE 508 Lecture 1. Introduction to Course

EE 508 Lecture 1. Introduction to Course EE 508 Lecture 1 Introduction to Course Catalog Course Description: E E 508. Filter Design and Applications. (3-3) Cr. 4. Prereq: 501. Filter design concepts. Approximation and synthesis. Transformations.

More information

Academic Course Description. VL2004 CMOS Analog VLSI Second Semester, (Even semester)

Academic Course Description. VL2004 CMOS Analog VLSI Second Semester, (Even semester) Academic Course Description SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering VL2004 CMOS Analog VLSI Second Semester, 2013-14 (Even semester)

More information

Computer Graphics Si Lu Fall /25/2017

Computer Graphics Si Lu Fall /25/2017 Computer Graphics Si Lu Fall 2017 09/25/2017 Today Course overview and information Digital images Homework 1 due Oct. 4 in class No late homework will be accepted 2 Pre-Requisites C/C++ programming Linear

More information

ITT Technical Institute. ET4771 Electronic Circuit Design Onsite Course SYLLABUS

ITT Technical Institute. ET4771 Electronic Circuit Design Onsite Course SYLLABUS ITT Technical Institute ET4771 Electronic Circuit Design Onsite Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

PhD PRELIMINARY WRITTEN EXAMINATION READING LIST

PhD PRELIMINARY WRITTEN EXAMINATION READING LIST Updated 10/18/2007 PhD PRELIMINARY WRITTEN EXAMINATION READING LIST COMMUNICATIONS Textbook example: R. Ziemer and W. Tranter, "Principles of Communications", Wiley Typically covered in a course such as

More information

Vibration Fundamentals Training System

Vibration Fundamentals Training System Vibration Fundamentals Training System Hands-On Turnkey System for Teaching Vibration Fundamentals An Ideal Tool for Optimizing Your Vibration Class Curriculum The Vibration Fundamentals Training System

More information

Lecture # 01. Introduction

Lecture # 01. Introduction Digital Image Processing Lecture # 01 Introduction Autumn 2012 Agenda Why image processing? Image processing examples Course plan History of imaging Fundamentals of image processing Components of image

More information

Econ 172A - Slides from Lecture 18

Econ 172A - Slides from Lecture 18 1 Econ 172A - Slides from Lecture 18 Joel Sobel December 4, 2012 2 Announcements 8-10 this evening (December 4) in York Hall 2262 I ll run a review session here (Solis 107) from 12:30-2 on Saturday. Quiz

More information

ESE 150 Lab 04: The Discrete Fourier Transform (DFT)

ESE 150 Lab 04: The Discrete Fourier Transform (DFT) LAB 04 In this lab we will do the following: 1. Use Matlab to perform the Fourier Transform on sampled data in the time domain, converting it to the frequency domain 2. Add two sinewaves together of differing

More information

Electrical Engineering 40 Introduction to Microelectronic Circuits

Electrical Engineering 40 Introduction to Microelectronic Circuits Electrical Engineering 40 Introduction to Microelectronic Circuits Instructor: Prof. Andy Neureuther EECS Department University of California, Berkeley Lecture 1, Slide 1 Introduction Instructor: Prof.

More information

Evaluation: Strengths and Areas for Improvement

Evaluation: Strengths and Areas for Improvement Assessment Report Viewer Nuclear Engineering BS (Spring/2015) Objective 1: The Nuclear Engineering program is an ABET, Inc. accredited program. As such, the student learning outcomes used are the student

More information

CSCE 763: Digital Image Processing

CSCE 763: Digital Image Processing CSCE 763: Digital Image Processing Spring 2018 Yan Tong Department of Computer Science and Engineering University of South Carolina Today s Agenda Welcome Tentative Syllabus Topics covered in the course

More information

THE EIKONAL EQUATION: NUMERICAL EFFICIENCY VS. ALGORITHMIC COMPLEXITY ON QUADRILATERAL GRIDS. 1. Introduction. The Eikonal equation, defined by (1)

THE EIKONAL EQUATION: NUMERICAL EFFICIENCY VS. ALGORITHMIC COMPLEXITY ON QUADRILATERAL GRIDS. 1. Introduction. The Eikonal equation, defined by (1) Proceedings of ALGORITMY 2005 pp. 22 31 THE EIKONAL EQUATION: NUMERICAL EFFICIENCY VS. ALGORITHMIC COMPLEXITY ON QUADRILATERAL GRIDS SHU-REN HYSING AND STEFAN TUREK Abstract. This paper presents a study

More information

Course Introduction/Overview

Course Introduction/Overview Chapter0 Course Introduction/Overview Contents 0.1 Introduction....................... 3 0.2 Where are we in the Curriculum?........... 4 0.3 Syllabus Overview.................... 5 0.4 Instructor Policies....................

More information

Laboratory exercise: the Bipolar Transistor

Laboratory exercise: the Bipolar Transistor Laboratory exercise: the Bipolar Transistor Semiconductor Physics 2017 Lab meeting point k-space at Solid State Physics This exercise consists of two experimental parts and one simulation part. In the

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Information Infrastructure II (Data Mining) I211

Information Infrastructure II (Data Mining) I211 Information Infrastructure II (Data Mining) I211 Spring 2010 Basic Information Class meets: Time: MW 9:30am 10:45am Place: I2 130 Instructor: Predrag Radivojac Office: Informatics 219 Email: predrag@indiana.edu

More information

Distance Measurement. Figure 1: Internals of an IR electro-optical distance sensor

Distance Measurement. Figure 1: Internals of an IR electro-optical distance sensor Distance Measurement The Sharp GP2D12 Infrared Distance Sensor is an electro-optical device that emits an infrared (IR) beam from an LED and has a position sensitive detector (PSD) that receives reflected

More information

Continuous time and Discrete time Signals and Systems

Continuous time and Discrete time Signals and Systems Continuous time and Discrete time Signals and Systems 1. Systems in Engineering A system is usually understood to be an engineering device in the field, and a mathematical representation of this system

More information

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day

Subject-wise Tests Tests will be activated at 06:00 pm on scheduled day Subject Name EE-01 Control Systems EE-02 Systems and Signal Processing EE-03 Analog and Digital Electronics EE-04 Engineering Mathematics and Numerical Analysis EE-05 Electric Circuits and Fields EE-06

More information

Vibration of Mechanical Systems

Vibration of Mechanical Systems Vibration of Mechanical Systems This is a textbook for a first course in mechanical vibrations. There are many books in this area that try to include everything, thus they have become exhaustive compendiums

More information

EENG 479 Digital signal processing Dr. Mohab A. Mangoud

EENG 479 Digital signal processing Dr. Mohab A. Mangoud EENG 479 Digital signal processing Dr. Mohab A. Mangoud Associate Professor Department of Electrical and Electronics Engineering College of Engineering University of Bahrain P.O.Box 32038- Kingdom of Bahrain

More information

Introducing Cooperative Learning into a Fundamental Mechanical Engineering Course

Introducing Cooperative Learning into a Fundamental Mechanical Engineering Course Introducing Cooperative Learning into a Fundamental Mechanical Engineering Course by Wangping (Ph.D) wangping.sun@oit.edu Manufacturing and Mechanical Engineering Technology Oregon Institute of Technology

More information

Academic Course Description

Academic Course Description BEC702 Digital CMOS VLSI Academic Course Description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering BEC702 Digital CMOS VLSI Seventh Semester

More information

INTRODUCTION TO KALMAN FILTERS

INTRODUCTION TO KALMAN FILTERS ECE5550: Applied Kalman Filtering 1 1 INTRODUCTION TO KALMAN FILTERS 1.1: What does a Kalman filter do? AKalmanfilterisatool analgorithmusuallyimplementedasa computer program that uses sensor measurements

More information

COLLEGE OF THE DESERT

COLLEGE OF THE DESERT COLLEGE OF THE DESERT Course Code DRA-001 Course Outline of Record 1. Course Code: DRA-001 2. a. Long Course Title: Technical Drafting I b. Short Course Title: TECHNICAL DRAFTING I 3. a. Catalog Course

More information

Electrical and Telecommunications Engineering Technology_EET1122. Electrical and Telecommunications Engineering Technology

Electrical and Telecommunications Engineering Technology_EET1122. Electrical and Telecommunications Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY The City University of New York DEPARTMENT: SUBJECT CODE AND TITLE: Electrical and Telecommunications Engineering Technology EET1122 Circuits Analysis I COURSE DESCRIPTION:

More information

EECS240 Spring Advanced Analog Integrated Circuits Lecture 1: Introduction. Elad Alon Dept. of EECS

EECS240 Spring Advanced Analog Integrated Circuits Lecture 1: Introduction. Elad Alon Dept. of EECS EECS240 Spring 2009 Advanced Analog Integrated Circuits Lecture 1: Introduction Elad Alon Dept. of EECS Course Focus Focus is on analog design Typically: Specs circuit topology layout Will learn spec-driven

More information

Ornithology BIO 426 (W/O2) (Spring 2013; CRN 33963) (tentative, version 26th January 2013)

Ornithology BIO 426 (W/O2) (Spring 2013; CRN 33963) (tentative, version 26th January 2013) Ornithology BIO 426 (W/O2) (Spring 2013; CRN 33963) (tentative, version 26th January 2013) Instructor: Falk Huettmann Office: 419 IAB (Irving I) Phone: 474 7882 (voice mail) E-mail: fhuettmann@alaska.edu

More information

School Based Projects

School Based Projects Welcome to the Week One lesson. School Based Projects Who is this lesson for? If you're a high school, university or college student, or you're taking a well defined course, maybe you're going to your

More information

EECS 562: Introduction to Communication Systems. Course Information

EECS 562: Introduction to Communication Systems. Course Information EECS 562: Introduction to Communication Systems Victor S. Frost Dan F. Servey Distinguished Professor Chair Electrical Engineering and Computer Science University of Kansas Phone: (785) 864 4486 e mail:

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS AUTOCAD FOR INTERIOR DESIGN: STUDIO IV IDT 2305 Class Hours: 3 Credit Hours: 4 Laboratory Hours: 3 Date Revised: Spring 2011 NOTE: This course is designed

More information

Academic Course Description. BEC702 Digital CMOS VLSI

Academic Course Description. BEC702 Digital CMOS VLSI BEC702 Digital CMOS VLSI Academic Course Description Course (catalog) description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electronics and Communication Engineering CMOS is

More information

Assignment 3: Particle System and Cloth Simulation

Assignment 3: Particle System and Cloth Simulation Assignment 3: Particle System and Cloth Simulation Release Date: Thursday, October 1, 2009 Due Date: Tuesday, October 20, 2009, 11:59pm Grading Value: 15% Overview: Cloth simulation has been an important

More information

ECE 440 Lecture 29 : Introduction to the BJT-I Class Outline:

ECE 440 Lecture 29 : Introduction to the BJT-I Class Outline: ECE 440 Lecture 29 : Introduction to the BJT-I Class Outline: Narrow-Base Diode BJT Fundamentals BJT Amplification Things you should know when you leave Key Questions How does the narrow-base diode multiply

More information

Numerical Methods for Optimal Control Problems. Part II: Local Single-Pass Methods for Stationary HJ Equations

Numerical Methods for Optimal Control Problems. Part II: Local Single-Pass Methods for Stationary HJ Equations Numerical Methods for Optimal Control Problems. Part II: Local Single-Pass Methods for Stationary HJ Equations Ph.D. course in OPTIMAL CONTROL Emiliano Cristiani (IAC CNR) e.cristiani@iac.cnr.it (thanks

More information

Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay

Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay Power System Dynamics and Control Prof. A. M. Kulkarni Department of Electrical Engineering Indian institute of Technology, Bombay Lecture No. # 25 Excitation System Modeling We discussed, the basic operating

More information

E C E S I G N A L S A N D S Y S T E M S. ECE 2221 Signals and Systems, Sem /2011, Dr. Sigit Jarot

E C E S I G N A L S A N D S Y S T E M S. ECE 2221 Signals and Systems, Sem /2011, Dr. Sigit Jarot 1 E C E 2 2 2 1 S I G N A L S A N D S Y S T E M S ECE 2221 Signals and Systems, Sem 3 2010/2011, Dr. Sigit Jarot Outline Course Objectives Learning Outcomes Course Synopsis Text and Supporting Books Course

More information

Applications of Monte Carlo Methods in Charged Particles Optics

Applications of Monte Carlo Methods in Charged Particles Optics Sydney 13-17 February 2012 p. 1/3 Applications of Monte Carlo Methods in Charged Particles Optics Alla Shymanska alla.shymanska@aut.ac.nz School of Computing and Mathematical Sciences Auckland University

More information

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop

Lecture Week 7. Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Lecture Week 7 Quiz 4 - KCL/KVL Capacitors RC Circuits and Phasor Analysis RC filters Workshop Quiz 5 KCL/KVL Please clear desks and turn off phones and put them in back packs You need a pencil, straight

More information

College Pre-Calc Lesson Plans

College Pre-Calc Lesson Plans January 4-8 January 11-15 January 18-22 January 25-29 Sections 9.2 Area of a Triangle Mixed Trig Exercises Section 14.1 Matrix Addition & Scalar Multiplication Section 14.5 Transition Pg 342: 1, 3, 7-13,

More information

ESE 150 Lab 04: The Discrete Fourier Transform (DFT)

ESE 150 Lab 04: The Discrete Fourier Transform (DFT) LAB 04 In this lab we will do the following: 1. Use Matlab to perform the Fourier Transform on sampled data in the time domain, converting it to the frequency domain 2. Add two sinewaves together of differing

More information

Traveling Waves. Why is there reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium.

Traveling Waves. Why is there reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium. The one-dimensional (1D) case Traveling Waves A traveling wave is the propagation of motion (disturbance) in a medium. Reflection Why is there reflection? The perturbation propagates on. Traveling Wave

More information

Device Characterization Project #1

Device Characterization Project #1 6.012 Microelectronic Devices and Circuits Prof. C.G. Sodini Device Characterization Project #1 PN DIODE CHARACTERIZATION Please write your recitation time on your project report. Introduction The goal

More information

San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa

San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa San José State University Aerospace Engineering AE20 Computer-Aided Design for Aerospace Engineers, Fa11 2017 Instructor: Office Location: Robert Benzio E407 Telephone: (408) 203-0457 Email: Office Hours:

More information

Chabot-Las Positas Community College District SABBATICAL LEAVE APPLICATIONS

Chabot-Las Positas Community College District SABBATICAL LEAVE APPLICATIONS Chabot-Las Positas Community College District SABBATICAL LEAVE APPLICATIONS 2017 2018 Bielawski, Toby LPC F 2017, S 2018 Davis, Matthew Chabot S 2018 Fields, Debbie LPC F 2017 Golojuch, Janice Chabot F

More information

Academic Course Description. BEE 303 ELECTRON DEVICES Third Semester (Odd Semester)

Academic Course Description. BEE 303 ELECTRON DEVICES Third Semester (Odd Semester) BEE 303- Electron Devices Academic Course Description Course (catalog) description BHARATH UNIVERSITY Faculty of Engineering and Technology Department of Electrical and Electronics Engineering BEE 303

More information

MLAB - Matlab: Fundamentals And/Or Applications

MLAB - Matlab: Fundamentals And/Or Applications Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2018 230 - ETSETB - Barcelona School of Telecommunications Engineering 739 - TSC - Department of Signal Theory and Communications

More information

EE 410/510: Electromechanical Systems Chapter 5

EE 410/510: Electromechanical Systems Chapter 5 EE 410/510: Electromechanical Systems Chapter 5 Chapter 5. Induction Machines Fundamental Analysis ayssand dcontrol o of Induction Motors Two phase induction motors Lagrange Eqns. (optional) Torque speed

More information

University of Southern California. Department of Electrical Engineering Electrophysics. EE 326Lx - Essentials of Electrical Engineering

University of Southern California. Department of Electrical Engineering Electrophysics. EE 326Lx - Essentials of Electrical Engineering University of Southern California Department of Electrical Engineering Electrophysics EE 326Lx - Essentials of Electrical Engineering Course Syllabus Fall 2003 Abstract EE 326Lx serves as an introduction

More information

Parent s Guide to GO Math! Technology Correlation

Parent s Guide to GO Math! Technology Correlation hmhco.com Parent s Guide to GO Math! Technology Correlation Volume Made in the United States Text printed on 00% recycled paper Grade VOL 90 GO Math! Grade Not sure how to help your child with homework?

More information

ES250: Electrical Science. HW6: The Operational Amplifier

ES250: Electrical Science. HW6: The Operational Amplifier ES250: Electrical Science HW6: The Operational Amplifier Introduction This chapter introduces the operational amplifier or op amp We will learn how to analyze and design circuits that contain op amps,

More information

Normal-conducting high-gradient rf systems

Normal-conducting high-gradient rf systems Normal-conducting high-gradient rf systems Introduction Motivation for high gradient Order of 100 GeV/km Operational and state-of-the-art SwissFEL C-band linac: Just under 30 MV/m CLIC prototypes: Over

More information