EGR 106 Intro to Engineering II Engineering problem solving using MATLAB Text: Amos Gilat, MATLAB An Introduction with Applications, Wiley 2004 ISBN 0-471-43997-5.

Slides:



Advertisements
Similar presentations
EGR 105 Foundations of Engineering I Fall 2007 – Week 1 Introduction.
Advertisements

Introduction to Matlab. I use Matlab for: Data analysis Data plotting Image Analysis Also – Simulations (solving odes/pdes/finite element methods) – Minimisations,
Welcome to EGR 106 Foundations of Engineering II Course information Today’s specific topics: – Computation and algorithms – M ATLAB Basics Demonstrations.
Introduction to MATLAB Week 13 – 4/21/09. Instructor: Kate Musgrave Time: Tuesdays 3-5pm Office Hours: Tuesdays 1:30-3pm
Introduction to MATLAB 7 for Engineers
EGR 240 Introduction to Electrical and Computer Engineering
CIS 101: Computer Programming and Problem Solving Usman Roshan Department of Computer Science NJIT.
Fall 2006AE6382 Design Computing1 Relational and Logical Operators Use relational operators to test two values Work with values of true and false Compare.
EGR 240 Introduction to Electrical and Computer Engineering Prof. Michael P. Polis 102J Science & Engineering Building.
EGR 105 Foundations of Engineering I Session 3 Excel – Basics through Graphing Fall 2008.
Bellwork January 8, Algebra Section 6 January 8, 2015.
Introduction to MATLAB ENGR 1187 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
EGR 106 Intro to Engineering II Engineering problem solving using MATLAB Text: Amos Gilat, MATLAB An Introduction with Applications, Wiley 2004 ISBN
Predefined MATLAB Functions ELEC 206 Computer Applications for Electrical Engineers Dr. Ron Hayne.
WELCOME COLLEGE ALGEBRA MATH (4-5:30 PM) MyMathLab: dejesus Note: The homework will close at 11:00PM.
Introduction to Engineering Computing GEEN 1300 Lecture 7 15 June 2010 Review for midterm.
COMP 111 Programming Languages 1 First Day. Course COMP111 Dr. Abdul-Hameed Assawadi Office: Room AS15 – No. 2 Tel: Ext. ??
Math 15 Lecture 7 University of California, Merced Scilab A “Very” Short Introduction.
CST 229 Introduction to Grammars Dr. Sherry Yang Room 213 (503)
Order of Operations.
Introduction to EGR115 1.Welcome! 2.Your instructors 3.Class format 4.Requirements 5.Topics 6.Grading 7.Help 1.
Introduction to MATLAB ENGR 1181 MATLAB 1. Programming In The Real World Programming is a powerful tool for solving problems in every day industry settings.
Introduction to Engineering MATLAB – 1 Introduction to MATLAB Agenda Introduction Arithmetic Operations MATLAB Windows Command Window Defining Variables.
ORDER OF OPERATIONS x 2 Evaluate the following arithmetic expression: x 2 Each student interpreted the problem differently, resulting in.
Variables and Arithmetic. From last class More drawing functions: strokeWeight(n); // higher the n value broader the stroke fill(k) ; // single parameter.
Unit 5 Seminar HS115 Amber Krasny. Seminar Agenda Unit Four Grading Unit Five Activities Questions.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
Computer Science II Spring Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before 11:00 p.m.) Office.
Computer Science II Spring Introduction Dr. Robb T. Koether Office: Bagby 114 Office phone: Home phone: (before 11:00 p.m.) Office.
Winter Semester 2014/2015 College of Engineering.
The Study of Living Things % = A 89 80% = B % = C % = D 59 – 0% = F.
1 Week 1: Variables, assignment, expressions READING: 1.2 – 1.4.
What is Matlab Course Goals Precedence Accounts & Login Variables Error Types Course Logistics Vince Bertsch Office:
Variables and Expressions, continued CMSC 201. Expressions Anything on the right hand side of an assignment is an expression. An expression is anything.
ICS202 Data Structures King Fahd University of Petroleum & Minerals College of Computer Science & Engineering Information & Computer Science Department.
EGR 115 Introduction to Computing for Engineers MATLAB Basics 4: Intro to Plotting Wednesday 10 Sept 2014 EGR 115 Introduction to Computing for Engineers.
Name:________________________________________________________________________________Date:_____/_____/__________ Evaluate the following ADDITION problems:
Interduction to MATLAB Manal Alotaibi Mathematics department College of science King saud university.
1 ECE 1304 Introduction to Electrical and Computer Engineering Section 1.7 Linear Algebra with MATLAB.
CSCE 1030 Computer Science 1 First Day. Course Dr. Ryan Garlick Office: Research Park F201 B –Inside the Computer Science department.
1 CS 1430: Programming in C++ Turn in your Quiz1-1.
1 CS 101 Today’s class will begin about 5 minutes late We will discuss the lab scheduling problems once class starts.
How to use a Mix with Math Homework COURTESY OF LISA NATIONS.
Spring 2016 Statics - TAM 210 & TAM 211 Discussion 1 - Intro to Matlab 1.
MATLAB Lecture 1 염익준. Introduction MATLAB (MATrix LABoratory) a special purpose computer program optimized to perform engineering and scientific calculations.
CSE 1340 Introduction to Computing Concepts Class 1 ~ Intro.
By: Tameicka James Addition Subtraction Division Multiplication
1 CS100J Spring Instructor: David Gries CS100M: Matlab No prior programming experience One semester of calculus Math & engineering type problems.
Welcome to CS 115! Introduction to Programming Spring 2016.
KU 122: Introduction to Math Skills and Strategies Prof. Scott Brown Unit 1 Seminar.
Engr 6: Matlab Programming
Arithmetic Operations
Introduction to EGR115 Welcome! Your instructors Class format
Introduction to Computing
ECE 1304 Introduction to Electrical and Computer Engineering
FUNDAMENTAL ALGEBRA Week 4.
Notes 7.1 Day 1– Solving Two-Step Equations
Introduction to Programming
Order of Operations in Math
Order of Operations By: Lisa Foti EDT 210 Wednesday 9–10:50.
Welcome to the Fundamentals of Mathematics for Engineers Lab
Chapter 1 Real Numbers.
Order of Operations By: Lisa Foti EDT 210 Wednesday 9–10:50.
Variables and Arithmetic
Experiment No. (1) - an introduction to MATLAB
Order of Operations By: Lisa Foti EDT 210 Wednesday 9–10:50.
Biology-CP.
Introduction to Matlab
Unit 2 – Section 1 “Solving One-Step Equations”
Presentation transcript:

EGR 106 Intro to Engineering II Engineering problem solving using MATLAB Text: Amos Gilat, MATLAB An Introduction with Applications, Wiley 2004 ISBN

Instructor Section 3 James C Daly, Dept of Electrical; and Computer Engineering, 120 Kelley Annex Office hours TWR 1 -3pm (Office) (Home) (Cell)

Grading Attendance15% Homework30% 3 Quizzes30% Team project25%

Homework 30% of your grade No partial credit Done during lab. If you can not solve a problem, get help. 10 point scale for each assignment Late home work penalty is 2 points Not accepted after one week.

MATLAB MATrix LABoratory Powerful Easy to use Expandable Great graphics Get your free (almost) copy of MATLAB for your PC from the wizards at ECL (Kirk203)

Arithmetic Operations Addition Subtraction-3-2 Multiplication*3*6 Right Division/7/3 Left Division\7\3 = 3/7 Exponentiation^2^3 = 8

Precedence Precedence is the order operations are preformed (3^2) anything in parentheses is done first 5^2 exponentiation is next 2*2 or 10/5 multiplication or division next 1+1 or 5-3 addition or subtraction next Operations are done from left to right

Precedence Example 2^(6/2) = 2^3 = 8 2^6/2 = 64/2 = 32

Some Syntax Assignment operator = > x= 1; > x = 2*x+1; The value of x is 3 not -1 ;

Predefined Variables ans pi  eps2^(-52) about 2.22e-16 inf  isqrt(-1) jSame as i NaNNot a number 0/0

Some Functions Elementary Math, sqrt(x), exp(x), etc. Trig, sin(x), cos(x), x is in radians Rounding functions, round(x), etc