Fundamentals of Linear Algebra

Size: px
Start display at page:

Download "Fundamentals of Linear Algebra"

Transcription

1 -7/8-797 Mchine Lerning for Signl Processing Fundmentls of Liner Alger Administrivi Registrtion: Anone on witlist still? Homewor : Will pper over weeend Liner lger Clss Aug Instructor: Bhish Rj -7/8-797 Aug -7/8-797 Aug Overview Vectors nd mtrices Bsic vector/mtri opertions Vector products Mtri products Vrious mtri tpes Projections Boo Fundmentls of Liner Alger, Gilert Strng Importnt to e ver comfortle with liner lger Appers repetedl in the form of Eigen nlsis, SVD, Fctor nlsis Appers through vrious properties of mtrices tht re used in mchine lerning, prticulrl when pplied to imges nd sound Tod s lecture: Definitions Ver smll suset of ll tht s used Importnt suset, intended to help ou recollect -7/8-797 Aug -7/8-797 Aug Incentive to use liner lger Prett nottion! T A j j i i ij And other things ou cn do Frequenc From Bch s Fugue in Gm Esier intuition Rell convenient geometric interprettions Opertions es to descrie verll Es code trnsltion! for i:n for j:m c(i)c(i)(j)*(i)*(i,j) end end C*A* Rottion Projection Scling Mnipulte Imges Mnipulte Sounds Time Decomposition (MF) -7/8-797 Aug -7/8-797 Aug 6

2 Sclrs, vectors, mtrices, Vectors A sclr is numer,, -, etc A vectoris liner rrngement of collection of sclrs [ ], A mtriais rectngulr rrngement of collection of sclrs A MATLAB snt: [ ], A[ ; ] Vectors usull hold sets of numericl ttriutes,, Z coordintes [,, ] Ernings, losses, suicides [$ $,, ] A loction in Mnhttn [v st] Vectors re either column or row vectors c, r c c [ ], s [ ] A sound cn e vector, series of dil tempertures cn e vector, etc [-v 6st] [v st] [v 8st] -7/8-797 Aug 7-7/8-797 Aug 8 Vectors in the strct Ordered collection of numers Emples: [],[ c d], []![] Order is importnt Tpicll viewed s identifing (the pth from origin to) loction in n -dimensionl spce (,,) (,,) Mtrices Mtrices cn e squre or rectngulr S c d, R c d e f, M Imges cn e mtri, collections of sounds cn e mtri, etc A mtri cn e verticl stcing of row vectors R c d e f Or horiontl rrngement of column vectors R c d e f -7/8-797 Aug 9-7/8-797 Aug Dimensions of mtri The mtri sie is specified the numer of rows nd columns c mtri: rows nd column r mtri: row nd columns S c S mtri R mtri c, r c, R d d e Pcmn 99 mtri [ c] c f v Representing n imge s mtri 6 [ ] Vlues onl; nd re implicit pcmen A 99 mtri Row nd Column position A 879 mtri Triples of, nd vlue A 879 vector Unrveling the mtri ote: All of these cn e recst s the mtri tht forms the imge Representtions nd re equivlent The position is not represented -7/8-797 Aug -7/8-797 Aug

3 Vectors vs Mtrices (,,) A vector is geometric nottion for how to get from (,) to some loction in the spce A mtri is simpl collection of destintions! Properties of mtrices re vergeproperties of the trveller s pth to these destintions Bsic rithmetic opertions Addition nd sutrction Element-wise opertions MATLAB snt: nd - A B -7/8-797 Aug -7/8-797 Aug Vector Opertions Opertions emple (,,) Opertions tell us how to get from ({}) to the result of the vector opertions (,,) (,-,-) (6,,) (,-,-) - (6,,) - [ ] 6 Adding rndom vlues to different representtions of the imge 6 Rndom(,columns(M)) -7/8-797 Aug -7/8-797 Aug 6 Vector norm Mesure of how ig vector is: Represented s [ ] Geometricll the shortest distnce to trvel from the origin to the destintion As the crow flies Assuming Eucliden Geometr MATLAB snt: norm() Length sqrt( ) (,,) [-v 7st] [-6v st] Trnsposition A trnsposed row vector ecomes column (nd vice vers), T c c A trnsposed mtri gets ll its row (or column) vectors trnsposed in order c d e f, T c MATLAB snt: [ ] d e f [ c], T c M, M T Aug -7/ Aug -7/

4 Vector multipliction Multipliction is not element-wise! Dot product, or inner product Vectors must hve the sme numer of elements Row vector times column vector sclr d [ c ] e d e c f f Outer product or vector direct product Column vector times row vector mtri d e f d e f [ ] d e f c c d c e c f MATLAB snt: * Vector dot product in Mnhttn Emple: Coordintes re rds, not ve/st [ 6], [77 ] The dot product of the two vectors reltes to the length of projection How much of the first vector hve we covered following the second one? Must normlie the length of the trget vector T 77 [ 6] 9d 6 [ ] [d 6d] norm 6 norm 9d [77d d] norm 86-7/8-797 Aug 9-7/8-797 Aug Vector dot product Sqrt(energ) frequenc frequenc frequenc [ 9 ] [ 6 ] [ ] Vectors re spectr C E C Energ t discrete set of frequencies Actull 96 is is the inde of the numer in the vector Represents frequenc is is the vlue of the numer in the vector Represents mgnitude Vector dot product Sqrt(energ) frequenc frequenc frequenc [ 9 ] [ 6 ] [ ] How much of C is lso in E C E C How much cn ou fe C pling n E CE / C E ot ver much How much of C is in C? CC / C / C ot d, ou cn fe it To do this, C, E, nd C must e the sme sie -7/8-797 Aug -7/8-797 Aug Vector outer product Multipling vector mtri Generlition of vector multipliction Left multipliction: Dot product of ech vector pir The column vector is the spectrum The row vector is n mplitude modultion The crossproduct is spectrogrm Shows how the energ in ech frequenc vries with time The pttern in ech column is scled version of the spectrum Ech row is scled version of the modultion A B Dimensions must mtch!! o of columns of mtri sie of vector Result inherits the numer of rows from the mtri MATLAB snt: * -7/8-797 Aug -7/8-797 Aug

5 Multipling vector mtri Generlition of vector multipliction Right multipliction: Dot product of ech vector pir A B [ ] [ ] Dimensions must mtch!! o of rows of mtri sie of vector Result inherits the numer of columns from the mtri MATLAB snt: * Multipliction of vector spce mtri 7 6 The mtri rottes nd scles the spce Including its own vectors -7/8-797 Aug -7/8-797 Aug 6 Multipliction of vector spce mtri Mtri Multipliction 7 6 The normls to the row vectors in the mtri ecome the new es is norml to the second row vector Scled the inverse of the length of the first row vector Aug -7/ The -th is corresponds to the norml to the hperplne represented the -,-th row vectors in the mtri An set of K- vectors represent hperplne of dimension K- or less The distnce long the new is equls the length of the projection on the -th row vector Epressed in inverse-lengths of the vector Aug -7/ Mtri Multipliction: Column spce d e c c f d e f So much for spces wht does multipling mtri vector rell do? It mies the column vectors of the mtri using the numers in the vector The column spce of the Mtri is the complete set of ll vectors tht cn e formed miing its columns Mtri Multipliction: Row spce d c f [ ] [ c] [ d e f ] e Left multipliction mies the row vectors of the mtri The row spce of the Mtri is the complete set of ll vectors tht cn e formed miing its rows -7/8-797 Aug 9-7/8-797 Aug

6 6-7/8-797 Mtri multipliction: Miing vectors A phsicl emple The three column vectors of the mtri re the spectr of three notes The multipling column vector is just miing vector The result is sound tht is the miture of the three notes 9 7 Aug -7/8-797 Mtri multipliction: Miing vectors Miing two imges The imges re rrnged s columns position vlue not included The result of the multipliction is rerrnged s n imge 7 Aug -7/8-797 Multipling mtrices Generlition of vector multipliction Outer product of dot products!! Dimensions must mtch!! Columns of first mtri rows of second Result inherits the numer of rows from the first mtri nd the numer of columns from the second mtri MATLAB snt: * A B Aug -7/8-797 Mtri multipliction: nother view Wht does this men? K M M K K K M M B A [ ] [ ] [ ] K M K M K M K K M M The outer product of the first column of A nd the first row of B outer product of the second column of A nd the second row of B Aug -7/8-797 Wh is tht useful? Sounds: Three notes modulted independentl Aug -7/8-797 Mtri multipliction: Miing modulted spectr Sounds: Three notes modulted independentl Aug 6

7 Mtri multipliction: Miing modulted spectr Sounds: Three notes modulted independentl Mtri multipliction: Miing modulted spectr Sounds: Three notes modulted independentl -7/8-797 Aug 7-7/8-797 Aug 8 Mtri multipliction: Miing modulted spectr Sounds: Three notes modulted independentl Mtri multipliction: Miing modulted spectr Sounds: Three notes modulted independentl -7/8-797 Aug 9-7/8-797 Aug Mtri multipliction: Imge trnsition Mtri multipliction: Imge trnsition i i j j Imge fdes out linerl Imge fdes in linerl i i j j Ech column is one imge i 9 i 8 i i 9 i 8 i i 9 i 8 i The columns represent sequence of imges of decresing intensit Imge fdes out linerl -7/8-797 Aug -7/8-797 Aug 7

8 Mtri multipliction: Imge trnsition Mtri multipliction: Imge trnsition i i j j i i j j Imge fdes in linerl Imge fdes out linerl Imge fdes in linerl -7/8-797 Aug -7/8-797 Aug The Identit Mtri Digonl Mtri An identit mtri is squre mtri where All digonl elements re All off-digonl elements re Multipliction n identit mtri does not chnge vectors All off-digonl elements re ero Digonl elements re non-ero Scles the es M flip es -7/8-797 Aug -7/8-797 Aug 6 Digonl mtri to trnsform imges Stretching 6 How? Loction-sed representtion Scling mtri onl scles the is The is nd piel vlue re scled identit ot good w of scling -7/8-797 Aug 7-7/8-797 Aug 8 8

9 9-7/8-797 Stretching Better w D ) ( ewpic EA A Aug 9-7/8-797 Modifing color Scle onl Green P ewpic B G R P Aug -7/8-797 Permuttion Mtri A permuttion mtri simpl rerrnges the es The row entries re is vectors in different order The result is comintion of rottions nd reflections The permuttion mtri effectivel permutes the rrngement of the elements in vector (,,) Z (old ) (old Z) Z (old ) Aug -7/8-797 Permuttion Mtri Reflections nd 9 degree rottions of imges nd ojects P P 6 Aug -7/8-797 Permuttion Mtri Reflections nd 9 degree rottions of imges nd ojects Oject represented s mtri of -Dimensionl position vectors Positions identif ech point on the surfce P P Aug -7/8-797 Rottion Mtri A rottion mtri rottes the vector some ngle q Alterntel viewed, it rottes the es The new es re t n ngle to the old one ' ' cos sin sin cos new R (,) new R (,) (, ) cos sin ' sin cos ' Aug

10 Rotting picture -D Rottion 6 R cos sin ote the representtion: -row mtri Rottion onl pplies on the coordinte rows The vlue does not chnge Wh is pcmn grin? sin cos new Znew Z new degrees of freedom seprte ngles α Wht will the rottion mtri e? -7/8-797 Aug -7/8-797 Aug 6 Mtri Opertions: Properties Projections AB BA AB! BA Wht would we see if the cone to the left were trnsprent if we looed t it from ove the plne shown the grid? orml to the plne Answer: the figure to the right How do we get this? Projection Aug -7/ /8-797 Aug 8 Projection Mtri 9degrees Projection Mtri 9degrees W W W projection W projection Consider n plne specified set of vectors W, W Or mtri [W W ] An vector cn e projected onto this plne The mtri A tht rottes nd scles the vector so tht it ecomes its projection is projection mtri Given set of vectors W, W, which form mtri W [W W ] The projection mtri tht trnsforms n vector to its projection on the plne is P W (W T W) - W T We will visit mtri inversion shortl Mgic n set of vectors from the sme plne tht re epressed s mtri will give ou the sme projection mtri P V (V T V) - V T -7/8-797 Aug 9-7/8-797 Aug 6

11 Projections Projections HOW? Drw n two vectors W nd W tht lie on the plne A two so long s the hve different ngles Compose mtri W [W W] Compose the projection mtri P W (W T W) - W T Multipl ever point on the cone P to get its projection View it I m missing step here wht is it? -7/8-797 Aug 6-7/8-797 Aug 6 Projections Projection mtri properties The projection ctull projects it onto the plne, ut ou re still seeing the plne in D The result of the projection is -D vector P W (W T W) - W T, P*Vector The imge must e rotted till the plne is in the plne of the pper The Z is in this cse will lws e ero nd cn e ignored How will ou rotte it? (rememer ou now W nd W) Aug -7/ The projection of n vector tht is lred on the plne is the vector itself P if is on the plne If the oject is lred on the plne, there is no further projection to e performed The projection of projection is the projection P (P) P Tht is ecuse Pis lred on the plne Projection mtrices re idempotent P P Follows from the ove 6 Perspective An side on Perspective The picture is the equivlent of pinting the viewed scener on glss window Feture: The lines connecting n point in the scener nd its projection on the window merge t common point The ee Aug -7/ Perspective is the result of convergence of the imge to point Convergence cn e to multiple points Top Left: One-point perspective Top Right: Two-point perspective Right: Three-point perspective Aug -7/

12 Centrl Projection,, Representing Perspective, α ' α' Propert of line through origin α' ' ' ' The positions on the window re scled long the line To compute (,) position on the window, we need (distnce of window from ee), nd (,, ) (loction eing projected) Aug -7/ Perspective ws not lws understood Crefull represented perspective cn crete illusions Aug -7/ Projections: A more phsicl mening Projection : n emple with sounds Let W, W W e ses We wnt to eplin our dt in terms of these ses We often cnnot do so But we cn eplin significnt portion of it The portion of the dt tht cn e epressed in terms of our vectors W, W, W, is the projection of the dt on the W W (hper) plne In our previous emple, the dt were ll the points on cone, nd the ses were vectors on the plne The spectrogrm (mtri) of piece of music How much of the ove music ws composed of the ove notes Ie how much cn it e eplined the notes -7/8-797 Aug 69-7/8-797 Aug 7 Projection: one note Projection: one note clened up M M The spectrogrm (mtri) of piece of music The spectrogrm (mtri) of piece of music W W M spectrogrm; W note P W (W T W) - W T Projected Spectrogrm P * M Floored ll mtri vlues elow threshold to ero -7/8-797 Aug 7-7/8-797 Aug 7

13 Projection: multiple notes Projection: multiple notes, clened up M M The spectrogrm (mtri) of piece of music The spectrogrm (mtri) of piece of music W W P W (W T W) - W T Projected Spectrogrm P * M P W (W T W) - W T Projected Spectrogrm P * M -7/8-797 Aug 7-7/8-797 Aug 7 Projection nd Lest Squres Projection ctull computes lest squred error estimte For ech vector V in the music spectrogrm mtri Approimtion: V ppro *note *note c*note Error vector E V V ppro Squred error energ for V e(v) norm(e) V ppro note note note c Totl error sum over ll V { e(v) } Σ V e(v) Projection computes V ppro for ll vectors such tht Totl error is minimied It does not give ou,, c Though Tht needs different opertion the inverse / pseudo inverse Aug -7/

Fundamentals of Linear Algebra

Fundamentals of Linear Algebra -7/8-797 Mchine Lerning for Signl rocessing Fundmentls of Liner Alger Administrivi Registrtion: Anone on witlist still? Homework : Will e hnded out with clss Liner lger Clss - Sep Instructor: Bhiksh Rj

More information

11-755/ Machine Learning for Signal Processing. Algebra. Class Sep Instructor: Bhiksha Raj

11-755/ Machine Learning for Signal Processing. Algebra. Class Sep Instructor: Bhiksha Raj -755/8-797 Mchine Lerning for Signl Processing Fundmentls of Liner Alger Clss -3 Sep Instructor: Bhiksh Rj Sep -755/8-797 Administrivi Registrtion: Anyone on witlist still? Homework : Will e hnded out

More information

11-755/ Machine Learning for Signal Processing. Algebra. Class August Instructor: Bhiksha Raj

11-755/ Machine Learning for Signal Processing. Algebra. Class August Instructor: Bhiksha Raj -755/8-797 Mchine Lerning for Signl Processing Fundmentls of Liner Alger Clss 6 August 9 Instructor: Bhiksh Rj 6 Aug -755/8-797 Administrivi Registrtion: Anyone on witlist still? Our TA is here Sourish

More information

Machine Learning for Signal Processing Fundamentals of Linear Algebra

Machine Learning for Signal Processing Fundamentals of Linear Algebra Mchine Lerning for Signl Processing Fundmentls of Liner Alger Clss 6 Sep 6 Instructor: Bhiksh Rj -755/8-797 Overview Vectors nd mtrices Bsic vector/mtrix opertions Vrious mtrix types Projections -755/8-797

More information

Things to Memorize: A Partial List. January 27, 2017

Things to Memorize: A Partial List. January 27, 2017 Things to Memorize: A Prtil List Jnury 27, 2017 Chpter 2 Vectors - Bsic Fcts A vector hs mgnitude (lso clled size/length/norm) nd direction. It does not hve fixed position, so the sme vector cn e moved

More information

Lecture 8 Wrap-up Part1, Matlab

Lecture 8 Wrap-up Part1, Matlab Lecture 8 Wrp-up Prt1, Mtlb Homework Polic Plese stple our homework (ou will lose 10% credit if not stpled or secured) Submit ll problems in order. This mens to plce ever item relting to problem 3 (our

More information

Analytically, vectors will be represented by lowercase bold-face Latin letters, e.g. a, r, q.

Analytically, vectors will be represented by lowercase bold-face Latin letters, e.g. a, r, q. 1.1 Vector Alger 1.1.1 Sclrs A physicl quntity which is completely descried y single rel numer is clled sclr. Physiclly, it is something which hs mgnitude, nd is completely descried y this mgnitude. Exmples

More information

Operations with Matrices

Operations with Matrices Section. Equlit of Mtrices Opertions with Mtrices There re three ws to represent mtri.. A mtri cn be denoted b n uppercse letter, such s A, B, or C.. A mtri cn be denoted b representtive element enclosed

More information

8.6 The Hyperbola. and F 2. is a constant. P F 2. P =k The two fixed points, F 1. , are called the foci of the hyperbola. The line segments F 1

8.6 The Hyperbola. and F 2. is a constant. P F 2. P =k The two fixed points, F 1. , are called the foci of the hyperbola. The line segments F 1 8. The Hperol Some ships nvigte using rdio nvigtion sstem clled LORAN, which is n cronm for LOng RAnge Nvigtion. A ship receives rdio signls from pirs of trnsmitting sttions tht send signls t the sme time.

More information

Lecture Solution of a System of Linear Equation

Lecture Solution of a System of Linear Equation ChE Lecture Notes, Dept. of Chemicl Engineering, Univ. of TN, Knoville - D. Keffer, 5/9/98 (updted /) Lecture 8- - Solution of System of Liner Eqution 8. Why is it importnt to e le to solve system of liner

More information

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 2

CS434a/541a: Pattern Recognition Prof. Olga Veksler. Lecture 2 CS434/54: Pttern Recognition Prof. Olg Veksler Lecture Outline Review of Liner Algebr vectors nd mtrices products nd norms vector spces nd liner trnsformtions eigenvlues nd eigenvectors Introduction to

More information

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1.

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1. Mth Anlysis CP WS 4.X- Section 4.-4.4 Review Complete ech question without the use of grphing clcultor.. Compre the mening of the words: roots, zeros nd fctors.. Determine whether - is root of 0. Show

More information

INTRODUCTION TO LINEAR ALGEBRA

INTRODUCTION TO LINEAR ALGEBRA ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR AGEBRA Mtrices nd Vectors Prof. Dr. Bülent E. Pltin Spring Sections & / ME Applied Mthemtics for Mechnicl Engineers INTRODUCTION TO INEAR

More information

M344 - ADVANCED ENGINEERING MATHEMATICS

M344 - ADVANCED ENGINEERING MATHEMATICS M3 - ADVANCED ENGINEERING MATHEMATICS Lecture 18: Lplce s Eqution, Anltic nd Numericl Solution Our emple of n elliptic prtil differentil eqution is Lplce s eqution, lso clled the Diffusion Eqution. If

More information

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors Chpter 2 Vectors 2.1 Vectors 2.1.1 Sclrs nd Vectors A vector is quntity hving both mgnitude nd direction. Emples of vector quntities re velocity, force nd position. One cn represent vector in n-dimensionl

More information

LINEAR ALGEBRA APPLIED

LINEAR ALGEBRA APPLIED 5.5 Applictions of Inner Product Spces 5.5 Applictions of Inner Product Spces 7 Find the cross product of two vectors in R. Find the liner or qudrtic lest squres pproimtion of function. Find the nth-order

More information

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution Multiple Integrls eview of Single Integrls eding Trim 7.1 eview Appliction of Integrls: Are 7. eview Appliction of Integrls: Volumes 7.3 eview Appliction of Integrls: Lengths of Curves Assignment web pge

More information

Chapter 7: Applications of Integrals

Chapter 7: Applications of Integrals Chpter 7: Applictions of Integrls 78 Chpter 7 Overview: Applictions of Integrls Clculus, like most mthemticl fields, egn with tring to solve everd prolems. The theor nd opertions were formlized lter. As

More information

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24

Matrix Algebra. Matrix Addition, Scalar Multiplication and Transposition. Linear Algebra I 24 Mtrix lger Mtrix ddition, Sclr Multipliction nd rnsposition Mtrix lger Section.. Mtrix ddition, Sclr Multipliction nd rnsposition rectngulr rry of numers is clled mtrix ( the plurl is mtrices ) nd the

More information

Computer Graphics (CS 4731) Lecture 7: Linear Algebra for Graphics (Points, Scalars, Vectors)

Computer Graphics (CS 4731) Lecture 7: Linear Algebra for Graphics (Points, Scalars, Vectors) Computer Grphics (CS 4731) Lecture 7: Liner Alger for Grphics (Points, Sclrs, Vectors) Prof Emmnuel Agu Computer Science Dept. Worcester Poltechnic Institute (WPI) Annoncements Project 1 due net Tuesd,

More information

1. Extend QR downwards to meet the x-axis at U(6, 0). y

1. Extend QR downwards to meet the x-axis at U(6, 0). y In the digrm, two stright lines re to be drwn through so tht the lines divide the figure OPQRST into pieces of equl re Find the sum of the slopes of the lines R(6, ) S(, ) T(, 0) Determine ll liner functions

More information

Calculus Module C21. Areas by Integration. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved.

Calculus Module C21. Areas by Integration. Copyright This publication The Northern Alberta Institute of Technology All Rights Reserved. Clculus Module C Ares Integrtion Copright This puliction The Northern Alert Institute of Technolog 7. All Rights Reserved. LAST REVISED Mrch, 9 Introduction to Ares Integrtion Sttement of Prerequisite

More information

Uses of transformations. 3D transformations. Review of vectors. Vectors in 3D. Points vs. vectors. Homogeneous coordinates S S [ H [ S \ H \ S ] H ]

Uses of transformations. 3D transformations. Review of vectors. Vectors in 3D. Points vs. vectors. Homogeneous coordinates S S [ H [ S \ H \ S ] H ] Uses of trnsformtions 3D trnsformtions Modeling: position nd resize prts of complex model; Viewing: define nd position the virtul cmer Animtion: define how objects move/chnge with time y y Sclr (dot) product

More information

1.2 What is a vector? (Section 2.2) Two properties (attributes) of a vector are and.

1.2 What is a vector? (Section 2.2) Two properties (attributes) of a vector are and. Homework 1. Chpters 2. Bsis independent vectors nd their properties Show work except for fill-in-lnks-prolems (print.pdf from www.motiongenesis.com Textooks Resources). 1.1 Solving prolems wht engineers

More information

C Precalculus Review. C.1 Real Numbers and the Real Number Line. Real Numbers and the Real Number Line

C Precalculus Review. C.1 Real Numbers and the Real Number Line. Real Numbers and the Real Number Line C. Rel Numers nd the Rel Numer Line C C Preclculus Review C. Rel Numers nd the Rel Numer Line Represent nd clssif rel numers. Order rel numers nd use inequlities. Find the solute vlues of rel numers nd

More information

MATRICES AND VECTORS SPACE

MATRICES AND VECTORS SPACE MATRICES AND VECTORS SPACE MATRICES AND MATRIX OPERATIONS SYSTEM OF LINEAR EQUATIONS DETERMINANTS VECTORS IN -SPACE AND -SPACE GENERAL VECTOR SPACES INNER PRODUCT SPACES EIGENVALUES, EIGENVECTORS LINEAR

More information

2. VECTORS AND MATRICES IN 3 DIMENSIONS

2. VECTORS AND MATRICES IN 3 DIMENSIONS 2 VECTORS AND MATRICES IN 3 DIMENSIONS 21 Extending the Theory of 2-dimensionl Vectors x A point in 3-dimensionl spce cn e represented y column vector of the form y z z-xis y-xis z x y x-xis Most of the

More information

What we should know about Linear Algebra

What we should know about Linear Algebra Wht we should know out iner Alger D Coordinte geometr Vectors in spce nd spce Dot product nd cross product definitions nd uses Vector nd mtri nottion nd lger Properties (mtri ssocitiit ut NOT mtri commuttiit)

More information

Introduction to Algebra - Part 2

Introduction to Algebra - Part 2 Alger Module A Introduction to Alger - Prt Copright This puliction The Northern Alert Institute of Technolog 00. All Rights Reserved. LAST REVISED Oct., 008 Introduction to Alger - Prt Sttement of Prerequisite

More information

Geometric Sequences. Geometric Sequence a sequence whose consecutive terms have a common ratio.

Geometric Sequences. Geometric Sequence a sequence whose consecutive terms have a common ratio. Geometric Sequences Geometric Sequence sequence whose consecutive terms hve common rtio. Geometric Sequence A sequence is geometric if the rtios of consecutive terms re the sme. 2 3 4... 2 3 The number

More information

Reference. Vector Analysis Chapter 2

Reference. Vector Analysis Chapter 2 Reference Vector nlsis Chpter Sttic Electric Fields (3 Weeks) Chpter 3.3 Coulomb s Lw Chpter 3.4 Guss s Lw nd pplictions Chpter 3.5 Electric Potentil Chpter 3.6 Mteril Medi in Sttic Electric Field Chpter

More information

P 1 (x 1, y 1 ) is given by,.

P 1 (x 1, y 1 ) is given by,. MA00 Clculus nd Bsic Liner Alger I Chpter Coordinte Geometr nd Conic Sections Review In the rectngulr/crtesin coordintes sstem, we descrie the loction of points using coordintes. P (, ) P(, ) O The distnce

More information

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom Lerning Gols Continuous Rndom Vriles Clss 5, 8.05 Jeremy Orloff nd Jonthn Bloom. Know the definition of continuous rndom vrile. 2. Know the definition of the proility density function (pdf) nd cumultive

More information

On the diagram below the displacement is represented by the directed line segment OA.

On the diagram below the displacement is represented by the directed line segment OA. Vectors Sclrs nd Vectors A vector is quntity tht hs mgnitude nd direction. One exmple of vector is velocity. The velocity of n oject is determined y the mgnitude(speed) nd direction of trvel. Other exmples

More information

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY

Chapter 3 MATRIX. In this chapter: 3.1 MATRIX NOTATION AND TERMINOLOGY Chpter 3 MTRIX In this chpter: Definition nd terms Specil Mtrices Mtrix Opertion: Trnspose, Equlity, Sum, Difference, Sclr Multipliction, Mtrix Multipliction, Determinnt, Inverse ppliction of Mtrix in

More information

Chapter 1 VECTOR ALGEBRA

Chapter 1 VECTOR ALGEBRA Chpter 1 VECTOR LGEBR INTRODUCTION: Electromgnetics (EM) m be regrded s the stud of the interctions between electric chrges t rest nd in motion. Electromgnetics is brnch of phsics or electricl engineering

More information

MATH1131 Mathematics 1A Algebra

MATH1131 Mathematics 1A Algebra MATH1131 Mthemtics 1A Alger UNSW Sydney Semester 1, 017 Mike Mssierer Mike is pronounced like Mich mike@unsweduu Plese emil me if you hve ny questions or comments Office hours TBA (week ), or emil me to

More information

Introduction To Matrices MCV 4UI Assignment #1

Introduction To Matrices MCV 4UI Assignment #1 Introduction To Mtrices MCV UI Assignment # INTRODUCTION: A mtrix plurl: mtrices) is rectngulr rry of numbers rrnged in rows nd columns Exmples: ) b) c) [ ] d) Ech number ppering in the rry is sid to be

More information

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution Multiple Integrls eview of Single Integrls eding Trim 7.1 eview Appliction of Integrls: Are 7. eview Appliction of Integrls: olumes 7.3 eview Appliction of Integrls: Lengths of Curves Assignment web pge

More information

Section 6: Area, Volume, and Average Value

Section 6: Area, Volume, and Average Value Chpter The Integrl Applied Clculus Section 6: Are, Volume, nd Averge Vlue Are We hve lredy used integrls to find the re etween the grph of function nd the horizontl xis. Integrls cn lso e used to find

More information

4 VECTORS. 4.0 Introduction. Objectives. Activity 1

4 VECTORS. 4.0 Introduction. Objectives. Activity 1 4 VECTRS Chpter 4 Vectors jectives fter studying this chpter you should understnd the difference etween vectors nd sclrs; e le to find the mgnitude nd direction of vector; e le to dd vectors, nd multiply

More information

Math 017. Materials With Exercises

Math 017. Materials With Exercises Mth 07 Mterils With Eercises Jul 0 TABLE OF CONTENTS Lesson Vriles nd lgeric epressions; Evlution of lgeric epressions... Lesson Algeric epressions nd their evlutions; Order of opertions....... Lesson

More information

GG303 Lab 6 9/25/12. Components of cross product v2 x v1 N x N y N z. N=v2xv1. Plane trend ( ) Pole N. Plane. Pole N. plunge ( ) strike ( ) dip ( )

GG303 Lab 6 9/25/12. Components of cross product v2 x v1 N x N y N z. N=v2xv1. Plane trend ( ) Pole N. Plane. Pole N. plunge ( ) strike ( ) dip ( ) 1 Lb 6 ROTATIONS (163 pts totl) Eercise 1: Apprent dip problem (24 points totl) 1) An pprent dip of 62 to the southwest is mesured for bedding plne in verticl cross section tht strikes 230 (cll this pprent

More information

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus 7.1 Integrl s Net Chnge nd 7. Ares in the Plne Clculus 7.1 INTEGRAL AS NET CHANGE Notecrds from 7.1: Displcement vs Totl Distnce, Integrl s Net Chnge We hve lredy seen how the position of n oject cn e

More information

set is not closed under matrix [ multiplication, ] and does not form a group.

set is not closed under matrix [ multiplication, ] and does not form a group. Prolem 2.3: Which of the following collections of 2 2 mtrices with rel entries form groups under [ mtrix ] multipliction? i) Those of the form for which c d 2 Answer: The set of such mtrices is not closed

More information

The Algebra (al-jabr) of Matrices

The Algebra (al-jabr) of Matrices Section : Mtri lgebr nd Clculus Wshkewicz College of Engineering he lgebr (l-jbr) of Mtrices lgebr s brnch of mthemtics is much broder thn elementry lgebr ll of us studied in our high school dys. In sense

More information

ES.182A Topic 32 Notes Jeremy Orloff

ES.182A Topic 32 Notes Jeremy Orloff ES.8A Topic 3 Notes Jerem Orloff 3 Polr coordintes nd double integrls 3. Polr Coordintes (, ) = (r cos(θ), r sin(θ)) r θ Stndrd,, r, θ tringle Polr coordintes re just stndrd trigonometric reltions. In

More information

The practical version

The practical version Roerto s Notes on Integrl Clculus Chpter 4: Definite integrls nd the FTC Section 7 The Fundmentl Theorem of Clculus: The prcticl version Wht you need to know lredy: The theoreticl version of the FTC. Wht

More information

MATHEMATICS FOR MANAGEMENT BBMP1103

MATHEMATICS FOR MANAGEMENT BBMP1103 T o p i c M T R I X MTHEMTICS FOR MNGEMENT BBMP Ojectives: TOPIC : MTRIX. Define mtri. ssess the clssifictions of mtrices s well s know how to perform its opertions. Clculte the determinnt for squre mtri

More information

Review of Gaussian Quadrature method

Review of Gaussian Quadrature method Review of Gussin Qudrture method Nsser M. Asi Spring 006 compiled on Sundy Decemer 1, 017 t 09:1 PM 1 The prolem To find numericl vlue for the integrl of rel vlued function of rel vrile over specific rnge

More information

September 13 Homework Solutions

September 13 Homework Solutions College of Engineering nd Computer Science Mechnicl Engineering Deprtment Mechnicl Engineering 5A Seminr in Engineering Anlysis Fll Ticket: 5966 Instructor: Lrry Cretto Septemer Homework Solutions. Are

More information

Prerequisites CHAPTER P

Prerequisites CHAPTER P CHAPTER P Prerequisites P. Rel Numers P.2 Crtesin Coordinte System P.3 Liner Equtions nd Inequlities P.4 Lines in the Plne P.5 Solving Equtions Grphiclly, Numericlly, nd Algericlly P.6 Comple Numers P.7

More information

Matching patterns of line segments by eigenvector decomposition

Matching patterns of line segments by eigenvector decomposition Title Mtching ptterns of line segments y eigenvector decomposition Author(s) Chn, BHB; Hung, YS Cittion The 5th IEEE Southwest Symposium on Imge Anlysis nd Interprettion Proceedings, Snte Fe, NM., 7-9

More information

Partial Derivatives. Limits. For a single variable function f (x), the limit lim

Partial Derivatives. Limits. For a single variable function f (x), the limit lim Limits Prtil Derivtives For single vrible function f (x), the limit lim x f (x) exists only if the right-hnd side limit equls to the left-hnd side limit, i.e., lim f (x) = lim f (x). x x + For two vribles

More information

Maths in Motion. Theo de Haan. Order now: 29,95 euro

Maths in Motion. Theo de Haan. Order now:   29,95 euro Mths in Motion Theo de Hn Order now: www.mthsinmotion.org 9,95 euro Cover Design: Drwings: Photogrph: Printing: Niko Spelbrink Lr Wgterveld Mrijke Spelbrink Rddrier, Amsterdm Preview: Prts of Chpter 6,

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

10.5. ; 43. The points of intersection of the cardioid r 1 sin and. ; Graph the curve and find its length. CONIC SECTIONS

10.5. ; 43. The points of intersection of the cardioid r 1 sin and. ; Graph the curve and find its length. CONIC SECTIONS 654 CHAPTER 1 PARAETRIC EQUATIONS AND POLAR COORDINATES ; 43. The points of intersection of the crdioid r 1 sin nd the spirl loop r,, cn t be found ectl. Use grphing device to find the pproimte vlues of

More information

Matrices and Determinants

Matrices and Determinants Nme Chpter 8 Mtrices nd Determinnts Section 8.1 Mtrices nd Systems of Equtions Objective: In this lesson you lerned how to use mtrices, Gussin elimintion, nd Guss-Jordn elimintion to solve systems of liner

More information

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

The Trapezoidal Rule

The Trapezoidal Rule _.qd // : PM Pge 9 SECTION. Numericl Integrtion 9 f Section. The re of the region cn e pproimted using four trpezoids. Figure. = f( ) f( ) n The re of the first trpezoid is f f n. Figure. = Numericl Integrtion

More information

10.2 The Ellipse and the Hyperbola

10.2 The Ellipse and the Hyperbola CHAPTER 0 Conic Sections Solve. 97. Two surveors need to find the distnce cross lke. The plce reference pole t point A in the digrm. Point B is meters est nd meter north of the reference point A. Point

More information

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations.

Lecture 3. In this lecture, we will discuss algorithms for solving systems of linear equations. Lecture 3 3 Solving liner equtions In this lecture we will discuss lgorithms for solving systems of liner equtions Multiplictive identity Let us restrict ourselves to considering squre mtrices since one

More information

To Do. Vectors. Motivation and Outline. Vector Addition. Cartesian Coordinates. Foundations of Computer Graphics (Spring 2010) x y

To Do. Vectors. Motivation and Outline. Vector Addition. Cartesian Coordinates. Foundations of Computer Graphics (Spring 2010) x y Foundtions of Computer Grphics (Spring 2010) CS 184, Lecture 2: Review of Bsic Mth http://inst.eecs.erkeley.edu/~cs184 o Do Complete Assignment 0 Downlod nd compile skeleton for ssignment 1 Red instructions

More information

DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS

DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS 3 DEFINITION OF ASSOCIATIVE OR DIRECT PRODUCT AND ROTATION OF VECTORS This chpter summrizes few properties of Cli ord Algebr nd describe its usefulness in e ecting vector rottions. 3.1 De nition of Associtive

More information

Signal Flow Graphs. Consider a complex 3-port microwave network, constructed of 5 simpler microwave devices:

Signal Flow Graphs. Consider a complex 3-port microwave network, constructed of 5 simpler microwave devices: 3/3/009 ignl Flow Grphs / ignl Flow Grphs Consider comple 3-port microwve network, constructed of 5 simpler microwve devices: 3 4 5 where n is the scttering mtri of ech device, nd is the overll scttering

More information

ESCI 241 Meteorology Lesson 0 Math and Physics Review

ESCI 241 Meteorology Lesson 0 Math and Physics Review UNITS ESCI 41 Meteorolog Lesson 0 Mth nd Phsics Review A numer is meningless unless it is ccompnied unit telling wht the numer represents. The stndrd unit sstem used interntionll scientists is known s

More information

Vectors. Introduction. Definition. The Two Components of a Vector. Vectors

Vectors. Introduction. Definition. The Two Components of a Vector. Vectors Vectors Introduction This pper covers generl description of vectors first (s cn e found in mthemtics ooks) nd will stry into the more prcticl res of grphics nd nimtion. Anyone working in grphics sujects

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT SCHOOL OF ENGINEERING & BUIL ENVIRONMEN MARICES FOR ENGINEERING Dr Clum Mcdonld Contents Introduction Definitions Wht is mtri? Rows nd columns of mtri Order of mtri Element of mtri Equlity of mtrices Opertions

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk out solving systems of liner equtions. These re prolems tht give couple of equtions with couple of unknowns, like: 6= x + x 7=

More information

THREE-DIMENSIONAL KINEMATICS OF RIGID BODIES

THREE-DIMENSIONAL KINEMATICS OF RIGID BODIES THREE-DIMENSIONAL KINEMATICS OF RIGID BODIES 1. TRANSLATION Figure shows rigid body trnslting in three-dimensionl spce. Any two points in the body, such s A nd B, will move long prllel stright lines if

More information

What Is Calculus? 42 CHAPTER 1 Limits and Their Properties

What Is Calculus? 42 CHAPTER 1 Limits and Their Properties 60_00.qd //0 : PM Pge CHAPTER Limits nd Their Properties The Mistress Fellows, Girton College, Cmridge Section. STUDY TIP As ou progress through this course, rememer tht lerning clculus is just one of

More information

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system.

Here we study square linear systems and properties of their coefficient matrices as they relate to the solution set of the linear system. Section 24 Nonsingulr Liner Systems Here we study squre liner systems nd properties of their coefficient mtrices s they relte to the solution set of the liner system Let A be n n Then we know from previous

More information

S56 (5.3) Vectors.notebook January 29, 2016

S56 (5.3) Vectors.notebook January 29, 2016 Dily Prctice 15.1.16 Q1. The roots of the eqution (x 1)(x + k) = 4 re equl. Find the vlues of k. Q2. Find the rte of chnge of 剹 x when x = 1 / 8 Tody we will e lerning out vectors. Q3. Find the eqution

More information

5.1 Estimating with Finite Sums Calculus

5.1 Estimating with Finite Sums Calculus 5.1 ESTIMATING WITH FINITE SUMS Emple: Suppose from the nd to 4 th hour of our rod trip, ou trvel with the cruise control set to ectl 70 miles per hour for tht two hour stretch. How fr hve ou trveled during

More information

50. Use symmetry to evaluate xx D is the region bounded by the square with vertices 5, Prove Property 11. y y CAS

50. Use symmetry to evaluate xx D is the region bounded by the square with vertices 5, Prove Property 11. y y CAS 68 CHAPTE MULTIPLE INTEGALS 46. e da, 49. Evlute tn 3 4 da, where,. [Hint: Eploit the fct tht is the disk with center the origin nd rdius is smmetric with respect to both es.] 5. Use smmetr to evlute 3

More information

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns.

MATRIX DEFINITION A matrix is any doubly subscripted array of elements arranged in rows and columns. 4.5 THEORETICL SOIL MECHNICS Vector nd Mtrix lger Review MTRIX DEFINITION mtrix is ny douly suscripted rry of elements rrnged in rows nd columns. m - Column Revised /0 n -Row m,,,,,, n n mn ij nd Order

More information

Chapter 14. Matrix Representations of Linear Transformations

Chapter 14. Matrix Representations of Linear Transformations Chpter 4 Mtrix Representtions of Liner Trnsformtions When considering the Het Stte Evolution, we found tht we could describe this process using multipliction by mtrix. This ws nice becuse computers cn

More information

Chapter 1: Logarithmic functions and indices

Chapter 1: Logarithmic functions and indices Chpter : Logrithmic functions nd indices. You cn simplify epressions y using rules of indices m n m n m n m n ( m ) n mn m m m m n m m n Emple Simplify these epressions: 5 r r c 4 4 d 6 5 e ( ) f ( ) 4

More information

4.6 Numerical Integration

4.6 Numerical Integration .6 Numericl Integrtion 5.6 Numericl Integrtion Approimte definite integrl using the Trpezoidl Rule. Approimte definite integrl using Simpson s Rule. Anlze the pproimte errors in the Trpezoidl Rule nd Simpson

More information

Algebra Of Matrices & Determinants

Algebra Of Matrices & Determinants lgebr Of Mtrices & Determinnts Importnt erms Definitions & Formule 0 Mtrix - bsic introduction: mtrix hving m rows nd n columns is clled mtrix of order m n (red s m b n mtrix) nd mtrix of order lso in

More information

THE DISCRIMINANT & ITS APPLICATIONS

THE DISCRIMINANT & ITS APPLICATIONS THE DISCRIMINANT & ITS APPLICATIONS The discriminnt ( Δ ) is the epression tht is locted under the squre root sign in the qudrtic formul i.e. Δ b c. For emple: Given +, Δ () ( )() The discriminnt is used

More information

Lecture Note 9: Orthogonal Reduction

Lecture Note 9: Orthogonal Reduction MATH : Computtionl Methods of Liner Algebr 1 The Row Echelon Form Lecture Note 9: Orthogonl Reduction Our trget is to solve the norml eution: Xinyi Zeng Deprtment of Mthemticl Sciences, UTEP A t Ax = A

More information

Week 10: Line Integrals

Week 10: Line Integrals Week 10: Line Integrls Introduction In this finl week we return to prmetrised curves nd consider integrtion long such curves. We lredy sw this in Week 2 when we integrted long curve to find its length.

More information

Counting intersections of spirals on a torus

Counting intersections of spirals on a torus Counting intersections of spirls on torus 1 The problem Consider unit squre with opposite sides identified. For emple, if we leve the centre of the squre trveling long line of slope 2 (s shown in the first

More information

GRAND PLAN. Visualizing Quaternions. I: Fundamentals of Quaternions. Andrew J. Hanson. II: Visualizing Quaternion Geometry. III: Quaternion Frames

GRAND PLAN. Visualizing Quaternions. I: Fundamentals of Quaternions. Andrew J. Hanson. II: Visualizing Quaternion Geometry. III: Quaternion Frames Visuliing Quternions Andrew J. Hnson Computer Siene Deprtment Indin Universit Siggrph Tutoril GRAND PLAN I: Fundmentls of Quternions II: Visuliing Quternion Geometr III: Quternion Frmes IV: Clifford Algers

More information

A Matrix Algebra Primer

A Matrix Algebra Primer A Mtrix Algebr Primer Mtrices, Vectors nd Sclr Multipliction he mtrix, D, represents dt orgnized into rows nd columns where the rows represent one vrible, e.g. time, nd the columns represent second vrible,

More information

Introduction to Electrical & Electronic Engineering ENGG1203

Introduction to Electrical & Electronic Engineering ENGG1203 Introduction to Electricl & Electronic Engineering ENGG23 2 nd Semester, 27-8 Dr. Hden Kwok-H So Deprtment of Electricl nd Electronic Engineering Astrction DIGITAL LOGIC 2 Digitl Astrction n Astrct ll

More information

1 ELEMENTARY ALGEBRA and GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE

1 ELEMENTARY ALGEBRA and GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE ELEMENTARY ALGEBRA nd GEOMETRY READINESS DIAGNOSTIC TEST PRACTICE Directions: Study the exmples, work the prolems, then check your nswers t the end of ech topic. If you don t get the nswer given, check

More information

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements:

Matrices. Elementary Matrix Theory. Definition of a Matrix. Matrix Elements: Mtrices Elementry Mtrix Theory It is often desirble to use mtrix nottion to simplify complex mthemticl expressions. The simplifying mtrix nottion usully mkes the equtions much esier to hndle nd mnipulte.

More information

HW3, Math 307. CSUF. Spring 2007.

HW3, Math 307. CSUF. Spring 2007. HW, Mth 7. CSUF. Spring 7. Nsser M. Abbsi Spring 7 Compiled on November 5, 8 t 8:8m public Contents Section.6, problem Section.6, problem Section.6, problem 5 Section.6, problem 7 6 5 Section.6, problem

More information

(b) Let S 1 : f(x, y, z) = (x a) 2 + (y b) 2 + (z c) 2 = 1, this is a level set in 3D, hence

(b) Let S 1 : f(x, y, z) = (x a) 2 + (y b) 2 + (z c) 2 = 1, this is a level set in 3D, hence Problem ( points) Find the vector eqution of the line tht joins points on the two lines L : r ( + t) i t j ( + t) k L : r t i + (t ) j ( + t) k nd is perpendiculr to both those lines. Find the set of ll

More information

Lecture 6. Notes. Notes. Notes. Representations Z A B and A B R. BTE Electronics Fundamentals August Bern University of Applied Sciences

Lecture 6. Notes. Notes. Notes. Representations Z A B and A B R. BTE Electronics Fundamentals August Bern University of Applied Sciences Lecture 6 epresenttions epresenttions TE52 - Electronics Fundmentls ugust 24 ern University of pplied ciences ev. c2d5c88 6. Integers () sign-nd-mgnitude representtion The set of integers contins the Nturl

More information

APPENDIX. Precalculus Review D.1. Real Numbers and the Real Number Line

APPENDIX. Precalculus Review D.1. Real Numbers and the Real Number Line APPENDIX D Preclculus Review APPENDIX D.1 Rel Numers n the Rel Numer Line Rel Numers n the Rel Numer Line Orer n Inequlities Asolute Vlue n Distnce Rel Numers n the Rel Numer Line Rel numers cn e represente

More information

Lecture 2e Orthogonal Complement (pages )

Lecture 2e Orthogonal Complement (pages ) Lecture 2e Orthogonl Complement (pges -) We hve now seen tht n orthonorml sis is nice wy to descrie suspce, ut knowing tht we wnt n orthonorml sis doesn t mke one fll into our lp. In theory, the process

More information

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics

SCHOOL OF ENGINEERING & BUILT ENVIRONMENT. Mathematics SCHOOL OF ENGINEERING & BUIL ENVIRONMEN Mthemtics An Introduction to Mtrices Definition of Mtri Size of Mtri Rows nd Columns of Mtri Mtri Addition Sclr Multipliction of Mtri Mtri Multipliction 7 rnspose

More information

fractions Let s Learn to

fractions Let s Learn to 5 simple lgebric frctions corne lens pupil retin Norml vision light focused on the retin concve lens Shortsightedness (myopi) light focused in front of the retin Corrected myopi light focused on the retin

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: How to identify the leding coefficients nd degrees of polynomils How to dd nd subtrct polynomils How to multiply polynomils

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mthemtics SKE: STRN J STRN J: TRNSFORMTIONS, VETORS nd MTRIES J3 Vectors Text ontents Section J3.1 Vectors nd Sclrs * J3. Vectors nd Geometry Mthemtics SKE: STRN J J3 Vectors J3.1 Vectors nd Sclrs Vectors

More information

Basics of space and vectors. Points and distance. Vectors

Basics of space and vectors. Points and distance. Vectors Bsics of spce nd vectors Points nd distnce One wy to describe our position in three dimensionl spce is using Crtesin coordintes x, y, z) where we hve fixed three orthogonl directions nd we move x units

More information

Topic 1 Notes Jeremy Orloff

Topic 1 Notes Jeremy Orloff Topic 1 Notes Jerem Orloff 1 Introduction to differentil equtions 1.1 Gols 1. Know the definition of differentil eqution. 2. Know our first nd second most importnt equtions nd their solutions. 3. Be ble

More information