Linear Algebra Primer

Size: px
Start display at page:

Download "Linear Algebra Primer"

Transcription

1 Linear Algebra Primer Juan Carlos Niebles and Ranja Krishna Sanford Vision and Learning Lab Anoher, ver in-deph linear algebra review from CS229 is available here: hp://cs229.sanford.edu/secion/cs229-linalg.pdf And a video discussion of linear algebra from EE263 is here (lecures 3 and 4): hps://see.sanford.edu/course/ee263 Sanford Universi /2/7

2 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculus Sanford Universi 2 /2/7

3 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculus Vecors and marices are jus collecions of ordered numbers ha represen somehing: movemens in space, scaling facors, piel brighness, ec. We ll define some common uses and sandard operaions on hem. Sanford Universi 3 /2/7

4 Vecor A column vecor where A row vecor where denoes he ranspose operaion Sanford Universi 4 /2/7

5 Vecor We ll defaul o column vecors in his class You ll wan o keep rack of he orienaion of our vecors when programming in phon You can ranspose a vecor V in phon b wriing V.. (Bu in class maerials, we will alwas use V T o indicae ranspose, and we will use V o mean V prime ) Sanford Universi 5 /2/7

6 Vecors have wo main uses Vecors can represen an offse in 2D or 3D space Poins are jus vecors from he origin Daa (piels, gradiens a an image kepoin, ec) can also be reaed as a vecor Such vecors don have a geomeric inerpreaion, bu calculaions like disance can sill have value Sanford Universi 6 /2/7

7 Mari A mari is an arra of numbers wih size b, i.e. m rows and n columns. If, we sa ha is square. Sanford Universi 7 /2/7

8 Images Phon represens an image as a mari of piel brighnesses Noe ha he upper lef corner is [,] (,) Sanford Universi 8 /2/7

9 Color Images Grascale images have one number per piel, and are sored as an m n mari. Color images have 3 numbers per piel red, green, and blue brighnesses (RGB) Sored as an m n 3 mari Sanford Universi 9 /2/7

10 Basic Mari Operaions We will discuss: Addiion Scaling Do produc Muliplicaion Transpose Inverse / pseudoinverse Deerminan / race Sanford Universi /2/7

11 Mari Operaions Addiion Can onl add a mari wih maching dimensions, or a scalar. Scaling Sanford Universi /2/7

12 Vecors Norm More formall, a norm is an funcion ha saisfies 4 properies: Non-negaivi: For all Definieness: f() if and onl if. Homogenei: For all Triangle inequali: For all Sanford Universi 2 /2/7

13 Mari Operaions Eample Norms General norms: Sanford Universi 3 /2/7

14 Mari Operaions Inner produc (do produc) of vecors Mulipl corresponding enries of wo vecors and add up he resul is also Cos( he angle beween and ) Sanford Universi 4 /2/7

15 Mari Operaions Inner produc (do produc) of vecors If B is a uni vecor, hen A B gives he lengh of A which lies in he direcion of B Sanford Universi 5 /2/7

16 Mari Operaions The produc of wo marices Sanford Universi 6 /2/7

17 Muliplicaion Mari Operaions The produc AB is: Each enr in he resul is (ha row of A) do produc wih (ha column of B) Man uses, which will be covered laer Sanford Universi 7 /2/7

18 Mari Operaions Muliplicaion eample: Each enr of he mari produc is made b aking he do produc of he corresponding row in he lef mari, wih he corresponding column in he righ one. Sanford Universi 8 /2/7

19 Mari Operaions The produc of wo marices Sanford Universi 9 /2/7

20 Mari Operaions Powers B convenion, we can refer o he mari produc AA as A 2, and AAA as A 3, ec. Obviousl onl square marices can be muliplied ha wa Sanford Universi 2 /2/7

21 Mari Operaions Transpose flip mari, so row becomes column A useful ideni: Sanford Universi 2 /2/7

22 Deerminan reurns a scalar Represens area (or volume) of he parallelogram described b he vecors in he rows of he mari For, Properies: Mari Operaions Sanford Universi 22 /2/7

23 Mari Operaions Trace Invarian o a lo of ransformaions, so i s used someimes in proofs. (Rarel in his class hough.) Properies: Sanford Universi 23 /2/7

24 Mari Operaions Vecor Norms Mari norms: Norms can also be defined for marices, such as he Frobenius norm: Sanford Universi 24 /2/7

25 Special Marices Ideni mari I Square mari, s along diagonal, s elsewhere I [anoher mari] [ha mari] Diagonal mari Square mari wih numbers along diagonal, s elsewhere A diagonal [anoher mari] scales he rows of ha mari Sanford Universi 25 /2/7

26 Special Marices Smmeric mari Skew-smmeric mari Sanford Universi 26 /2/7

27 Linear Algebra Primer Juan Carlos Niebles and Ranja Krishna Sanford Vision and Learning Lab Anoher, ver in-deph linear algebra review from CS229 is available here: hp://cs229.sanford.edu/secion/cs229-linalg.pdf And a video discussion of linear algebra from EE263 is here (lecures 3 and 4): hps://see.sanford.edu/course/ee263 Sanford Universi 27 /2/7

28 Announcemens par HW submied las nigh HW is due ne Monda HW2 will be released onigh Class noes from las Thursda due before class in eacl 48 hours Sanford Universi 28 /2/7

29 Announcemens par 2 Fuure homework assignmens will be released via gihub Will allow ou o keep rack of changes IF he happen. Submissions for HW onwards will be done all hrough gradescope. NO MORE CORN SUBMISSIONS You will have separae submissions for he iphon pdf and he phon code. Sanford Universi 29 /2/7

30 Recap - Vecor A column vecor where A row vecor where denoes he ranspose operaion Sanford Universi 3 /2/7

31 Recap - Mari A mari is an arra of numbers wih size b, i.e. m rows and n columns. If, we sa ha is square. Sanford Universi 3 /2/7

32 Recap - Color Images Grascale images have one number per piel, and are sored as an m n mari. Color images have 3 numbers per piel red, green, and blue brighnesses (RGB) Sored as an m n 3 mari Sanford Universi 32 /2/7

33 Recap - Vecors Norm More formall, a norm is an funcion ha saisfies 4 properies: Non-negaivi: For all Definieness: f() if and onl if. Homogenei: For all Triangle inequali: For all Sanford Universi 33 /2/7

34 Recap projecion Inner produc (do produc) of vecors If B is a uni vecor, hen A B gives he lengh of A which lies in he direcion of B Sanford Universi 34 /2/7

35 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculus Mari muliplicaion can be used o ransform vecors. A mari used in his wa is called a ransformaion mari. Sanford Universi 35 /2/7

36 Transformaion Marices can be used o ransform vecors in useful was, hrough muliplicaion: A Simples is scaling: (Verif o ourself ha he mari muliplicaion works ou his wa) Sanford Universi 36 /2/7

37 Roaion How can ou conver a vecor represened in frame o a new, roaed coordinae frame? Sanford Universi 37 /2/7

38 Roaion How can ou conver a vecor represened in frame o a new, roaed coordinae frame? Remember wha a vecor is: [componen in direcion of he frame s ais, componen in direcion of ais] Sanford Universi 38 /2/7

39 Roaion So o roae i we mus produce his vecor: [componen in direcion of new ais, componen in direcion of new ais] We can do his easil wih do producs! New coordinae is [original vecor] do [he new ais] New coordinae is [original vecor] do [he new ais] Sanford Universi 39 /2/7

40 Roaion Insigh: his is wha happens in a mari*vecor muliplicaion Resul coordinae is: [original vecor] do [mari row ] So mari muliplicaion can roae a vecor p: Sanford Universi 4 /2/7

41 Roaion Suppose we epress a poin in he new coordinae ssem which is roaed lef If we plo he resul in he original coordinae ssem, we have roaed he poin righ Thus, roaion marices can be used o roae vecors. We ll usuall hink of hem in ha sense-- as operaors o roae vecors Sanford Universi 4 /2/7

42 2D Roaion Mari Formula Couner-clockwise roaion b an angle q P q cosθ -sin θ cosθ + sin θ P é écosq - sin q é sin q cosq P R P Sanford Universi 42 /2/7

43 Transformaion Marices Muliple ransformaion marices can be used o ransform a poin: p R 2 R S p Sanford Universi 43 /2/7

44 Transformaion Marices Muliple ransformaion marices can be used o ransform a poin: p R 2 R S p The effec of his is o appl heir ransformaions one afer he oher, from righ o lef. In he eample above, he resul is (R 2 (R (S p))) Sanford Universi 44 /2/7

45 Transformaion Marices Muliple ransformaion marices can be used o ransform a poin: p R 2 R S p The effec of his is o appl heir ransformaions one afer he oher, from righ o lef. In he eample above, he resul is (R 2 (R (S p))) The resul is eacl he same if we mulipl he marices firs, o form a single ransformaion mari: p (R 2 R S) p Sanford Universi 45 /2/7

46 Homogeneous ssem In general, a mari muliplicaion les us linearl combine componens of a vecor This is sufficien for scale, roae, skew ransformaions. Bu noice, we can add a consan! L Sanford Universi 46 /2/7

47 Homogeneous ssem The (somewha hack) soluion? Sick a a he end of ever vecor: Now we can roae, scale, and skew like before, AND ranslae (noe how he muliplicaion works ou, above) This is called homogeneous coordinaes Sanford Universi 47 /2/7

48 Homogeneous ssem In homogeneous coordinaes, he muliplicaion works ou so he righmos column of he mari is a vecor ha ges added. Generall, a homogeneous ransformaion mari will have a boom row of [ ], so ha he resul has a a he boom oo. Sanford Universi 48 /2/7

49 Homogeneous ssem One more hing we migh wan: o divide he resul b somehing For eample, we ma wan o divide b a coordinae, o make hings scale down as he ge farher awa in a camera image Mari muliplicaion can acuall divide So, b convenion, in homogeneous coordinaes, we ll divide he resul b is las coordinae afer doing a mari muliplicaion Sanford Universi 49 /2/7

50 2D Translaion P P Sanford Universi 5 /2/7

51 Sanford Universi /2/7 5 2D Translaion using Homogeneous Coordinaes P P é é é + + P,), ( ), (,), ( ), ( P P

52 Sanford Universi /2/7 52 2D Translaion using Homogeneous Coordinaes P P é é é + + P,), ( ), (,), ( ), ( P P

53 Sanford Universi /2/7 53 2D Translaion using Homogeneous Coordinaes P P é é é + + P,), ( ), (,), ( ), ( P P

54 Sanford Universi /2/7 54 2D Translaion using Homogeneous Coordinaes P P é é é + + P,), ( ), (,), ( ), ( P P

55 Sanford Universi /2/7 55 2D Translaion using Homogeneous Coordinaes P P é é é + + P,), ( ), (,), ( ), ( P P P T P I é

56 Scaling P P Sanford Universi 56 /2/7

57 Scaling Equaion s P P (, ) P (s,s ) P P (, ) (,,) s P ( s, s ) ( s, s,) Sanford Universi 57 /2/7

58 Sanford Universi Scaling Equaion P s P s é é é s s s s P,), ( ), (,), ( ), ( s s s s P P ),s (s ), ( P P /2/7 58

59 Sanford Universi Scaling Equaion P s P s é é é s s s s P,), ( ), (,), ( ), ( s s s s P P S P S P S é ),s (s ), ( P P /2/7 59

60 Scaling & Translaing P P P S P P T P P T P T (S P) T S P Sanford Universi 6 /2/7

61 Sanford Universi Scaling & Translaing P T S P " # $ $ $ $ % & s s " # $ $ $ $ % & " # $ $ $ % & s s " # $ $ $ $ % & " # $ $ $ % & s + s + " # $ $ $ $ % & S " # $ % & " # $ $ $ % & A /2/7 6

62 Sanford Universi Scaling & Translaing P T S P " # $ $ $ $ % & s s " # $ $ $ $ % & " # $ $ $ % & s s " # $ $ $ $ % & " # $ $ $ % & s + s + " # $ $ $ $ % & S " # $ % & " # $ $ $ % & /2/7 62

63 Sanford Universi Translaing & Scaling versus Scaling & Translaing é + + é é é é é s s s s s s P S T P /2/7 63

64 Sanford Universi Translaing & Scaling! Scaling & Translaing é + + é é é é é s s s s s s s s s s P T S P é + + é é é é é s s s s s s P S T P /2/7 64

65 Sanford Universi Translaing & Scaling! Scaling & Translaing é + + é é é é é s s s s s s s s s s P T S P é + + é é é é é s s s s s s P S T P /2/7 65

66 Roaion P P Sanford Universi 66 /2/7

67 Roaion Equaions Couner-clockwise roaion b an angle q P q P cosθ -sin θ cosθ + sin θ é écosq - sin q é sin q cosq P R P Sanford Universi 67 /2/7

68 Roaion Mari Properies é écosq - sin q é sin q cosq A 2D roaion mari is 22 Noe: R belongs o he caegor of normal marices and saisfies man ineresing properies: R R T R T R I de( R) Sanford Universi 68 /2/7

69 Roaion Mari Properies Transpose of a roaion mari produces a roaion in he opposie direcion R R T de( R) R The rows of a roaion mari are alwas muuall perpendicular (a.k.a. orhogonal) uni vecors (and so are is columns) R T I Sanford Universi 69 /2/7

70 Sanford Universi Scaling + Roaion + Translaion P (T R S) P é é é - é s s cosθ sinθ sin θ cosθ R P S T P é é é - s s cosθ sinθ sin θ cosθ é é é é é R S S R /2/7 7 This is he form of he general-purpose ransformaion mari

71 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculae The inverse of a ransformaion mari reverses is effec Sanford Universi 7 /2/7

72 Given a mari A, is inverse A - is a mari such ha AA - A - A I E.g. Inverse Inverse does no alwas eis. If A - eiss, A is inverible or non-singular. Oherwise, i s singular. Useful ideniies, for marices ha are inverible: Sanford Universi 72 /2/7

73 Mari Operaions Pseudoinverse Sa ou have he mari equaion AXB, where A and B are known, and ou wan o solve for X Sanford Universi 73 /2/7

74 Mari Operaions Pseudoinverse Sa ou have he mari equaion AXB, where A and B are known, and ou wan o solve for X You could calculae he inverse and pre-mulipl b i: A - AXA - B XA - B Sanford Universi 74 /2/7

75 Mari Operaions Pseudoinverse Sa ou have he mari equaion AXB, where A and B are known, and ou wan o solve for X You could calculae he inverse and pre-mulipl b i: A - AXA - B XA - B Phon command would be np.linalg.inv(a)*b Bu calculaing he inverse for large marices ofen brings problems wih compuer floaing-poin resoluion (because i involves working wih ver small and ver large numbers ogeher). Or, our mari migh no even have an inverse. Sanford Universi 75 /2/7

76 Mari Operaions Pseudoinverse Forunael, here are workarounds o solve AXB in hese siuaions. And phon can do hem! Insead of aking an inverse, direcl ask phon o solve for X in AXB, b ping np.linalg.solve(a, B) Phon will r several appropriae numerical mehods (including he pseudoinverse if he inverse doesn eis) Phon will reurn he value of X which solves he equaion If here is no eac soluion, i will reurn he closes one If here are man soluions, i will reurn he smalles one Sanford Universi 76 /2/7

77 Phon eample: Mari Operaions >> impor nump as np >> np.linalg.solve(a,b). -.5 Sanford Universi 77 /2/7

78 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculae The rank of a ransformaion mari ells ou how man dimensions i ransforms a vecor o. Sanford Universi 78 /2/7

79 Linear independence Suppose we have a se of vecors v,, v n If we can epress v as a linear combinaion of he oher vecors v 2 v n, hen v is linearl dependen on he oher vecors. The direcion v can be epressed as a combinaion of he direcions v 2 v n. (E.g. v.7 v v 4 ) Sanford Universi 79 /2/7

80 Linear independence Suppose we have a se of vecors v,, v n If we can epress v as a linear combinaion of he oher vecors v 2 v n, hen v is linearl dependen on he oher vecors. The direcion v can be epressed as a combinaion of he direcions v 2 v n. (E.g. v.7 v v 4 ) If no vecor is linearl dependen on he res of he se, he se is linearl independen. Common case: a se of vecors v,, v n is alwas linearl independen if each vecor is perpendicular o ever oher vecor (and non-zero) Sanford Universi 8 /2/7

81 Linear independence Linearl independen se No linearl independen Sanford Universi 8 /2/7

82 Mari rank Column/row rank Column rank alwas equals row rank Mari rank Sanford Universi 82 /2/7

83 Mari rank For ransformaion marices, he rank ells ou he dimensions of he oupu E.g. if rank of A is, hen he ransformaion p Ap maps poins ono a line. Here s a mari wih rank : All poins ge mapped o he line 2 Sanford Universi 83 /2/7

84 Mari rank If an m m mari is rank m, we sa i s full rank Maps an m vecor uniquel o anoher m vecor An inverse mari can be found If rank < m, we sa i s singular A leas one dimension is geing collapsed. No wa o look a he resul and ell wha he inpu was Inverse does no eis Inverse also doesn eis for non-square marices Sanford Universi 84 /2/7

85 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors(SVD) Mari Calculus Sanford Universi 85 /2/7

86 Eigenvecor and Eigenvalue An eigenvecor of a linear ransformaion A is a non-zero vecor ha, when A is applied o i, does no change direcion. Sanford Universi 86 /2/7

87 Eigenvecor and Eigenvalue An eigenvecor of a linear ransformaion A is a non-zero vecor ha, when A is applied o i, does no change direcion. Appling A o he eigenvecor onl scales he eigenvecor b he scalar value λ, called an eigenvalue. Sanford Universi 87 /2/7

88 Eigenvecor and Eigenvalue We wan o find all he eigenvalues of A: Which can we wrien as: Therefore: Sanford Universi 88 /2/7

89 Eigenvecor and Eigenvalue We can solve for eigenvalues b solving: Since we are looking for non-zero, we can insead solve he above equaion as: Sanford Universi 89 /2/7

90 Properies The race of a A is equal o he sum of is eigenvalues: Sanford Universi 9 /2/7

91 Properies The race of a A is equal o he sum of is eigenvalues: The deerminan of A is equal o he produc of is eigenvalues Sanford Universi 9 /2/7

92 Properies The race of a A is equal o he sum of is eigenvalues: The deerminan of A is equal o he produc of is eigenvalues The rank of A is equal o he number of non-zero eigenvalues of A. Sanford Universi 92 /2/7

93 Properies The race of a A is equal o he sum of is eigenvalues: The deerminan of A is equal o he produc of is eigenvalues The rank of A is equal o he number of non-zero eigenvalues of A. The eigenvalues of a diagonal mari D diag(d,... dn) are jus he diagonal enries d,... dn Sanford Universi 93 /2/7

94 Specral heor We call an eigenvalue λ and an associaed eigenvecor an eigenpair. The space of vecors where (A λi) is ofen called he eigenspace of A associaed wih he eigenvalue λ. The se of all eigenvalues of A is called is specrum: Sanford Universi 94 /2/7

95 Specral heor The magniude of he larges eigenvalue (in magniude) is called he specral radius Where C is he space of all eigenvalues of A Sanford Universi 95 /2/7

96 Specral heor The specral radius is bounded b infini norm of a mari: Proof: Turn o a parner and prove his! Sanford Universi 96 /2/7

97 Specral heor The specral radius is bounded b infini norm of a mari: Proof: Le λ and v be an eigenpair of A: Sanford Universi 97 /2/7

98 Diagonalizaion An n n mari A is diagonalizable if i has n linearl independen eigenvecors. Mos square marices (in a sense ha can be made mahemaicall rigorous) are diagonalizable: Normal marices are diagonalizable Marices wih n disinc eigenvalues are diagonalizable Lemma: Eigenvecors associaed wih disinc eigenvalues are linearl independen. Sanford Universi 98 /2/7

99 Diagonalizaion An n n mari A is diagonalizable if i has n linearl independen eigenvecors. Mos square marices are diagonalizable: Normal marices are diagonalizable Marices wih n disinc eigenvalues are diagonalizable Lemma: Eigenvecors associaed wih disinc eigenvalues are linearl independen. Sanford Universi 99 /2/7

100 Diagonalizaion Eigenvalue equaion: Where D is a diagonal mari of he eigenvalues Sanford Universi /2/7

101 Diagonalizaion Eigenvalue equaion: Assuming all λ i s are unique: Remember ha he inverse of an orhogonal mari is jus is ranspose and he eigenvecors are orhogonal Sanford Universi /2/7

102 Smmeric marices Properies: For a smmeric mari A, all he eigenvalues are real. The eigenvecors of A are orhonormal. Sanford Universi 2 /2/7

103 Smmeric marices Therefore: where So, if we waned o find he vecor ha: Sanford Universi 3 /2/7

104 Smmeric marices Therefore: where So, if we waned o find he vecor ha: Is he same as finding he eigenvecor ha corresponds o he larges eigenvalue. Sanford Universi 4 /2/7

105 Some applicaions of Eigenvalues PageRank Schrodinger s equaion PCA Sanford Universi 5 /2/7

106 Ouline Vecors and marices Basic Mari Operaions Deerminans, norms, race Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors(SVD) Mari Calculus Sanford Universi 6 /2/7

107 Mari Calculus The Gradien Le a funcion ake as inpu a mari A of size m n and reurns a real value. Then he gradien of f: Sanford Universi 7 /2/7

108 Mari Calculus The Gradien Ever enr in he mari is: he size of A f(a) is alwas he same as he size of A. So if A is jus a vecor : Sanford Universi 8 /2/7

109 Eercise Eample: Find: Sanford Universi 9 /2/7

110 Eercise Eample: From his we can conclude ha: Sanford Universi /2/7

111 Mari Calculus The Gradien Properies Sanford Universi /2/7

112 Mari Calculus The Hessian The Hessian mari wih respec o, wrien or simpl as H is he n n mari of parial derivaives Sanford Universi 2 /2/7

113 Mari Calculus The Hessian Each enr can be wrien as: Eercise: Wh is he Hessian alwas smmeric? Sanford Universi 3 /2/7

114 Mari Calculus The Hessian Each enr can be wrien as: The Hessian is alwas smmeric, because This is known as Schwarzs heorem: The order of parial derivaives don maer as long as he second derivaive eiss and is coninuous. Sanford Universi 4 /2/7

115 Mari Calculus The Hessian Noe ha he hessian is no he gradien of whole gradien of a vecor (his is no defined). I is acuall he gradien of ever enr of he gradien of he vecor. Sanford Universi 5 /2/7

116 Mari Calculus The Hessian Eg, he firs column is he gradien of Sanford Universi 6 /2/7

117 Eercise Eample: Sanford Universi 7 /2/7

118 Eercise Sanford Universi 8 /2/7

119 Eercise Divide he summaion ino 3 pars depending on wheher: i k or j k Sanford Universi 9 /2/7

120 Eercise Sanford Universi 2 /2/7

121 Eercise Sanford Universi 2 /2/7

122 Eercise Sanford Universi 22 /2/7

123 Eercise Sanford Universi 23 /2/7

124 Eercise Sanford Universi 24 /2/7

125 Eercise Sanford Universi 25 /2/7

126 Eercise Sanford Universi 26 /2/7

127 Eercise Sanford Universi 27 /2/7

128 Eercise Sanford Universi 28 /2/7

129 Wha we have learned Vecors and marices Basic Mari Operaions Special Marices Transformaion Marices Homogeneous coordinaes Translaion Mari inverse Mari rank Eigenvalues and Eigenvecors Mari Calculae Sanford Universi 29 /2/7

Linear Algebra Primer

Linear Algebra Primer Linear Algebra rimer And a video dicuion of linear algebra from EE263 i here (lecure 3 and 4): hp://ee.anford.edu/coure/ee263 lide from Sanford CS3 Ouline Vecor and marice Baic Mari Operaion Deerminan,

More information

Linear Algebra Primer

Linear Algebra Primer Linear Algebra Primer Dr. Juan Carlos Niebles Sanford AI Lab Prof. Fei- Fei Li Sanford Vision Lab Anoher, ver in- deph linear algebra review from CS229 is available here: hip://cs229.sanford.edu/seclon/cs229-

More information

Linear Algebra Primer

Linear Algebra Primer Linear Algebra Primer Juan Carlo Nieble and Ranja Krihna Sanford Viion and Learning Lab Anoher, ver in-deph linear algebra review from CS229 i available here: hp://c229.anford.edu/ecion/c229-linalg.pdf

More information

Let us start with a two dimensional case. We consider a vector ( x,

Let us start with a two dimensional case. We consider a vector ( x, Roaion marices We consider now roaion marices in wo and hree dimensions. We sar wih wo dimensions since wo dimensions are easier han hree o undersand, and one dimension is a lile oo simple. However, our

More information

Elements of Computer Graphics

Elements of Computer Graphics CS580: Compuer Graphics Min H. Kim KAIST School of Compuing Elemens of Compuer Graphics Geomery Maerial model Ligh Rendering Virual phoography 2 Foundaions of Compuer Graphics A PINHOLE CAMERA IN 3D 3

More information

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t...

t is a basis for the solution space to this system, then the matrix having these solutions as columns, t x 1 t, x 2 t,... x n t x 2 t... Mah 228- Fri Mar 24 5.6 Marix exponenials and linear sysems: The analogy beween firs order sysems of linear differenial equaions (Chaper 5) and scalar linear differenial equaions (Chaper ) is much sronger

More information

10. State Space Methods

10. State Space Methods . Sae Space Mehods. Inroducion Sae space modelling was briefly inroduced in chaper. Here more coverage is provided of sae space mehods before some of heir uses in conrol sysem design are covered in he

More information

This is an example to show you how SMath can calculate the movement of kinematic mechanisms.

This is an example to show you how SMath can calculate the movement of kinematic mechanisms. Dec :5:6 - Kinemaics model of Simple Arm.sm This file is provided for educaional purposes as guidance for he use of he sofware ool. I is no guaraeed o be free from errors or ommissions. The mehods and

More information

Then. 1 The eigenvalues of A are inside R = n i=1 R i. 2 Union of any k circles not intersecting the other (n k)

Then. 1 The eigenvalues of A are inside R = n i=1 R i. 2 Union of any k circles not intersecting the other (n k) Ger sgorin Circle Chaper 9 Approimaing Eigenvalues Per-Olof Persson persson@berkeley.edu Deparmen of Mahemaics Universiy of California, Berkeley Mah 128B Numerical Analysis (Ger sgorin Circle) Le A be

More information

MATH 2050 Assignment 9 Winter Do not need to hand in. 1. Find the determinant by reducing to triangular form for the following matrices.

MATH 2050 Assignment 9 Winter Do not need to hand in. 1. Find the determinant by reducing to triangular form for the following matrices. MATH 2050 Assignmen 9 Winer 206 Do no need o hand in Noe ha he final exam also covers maerial afer HW8, including, for insance, calculaing deerminan by row operaions, eigenvalues and eigenvecors, similariy

More information

Two Coupled Oscillators / Normal Modes

Two Coupled Oscillators / Normal Modes Lecure 3 Phys 3750 Two Coupled Oscillaors / Normal Modes Overview and Moivaion: Today we ake a small, bu significan, sep owards wave moion. We will no ye observe waves, bu his sep is imporan in is own

More information

Chapter 2. First Order Scalar Equations

Chapter 2. First Order Scalar Equations Chaper. Firs Order Scalar Equaions We sar our sudy of differenial equaions in he same way he pioneers in his field did. We show paricular echniques o solve paricular ypes of firs order differenial equaions.

More information

V The Fourier Transform

V The Fourier Transform V he Fourier ransform Lecure noes by Assaf al 1. Moivaion Imagine playing hree noes on he piano, recording hem (soring hem as a.wav or.mp3 file), and hen ploing he resuling waveform on he compuer: 100Hz

More information

Concourse Math Spring 2012 Worked Examples: Matrix Methods for Solving Systems of 1st Order Linear Differential Equations

Concourse Math Spring 2012 Worked Examples: Matrix Methods for Solving Systems of 1st Order Linear Differential Equations Concourse Mah 80 Spring 0 Worked Examples: Marix Mehods for Solving Sysems of s Order Linear Differenial Equaions The Main Idea: Given a sysem of s order linear differenial equaions d x d Ax wih iniial

More information

Math 334 Fall 2011 Homework 11 Solutions

Math 334 Fall 2011 Homework 11 Solutions Dec. 2, 2 Mah 334 Fall 2 Homework Soluions Basic Problem. Transform he following iniial value problem ino an iniial value problem for a sysem: u + p()u + q() u g(), u() u, u () v. () Soluion. Le v u. Then

More information

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems.

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems. Mah 2250-004 Week 4 April 6-20 secions 7.-7.3 firs order sysems of linear differenial equaions; 7.4 mass-spring sysems. Mon Apr 6 7.-7.2 Sysems of differenial equaions (7.), and he vecor Calculus we need

More information

Outline of Topics. Analysis of ODE models with MATLAB. What will we learn from this lecture. Aim of analysis: Why such analysis matters?

Outline of Topics. Analysis of ODE models with MATLAB. What will we learn from this lecture. Aim of analysis: Why such analysis matters? of Topics wih MATLAB Shan He School for Compuaional Science Universi of Birmingham Module 6-3836: Compuaional Modelling wih MATLAB Wha will we learn from his lecure Aim of analsis: Aim of analsis. Some

More information

Exercises: Similarity Transformation

Exercises: Similarity Transformation Exercises: Similariy Transformaion Problem. Diagonalize he following marix: A [ 2 4 Soluion. Marix A has wo eigenvalues λ 3 and λ 2 2. Since (i) A is a 2 2 marix and (ii) i has 2 disinc eigenvalues, we

More information

SOLUTIONS TO ECE 3084

SOLUTIONS TO ECE 3084 SOLUTIONS TO ECE 384 PROBLEM 2.. For each sysem below, specify wheher or no i is: (i) memoryless; (ii) causal; (iii) inverible; (iv) linear; (v) ime invarian; Explain your reasoning. If he propery is no

More information

CS376 Computer Vision Lecture 6: Optical Flow

CS376 Computer Vision Lecture 6: Optical Flow CS376 Compuer Vision Lecure 6: Opical Flow Qiing Huang Feb. 11 h 2019 Slides Credi: Krisen Grauman and Sebasian Thrun, Michael Black, Marc Pollefeys Opical Flow mage racking 3D compuaion mage sequence

More information

The fundamental mass balance equation is ( 1 ) where: I = inputs P = production O = outputs L = losses A = accumulation

The fundamental mass balance equation is ( 1 ) where: I = inputs P = production O = outputs L = losses A = accumulation Hea (iffusion) Equaion erivaion of iffusion Equaion The fundamenal mass balance equaion is I P O L A ( 1 ) where: I inpus P producion O oupus L losses A accumulaion Assume ha no chemical is produced or

More information

Chapter 6. Systems of First Order Linear Differential Equations

Chapter 6. Systems of First Order Linear Differential Equations Chaper 6 Sysems of Firs Order Linear Differenial Equaions We will only discuss firs order sysems However higher order sysems may be made ino firs order sysems by a rick shown below We will have a sligh

More information

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow

KEY. Math 334 Midterm I Fall 2008 sections 001 and 003 Instructor: Scott Glasgow 1 KEY Mah 4 Miderm I Fall 8 secions 1 and Insrucor: Sco Glasgow Please do NOT wrie on his eam. No credi will be given for such work. Raher wrie in a blue book, or on our own paper, preferabl engineering

More information

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details!

Finish reading Chapter 2 of Spivak, rereading earlier sections as necessary. handout and fill in some missing details! MAT 257, Handou 6: Ocober 7-2, 20. I. Assignmen. Finish reading Chaper 2 of Spiva, rereading earlier secions as necessary. handou and fill in some missing deails! II. Higher derivaives. Also, read his

More information

Math 315: Linear Algebra Solutions to Assignment 6

Math 315: Linear Algebra Solutions to Assignment 6 Mah 35: Linear Algebra s o Assignmen 6 # Which of he following ses of vecors are bases for R 2? {2,, 3, }, {4,, 7, 8}, {,,, 3}, {3, 9, 4, 2}. Explain your answer. To generae he whole R 2, wo linearly independen

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations Second Order Linear Differenial Equaions Second order linear equaions wih consan coefficiens; Fundamenal soluions; Wronskian; Exisence and Uniqueness of soluions; he characerisic equaion; soluions of homogeneous

More information

SUMMARY. CS380: Introduction to Computer Graphics Quaternions Chapter 7. Min H. Kim KAIST School of Computing 18/04/06.

SUMMARY. CS380: Introduction to Computer Graphics Quaternions Chapter 7. Min H. Kim KAIST School of Computing 18/04/06. CS380: Inroducion o Compuer Graphics Quaernions Chaper 7 Min H. Kim KAIST School of Compuing Hello World 3D SUMMARY 2 1 Modelview marix Modelview marix (MVM) E 1 O Describes he orienaion and posiion of

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

Chapter 7: Solving Trig Equations

Chapter 7: Solving Trig Equations Haberman MTH Secion I: The Trigonomeric Funcions Chaper 7: Solving Trig Equaions Le s sar by solving a couple of equaions ha involve he sine funcion EXAMPLE a: Solve he equaion sin( ) The inverse funcions

More information

Announcements: Warm-up Exercise:

Announcements: Warm-up Exercise: Fri Apr 13 7.1 Sysems of differenial equaions - o model muli-componen sysems via comparmenal analysis hp//en.wikipedia.org/wiki/muli-comparmen_model Announcemens Warm-up Exercise Here's a relaively simple

More information

Math 221: Mathematical Notation

Math 221: Mathematical Notation Mah 221: Mahemaical Noaion Purpose: One goal in any course is o properly use he language o ha subjec. These noaions summarize some o he major conceps and more diicul opics o he uni. Typing hem helps you

More information

Chapter 3 Kinematics in Two Dimensions

Chapter 3 Kinematics in Two Dimensions Chaper 3 KINEMATICS IN TWO DIMENSIONS PREVIEW Two-dimensional moion includes objecs which are moing in wo direcions a he same ime, such as a projecile, which has boh horizonal and erical moion. These wo

More information

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 17 EES 16A Designing Informaion Devices and Sysems I Spring 019 Lecure Noes Noe 17 17.1 apaciive ouchscreen In he las noe, we saw ha a capacior consiss of wo pieces on conducive maerial separaed by a nonconducive

More information

Lecture Notes 2. The Hilbert Space Approach to Time Series

Lecture Notes 2. The Hilbert Space Approach to Time Series Time Series Seven N. Durlauf Universiy of Wisconsin. Basic ideas Lecure Noes. The Hilber Space Approach o Time Series The Hilber space framework provides a very powerful language for discussing he relaionship

More information

Math 2142 Exam 1 Review Problems. x 2 + f (0) 3! for the 3rd Taylor polynomial at x = 0. To calculate the various quantities:

Math 2142 Exam 1 Review Problems. x 2 + f (0) 3! for the 3rd Taylor polynomial at x = 0. To calculate the various quantities: Mah 4 Eam Review Problems Problem. Calculae he 3rd Taylor polynomial for arcsin a =. Soluion. Le f() = arcsin. For his problem, we use he formula f() + f () + f ()! + f () 3! for he 3rd Taylor polynomial

More information

Biol. 356 Lab 8. Mortality, Recruitment, and Migration Rates

Biol. 356 Lab 8. Mortality, Recruitment, and Migration Rates Biol. 356 Lab 8. Moraliy, Recruimen, and Migraion Raes (modified from Cox, 00, General Ecology Lab Manual, McGraw Hill) Las week we esimaed populaion size hrough several mehods. One assumpion of all hese

More information

HW6: MRI Imaging Pulse Sequences (7 Problems for 100 pts)

HW6: MRI Imaging Pulse Sequences (7 Problems for 100 pts) HW6: MRI Imaging Pulse Sequences (7 Problems for 100 ps) GOAL The overall goal of HW6 is o beer undersand pulse sequences for MRI image reconsrucion. OBJECTIVES 1) Design a spin echo pulse sequence o image

More information

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004

ODEs II, Lecture 1: Homogeneous Linear Systems - I. Mike Raugh 1. March 8, 2004 ODEs II, Lecure : Homogeneous Linear Sysems - I Mike Raugh March 8, 4 Inroducion. In he firs lecure we discussed a sysem of linear ODEs for modeling he excreion of lead from he human body, saw how o ransform

More information

From Complex Fourier Series to Fourier Transforms

From Complex Fourier Series to Fourier Transforms Topic From Complex Fourier Series o Fourier Transforms. Inroducion In he previous lecure you saw ha complex Fourier Series and is coeciens were dened by as f ( = n= C ne in! where C n = T T = T = f (e

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

Problem set 6: Solutions Math 207A, Fall x 0 2 x

Problem set 6: Solutions Math 207A, Fall x 0 2 x Problem se 6: Soluions Mah 7A, Fall 14 1 Skech phase planes of he following linear ssems: 4 a = ; 9 4 b = ; 9 1 c = ; 1 d = ; 4 e = ; f = 1 3 In each case, classif he equilibrium, =, as a saddle poin,

More information

Unit Root Time Series. Univariate random walk

Unit Root Time Series. Univariate random walk Uni Roo ime Series Univariae random walk Consider he regression y y where ~ iid N 0, he leas squares esimae of is: ˆ yy y y yy Now wha if = If y y hen le y 0 =0 so ha y j j If ~ iid N 0, hen y ~ N 0, he

More information

Notes 04 largely plagiarized by %khc

Notes 04 largely plagiarized by %khc Noes 04 largely plagiarized by %khc Convoluion Recap Some ricks: x() () =x() x() (, 0 )=x(, 0 ) R ț x() u() = x( )d x() () =ẋ() This hen ells us ha an inegraor has impulse response h() =u(), and ha a differeniaor

More information

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180

Chapters 6 & 7: Trigonometric Functions of Angles and Real Numbers. Divide both Sides by 180 Algebra Chapers & : Trigonomeric Funcions of Angles and Real Numbers Chapers & : Trigonomeric Funcions of Angles and Real Numbers - Angle Measures Radians: - a uni (rad o measure he size of an angle. rad

More information

Linear Dynamic Models

Linear Dynamic Models Linear Dnamic Models and Forecasing Reference aricle: Ineracions beween he muliplier analsis and he principle of acceleraion Ouline. The sae space ssem as an approach o working wih ssems of difference

More information

Mathcad Lecture #8 In-class Worksheet Curve Fitting and Interpolation

Mathcad Lecture #8 In-class Worksheet Curve Fitting and Interpolation Mahcad Lecure #8 In-class Workshee Curve Fiing and Inerpolaion A he end of his lecure, you will be able o: explain he difference beween curve fiing and inerpolaion decide wheher curve fiing or inerpolaion

More information

Math Wednesday March 3, , 4.3: First order systems of Differential Equations Why you should expect existence and uniqueness for the IVP

Math Wednesday March 3, , 4.3: First order systems of Differential Equations Why you should expect existence and uniqueness for the IVP Mah 2280 Wednesda March 3, 200 4., 4.3: Firs order ssems of Differenial Equaions Wh ou should epec eisence and uniqueness for he IVP Eample: Consider he iniial value problem relaed o page 4 of his eserda

More information

The Fundamental Theorems of Calculus

The Fundamental Theorems of Calculus FunamenalTheorems.nb 1 The Funamenal Theorems of Calculus You have now been inrouce o he wo main branches of calculus: ifferenial calculus (which we inrouce wih he angen line problem) an inegral calculus

More information

EE243 Advanced Electromagnetic Theory Lec # 13: Waveguides and sources

EE243 Advanced Electromagnetic Theory Lec # 13: Waveguides and sources Applied M Fall 6, Neureuher Lecure #3 er /8/6 43 Advanced lecromagneic Theor Lec # 3: Waveguides and sources Source Free Region: ecor Poenials A and F Single direcion componen of A and F Give TM and T

More information

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes

2.7. Some common engineering functions. Introduction. Prerequisites. Learning Outcomes Some common engineering funcions 2.7 Inroducion This secion provides a caalogue of some common funcions ofen used in Science and Engineering. These include polynomials, raional funcions, he modulus funcion

More information

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes

23.2. Representing Periodic Functions by Fourier Series. Introduction. Prerequisites. Learning Outcomes Represening Periodic Funcions by Fourier Series 3. Inroducion In his Secion we show how a periodic funcion can be expressed as a series of sines and cosines. We begin by obaining some sandard inegrals

More information

3, so θ = arccos

3, so θ = arccos Mahemaics 210 Professor Alan H Sein Monday, Ocober 1, 2007 SOLUTIONS This problem se is worh 50 poins 1 Find he angle beween he vecors (2, 7, 3) and (5, 2, 4) Soluion: Le θ be he angle (2, 7, 3) (5, 2,

More information

dy dx = xey (a) y(0) = 2 (b) y(1) = 2.5 SOLUTION: See next page

dy dx = xey (a) y(0) = 2 (b) y(1) = 2.5 SOLUTION: See next page Assignmen 1 MATH 2270 SOLUTION Please wrie ou complee soluions for each of he following 6 problems (one more will sill be added). You may, of course, consul wih your classmaes, he exbook or oher resources,

More information

System of Linear Differential Equations

System of Linear Differential Equations Sysem of Linear Differenial Equaions In "Ordinary Differenial Equaions" we've learned how o solve a differenial equaion for a variable, such as: y'k5$e K2$x =0 solve DE yx = K 5 2 ek2 x C_C1 2$y''C7$y

More information

The Lorentz Transformation

The Lorentz Transformation The Lorenz Transformaion Relaiviy and Asrophysics Lecure 06 Terry Herer Ouline Coordinae ransformaions Lorenz Transformaion Saemen Proof Addiion of velociies Parial proof Examples of velociy addiion Proof

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

Laplace transfom: t-translation rule , Haynes Miller and Jeremy Orloff

Laplace transfom: t-translation rule , Haynes Miller and Jeremy Orloff Laplace ransfom: -ranslaion rule 8.03, Haynes Miller and Jeremy Orloff Inroducory example Consider he sysem ẋ + 3x = f(, where f is he inpu and x he response. We know is uni impulse response is 0 for

More information

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon

3.1.3 INTRODUCTION TO DYNAMIC OPTIMIZATION: DISCRETE TIME PROBLEMS. A. The Hamiltonian and First-Order Conditions in a Finite Time Horizon 3..3 INRODUCION O DYNAMIC OPIMIZAION: DISCREE IME PROBLEMS A. he Hamilonian and Firs-Order Condiions in a Finie ime Horizon Define a new funcion, he Hamilonian funcion, H. H he change in he oal value of

More information

PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD

PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD PENALIZED LEAST SQUARES AND PENALIZED LIKELIHOOD HAN XIAO 1. Penalized Leas Squares Lasso solves he following opimizaion problem, ˆβ lasso = arg max β R p+1 1 N y i β 0 N x ij β j β j (1.1) for some 0.

More information

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal?

EE 315 Notes. Gürdal Arslan CLASS 1. (Sections ) What is a signal? EE 35 Noes Gürdal Arslan CLASS (Secions.-.2) Wha is a signal? In his class, a signal is some funcion of ime and i represens how some physical quaniy changes over some window of ime. Examples: velociy of

More information

SMT 2014 Calculus Test Solutions February 15, 2014 = 3 5 = 15.

SMT 2014 Calculus Test Solutions February 15, 2014 = 3 5 = 15. SMT Calculus Tes Soluions February 5,. Le f() = and le g() =. Compue f ()g (). Answer: 5 Soluion: We noe ha f () = and g () = 6. Then f ()g () =. Plugging in = we ge f ()g () = 6 = 3 5 = 5.. There is a

More information

15. Bicycle Wheel. Graph of height y (cm) above the axle against time t (s) over a 6-second interval. 15 bike wheel

15. Bicycle Wheel. Graph of height y (cm) above the axle against time t (s) over a 6-second interval. 15 bike wheel 15. Biccle Wheel The graph We moun a biccle wheel so ha i is free o roae in a verical plane. In fac, wha works easil is o pu an exension on one of he axles, and ge a suden o sand on one side and hold he

More information

Today: Falling. v, a

Today: Falling. v, a Today: Falling. v, a Did you ge my es email? If no, make sure i s no in your junk box, and add sbs0016@mix.wvu.edu o your address book! Also please email me o le me know. I will be emailing ou pracice

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Be able to sketch a function defined parametrically. (by hand and by calculator)

Be able to sketch a function defined parametrically. (by hand and by calculator) Pre Calculus Uni : Parameric and Polar Equaions (7) Te References: Pre Calculus wih Limis; Larson, Hoseler, Edwards. B he end of he uni, ou should be able o complee he problems below. The eacher ma provide

More information

Linear Response Theory: The connection between QFT and experiments

Linear Response Theory: The connection between QFT and experiments Phys540.nb 39 3 Linear Response Theory: The connecion beween QFT and experimens 3.1. Basic conceps and ideas Q: How do we measure he conduciviy of a meal? A: we firs inroduce a weak elecric field E, and

More information

LAPLACE TRANSFORM AND TRANSFER FUNCTION

LAPLACE TRANSFORM AND TRANSFER FUNCTION CHBE320 LECTURE V LAPLACE TRANSFORM AND TRANSFER FUNCTION Professor Dae Ryook Yang Spring 2018 Dep. of Chemical and Biological Engineering 5-1 Road Map of he Lecure V Laplace Transform and Transfer funcions

More information

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu

Content-Based Shape Retrieval Using Different Shape Descriptors: A Comparative Study Dengsheng Zhang and Guojun Lu Conen-Based Shape Rerieval Using Differen Shape Descripors: A Comparaive Sudy Dengsheng Zhang and Guojun Lu Gippsland School of Compuing and Informaion Technology Monash Universiy Churchill, Vicoria 3842

More information

and v y . The changes occur, respectively, because of the acceleration components a x and a y

and v y . The changes occur, respectively, because of the acceleration components a x and a y Week 3 Reciaion: Chaper3 : Problems: 1, 16, 9, 37, 41, 71. 1. A spacecraf is raveling wih a veloci of v0 = 5480 m/s along he + direcion. Two engines are urned on for a ime of 84 s. One engine gives he

More information

a. Show that these lines intersect by finding the point of intersection. b. Find an equation for the plane containing these lines.

a. Show that these lines intersect by finding the point of intersection. b. Find an equation for the plane containing these lines. Mah A Final Eam Problems for onsideraion. Show all work for credi. Be sure o show wha you know. Given poins A(,,, B(,,, (,, 4 and (,,, find he volume of he parallelepiped wih adjacen edges AB, A, and A.

More information

The Arcsine Distribution

The Arcsine Distribution The Arcsine Disribuion Chris H. Rycrof Ocober 6, 006 A common heme of he class has been ha he saisics of single walker are ofen very differen from hose of an ensemble of walkers. On he firs homework, we

More information

Maxwell s Equations and Electromagnetic Waves

Maxwell s Equations and Electromagnetic Waves Phsics 36: Waves Lecure 3 /9/8 Maxwell s quaions and lecromagneic Waves Four Laws of lecromagneism. Gauss Law qenc all da ρdv Inegral From From he vecor ideni da dv Therefore, we ma wrie Gauss Law as ρ

More information

Non-uniform circular motion *

Non-uniform circular motion * OpenSax-CNX module: m14020 1 Non-uniform circular moion * Sunil Kumar Singh This work is produced by OpenSax-CNX and licensed under he Creaive Commons Aribuion License 2.0 Wha do we mean by non-uniform

More information

y z P 3 P T P1 P 2. Werner Purgathofer. b a

y z P 3 P T P1 P 2. Werner Purgathofer. b a Einführung in Viual Compuing Einführung in Viual Compuing 86.822 in co T P 3 P co in T P P 2 co in Geomeric Tranformaion Geomeric Tranformaion W P h f Werner Purgahofer b a Tranformaion in he Rendering

More information

ES.1803 Topic 22 Notes Jeremy Orloff

ES.1803 Topic 22 Notes Jeremy Orloff ES.83 Topic Noes Jeremy Orloff Fourier series inroducion: coninued. Goals. Be able o compue he Fourier coefficiens of even or odd periodic funcion using he simplified formulas.. Be able o wrie and graph

More information

Solutions from Chapter 9.1 and 9.2

Solutions from Chapter 9.1 and 9.2 Soluions from Chaper 9 and 92 Secion 9 Problem # This basically boils down o an exercise in he chain rule from calculus We are looking for soluions of he form: u( x) = f( k x c) where k x R 3 and k is

More information

Some Ramsey results for the n-cube

Some Ramsey results for the n-cube Some Ramsey resuls for he n-cube Ron Graham Universiy of California, San Diego Jozsef Solymosi Universiy of Briish Columbia, Vancouver, Canada Absrac In his noe we esablish a Ramsey-ype resul for cerain

More information

LAB # 2 - Equilibrium (static)

LAB # 2 - Equilibrium (static) AB # - Equilibrium (saic) Inroducion Isaac Newon's conribuion o physics was o recognize ha despie he seeming compleiy of he Unierse, he moion of is pars is guided by surprisingly simple aws. Newon's inspiraion

More information

Homework sheet Exercises done during the lecture of March 12, 2014

Homework sheet Exercises done during the lecture of March 12, 2014 EXERCISE SESSION 2A FOR THE COURSE GÉOMÉTRIE EUCLIDIENNE, NON EUCLIDIENNE ET PROJECTIVE MATTEO TOMMASINI Homework shee 3-4 - Exercises done during he lecure of March 2, 204 Exercise 2 Is i rue ha he parameerized

More information

Section 4.4 Logarithmic Properties

Section 4.4 Logarithmic Properties Secion. Logarihmic Properies 59 Secion. Logarihmic Properies In he previous secion, we derived wo imporan properies of arihms, which allowed us o solve some asic eponenial and arihmic equaions. Properies

More information

Today: Graphing. Note: I hope this joke will be funnier (or at least make you roll your eyes and say ugh ) after class. v (miles per hour ) Time

Today: Graphing. Note: I hope this joke will be funnier (or at least make you roll your eyes and say ugh ) after class. v (miles per hour ) Time +v Today: Graphing v (miles per hour ) 9 8 7 6 5 4 - - Time Noe: I hope his joke will be funnier (or a leas make you roll your eyes and say ugh ) afer class. Do yourself a favor! Prof Sarah s fail-safe

More information

Vector Calculus. Chapter 2

Vector Calculus. Chapter 2 Chaper Vecor Calculus. Elemenar. Vecor Produc. Differeniaion of Vecors 4. Inegraion of Vecors 5. Del Operaor or Nabla (Smbol 6. Polar Coordinaes Chaper Coninued 7. Line Inegral 8. Volume Inegral 9. Surface

More information

Distance Between Two Ellipses in 3D

Distance Between Two Ellipses in 3D Disance Beween Two Ellipses in 3D David Eberly Magic Sofware 6006 Meadow Run Cour Chapel Hill, NC 27516 eberly@magic-sofware.com 1 Inroducion An ellipse in 3D is represened by a cener C, uni lengh axes

More information

Echocardiography Project and Finite Fourier Series

Echocardiography Project and Finite Fourier Series Echocardiography Projec and Finie Fourier Series 1 U M An echocardiagram is a plo of how a porion of he hear moves as he funcion of ime over he one or more hearbea cycles If he hearbea repeas iself every

More information

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions

Inventory Analysis and Management. Multi-Period Stochastic Models: Optimality of (s, S) Policy for K-Convex Objective Functions Muli-Period Sochasic Models: Opimali of (s, S) Polic for -Convex Objecive Funcions Consider a seing similar o he N-sage newsvendor problem excep ha now here is a fixed re-ordering cos (> 0) for each (re-)order.

More information

Chapter Three Systems of Linear Differential Equations

Chapter Three Systems of Linear Differential Equations Chaper Three Sysems of Linear Differenial Equaions In his chaper we are going o consier sysems of firs orer orinary ifferenial equaions. These are sysems of he form x a x a x a n x n x a x a x a n x n

More information

Mon Apr 9 EP 7.6 Convolutions and Laplace transforms. Announcements: Warm-up Exercise:

Mon Apr 9 EP 7.6 Convolutions and Laplace transforms. Announcements: Warm-up Exercise: Mah 225-4 Week 3 April 9-3 EP 7.6 - convoluions; 6.-6.2 - eigenvalues, eigenvecors and diagonalizabiliy; 7. - sysems of differenial equaions. Mon Apr 9 EP 7.6 Convoluions and Laplace ransforms. Announcemens:

More information

( ) a system of differential equations with continuous parametrization ( T = R + These look like, respectively:

( ) a system of differential equations with continuous parametrization ( T = R + These look like, respectively: XIII. DIFFERENCE AND DIFFERENTIAL EQUATIONS Ofen funcions, or a sysem of funcion, are paramerized in erms of some variable, usually denoed as and inerpreed as ime. The variable is wrien as a funcion of

More information

10.6 Parametric Equations

10.6 Parametric Equations 0_006.qd /8/05 9:05 AM Page 77 Secion 0.6 77 Parameric Equaions 0.6 Parameric Equaions Wha ou should learn Evaluae ses of parameric equaions for given values of he parameer. Skech curves ha are represened

More information

Operators related to the Jacobi setting, for all admissible parameter values

Operators related to the Jacobi setting, for all admissible parameter values Operaors relaed o he Jacobi seing, for all admissible parameer values Peer Sjögren Universiy of Gohenburg Join work wih A. Nowak and T. Szarek Alba, June 2013 () 1 / 18 Le Pn α,β be he classical Jacobi

More information

Y 0.4Y 0.45Y Y to a proper ARMA specification.

Y 0.4Y 0.45Y Y to a proper ARMA specification. HG Jan 04 ECON 50 Exercises II - 0 Feb 04 (wih answers Exercise. Read secion 8 in lecure noes 3 (LN3 on he common facor problem in ARMA-processes. Consider he following process Y 0.4Y 0.45Y 0.5 ( where

More information

; row vectors: 1 3 4, 1 2 5, 2 6 7

; row vectors: 1 3 4, 1 2 5, 2 6 7 .. 4 4. column vecors: 5 6 7 4 0 5 6 7. one eample: 8 9 0 4. one eample: 0 0 6.. 6. = = OR = = 6 8. 6 ; row vecors: 4 5 6 7.. Plug he poin ino all hree equaions. Resul: rue saemens.. Plug he poin ino all

More information

Linear Time-invariant systems, Convolution, and Cross-correlation

Linear Time-invariant systems, Convolution, and Cross-correlation Linear Time-invarian sysems, Convoluion, and Cross-correlaion (1) Linear Time-invarian (LTI) sysem A sysem akes in an inpu funcion and reurns an oupu funcion. x() T y() Inpu Sysem Oupu y() = T[x()] An

More information

And the solution to the PDE problem must be of the form Π 1

And the solution to the PDE problem must be of the form Π 1 5. Self-Similar Soluions b Dimensional Analsis Consider he diffusion problem from las secion, wih poinwise release (Ref: Bluman & Cole, 2.3): c = D 2 c x + Q 0δ(x)δ() 2 c(x,0) = 0, c(±,) = 0 Iniial release

More information

Formulation of the Stress Distribution Due to a Concentrated Force Acting on the Boundary of Viscoelastic Half-Space

Formulation of the Stress Distribution Due to a Concentrated Force Acting on the Boundary of Viscoelastic Half-Space Formulaion of he Sress Disribuion Due o a Concenraed Force Acing on he Boundar of Viscoelasic Half-Space Yun eng and Debao Zhou Deparmen of Mechanical and Indusrial Engineering Universi of Minnesoa, Duluh

More information

Physics 180A Fall 2008 Test points. Provide the best answer to the following questions and problems. Watch your sig figs.

Physics 180A Fall 2008 Test points. Provide the best answer to the following questions and problems. Watch your sig figs. Physics 180A Fall 2008 Tes 1-120 poins Name Provide he bes answer o he following quesions and problems. Wach your sig figs. 1) The number of meaningful digis in a number is called he number of. When numbers

More information

THE MATRIX-TREE THEOREM

THE MATRIX-TREE THEOREM THE MATRIX-TREE THEOREM 1 The Marix-Tree Theorem. The Marix-Tree Theorem is a formula for he number of spanning rees of a graph in erms of he deerminan of a cerain marix. We begin wih he necessary graph-heoreical

More information

Week 1 Lecture 2 Problems 2, 5. What if something oscillates with no obvious spring? What is ω? (problem set problem)

Week 1 Lecture 2 Problems 2, 5. What if something oscillates with no obvious spring? What is ω? (problem set problem) Week 1 Lecure Problems, 5 Wha if somehing oscillaes wih no obvious spring? Wha is ω? (problem se problem) Sar wih Try and ge o SHM form E. Full beer can in lake, oscillaing F = m & = ge rearrange: F =

More information

e a s a f t dt f t dt = p = p. t = a

e a s a f t dt f t dt = p = p. t = a Mah 225-4 Fri Apr 7 5, EP76 Today we finish discussing Laplace ransform echniques: Impulse forcing ("dela funcions")oday's noes Convoluion formulas o solve any inhomogeneous consan coefficien linear DE,

More information

Math Week 15: Section 7.4, mass-spring systems. These are notes for Monday. There will also be course review notes for Tuesday, posted later.

Math Week 15: Section 7.4, mass-spring systems. These are notes for Monday. There will also be course review notes for Tuesday, posted later. Mah 50-004 Week 5: Secion 7.4, mass-spring sysems. These are noes for Monday. There will also be course review noes for Tuesday, posed laer. Mon Apr 3 7.4 mass-spring sysems. Announcemens: Warm up exercise:

More information