CMSC 828D: Fundamentals of Computer Vision Homework 4

Size: px
Start display at page:

Download "CMSC 828D: Fundamentals of Computer Vision Homework 4"

Transcription

1 CMSC 828D: Fundmentls of Computer Vision Homework 4 nstructors: Lrry Dvis, Rmni Duriswmi, Dniel DeMenthon, nd Yinnis loimonos Solution sed on homework sumitted y Hiying Liu. Show y direct clcultion for the 2 y 2 mtrices nd tht nd hve the sme eigenvlues. Does this result hold in generl (i.e. for nd N y N mtrices)? Solution: ssume,. Thus + +. Solve, i.e ( ) ( ) ( + ) ( + ) ( ( ))( ( )) ( )( ) ( ) ( ) + ( + ) + + Similrly,. Solve, i.e. + + ( + ) ( + ) ( + ) ( + ) ( ( ))( ( )) ( )( ) ( ) ( ) + ( + ) The ove two equtions re the sme. Therefore, they hve the sme eigenvlues. + The result holds in the generl cse. This cn e proved s follows. Rewrite [ ] form [ ] in the. Notice tht for ny squre mtrix. t cn e verify tht /

2 2/ ( ) ( ) Thus, we hve ( ) ( ) ( ) ( ) ( ) Eqution Similrly, it cn lso e verified tht ( ) ( ) Thus, we hve ( ) ( ) ( ) ( ) ( ) Eqution 2 Compre [Eqution 2] with [Eqution ], we hve, which implies tht if then, i.e. nd hve the sme eigenvlues. 2. For the 2 y 2 cse otin the reltionship etween the eigenvlues of nd of 2 does the result you otined hold for nd n in generl (i.e. for generl n nd for N y N mtrix)? Solution: ssume tht is n eigenvlue of mtrix, nd is n eigenvlue of mtrix 2. ccording to the definition of eigenvlue, we hve X X nd X X 2. Since is sclr, we hve

3 Thus, the reltionship etween nd is 2 2 X X X X X X X 2. n This result holds for nd in generl. This cn e proved y induction. The se prt is n n proved s ove. Now ssume tht is n eigenvlue of mtrix, then: Thus, n+ is n eigenvlue of n n n X X X X X n+ n n+ n+. Therefore, if is n eigenvlue of mtrix, n is n eigenvlue of mtrix 3. Red chpter 2.6 of Numericl Recipes. To those who do not hve the ook, you cn find copy on the we t fter you red this, solve the following prolem. The solution of liner eqution x is often represented s x -. s discussed in clss nd in numericl recipes, the eqution cn lso e solved using the singulr vlue decomposition using the expression x +,where + (V S - U t ),where S is the digonl mtrix of singulr vlues. n cse of zero or ner zero, singulr vlues the corresponding elements of S re set to zero. Write Mtl function tht computes the pseudoinverse of given mtrix fter computing its SVD. (Do not use ntive Mtl functions to compute the pseudo inverse. You my use the Mtl svd function.) Find the singulr vlue decomposition nd the pseudoinverse of the following mtrices: ( ),, nd C X n. Solution: See ppix for the Mtl script nd results. 4. Verify the sttement tht the cross-rtio of four points on line remins invrint when the points re mpped to different configurtion y projective trnsformtion (i.e. projectivity,or homogrphy). Solution: We use homogeneous coordintes to express D point. ssume the four points re x x xc xd, x, C 2 x, D 2 x. ccording to the definition of cross-rtio, C 2 xd 2 x det x Notice tht [ ] det C cross (,, C, D). D CD 2 x x 2, we hve det( ) det( C cross(,, C, D) det( D) det( C ) D), 3/

4 ssume the projective trnsformtion is H. Then the four points fter the trnsformtion re x x xc xd H, H x, C H 2 x, D H 2 x. The cross-rtio of the new points is: C2 xd2 cross(,, C, D ) D det( H ) det det( H ) det det( det( C C D cross(,, C, D) det( H[ ] ) det( H[ D] ) ([ ] ) det( H ) ([ D] ) det( H ) ) det( C D) det( C ) D) det det det det ( H [ C ] ) ( H[ C D] ) ([ C ] ) ([ C D] ) i.e. the cross-rtio remins invrint. The ove prove cn e esily exted to 3D.. root vehicle is equipped with cmer. The cmer imge is rectngle of height 5 pixels nd width 6 pixels. The focl length is 69 pixels. The center of projection C of the cmer is 3 m ove the ground. The opticl xis of the cmer mkes 2 degree ngle with the ground, so tht the cmer looks slightly downwrd towrd the rod. Lrge squres of size 4 m hve een pinted everywhere long the medin lines of rods to fcilitte utomtic vehicle nvigtion. Two of the sides of the squres re prllel to the rod edges. The vehicle is on flt rod where it sees only two squres. The vehicle fces the first squre such tht the opticl xis of the cmer psses through the center of the squre, nd is perpiculr to two sides of the squre. ecuse the rod turns, the next squre is t n ngle with the first squre. The centers of the squres re on circle of rdius meters (which is lso the rdius of the rod turn), nd the rc etween the two centers is degrees. The 4 coordinte systems re selected s follow [Figure ]: coordinte originted t the center of projection, coordinte originted t the center of the first squre, coordinte 2 originted t the center of the second squre, nd the imge coordinte originted t the center of the imge plne. ll coordintes use right-hnd-rule. The x- nd z- xis of coordinte nd 2 re in the rod plne nd prllel to the two sides of the squres respectively. The reltionships etween these coordintes cn e esily estlished y simple rottion nd trnsltion. 4/

5 coordinte 3m O y x z f 69 pixel y x 5 6 pixel imge coordinte 2 O coordinte y x z R O 2 y coordinte 2 x z Figure : Root nvigtion prolem.. Compute the pixel positions of the imges of the corners of the two squres. Solution: The sic ide of this solution is estlishing the rottion-trnsltion reltionship etween coordinte 2 nd coordinte : rotte round xis y y nd trnslte from O to O 2 ; coordinte nd coordinte : rotte round xis x y 2 nd trnslte from O to O ; coordinte nd imge coordinte: trnsltion nd scling. See the Mtl script for detiled definition of the trnsformtion mtrix for the ove rottion nd trnsltion. The Mtl script nd pixel positions of the imges of the corners of the two squres re listed in ppix.. Mke drwing of the imges of the two squres nd of the rectngulr frme of the imge using Mtl. Solution: The Mtl script is listed in ppix. The imge is s follows: 5/

6 c. To nvigte, the root computes projectivity (i.e. homogrphy) tht trnsforms the imges of the squres ck to their ctul geometry on the rod,in order to compute how the rod turns. To do tht, it does not use the cmer focl length nd the cmer position with respect to the rod. nsted, it uses its knowledge tht the squres it sees re lwys of size 4 m, nd computes projectivity mtrix using the four corners of the closest squre it sees. Using the imges of the squre corners found in (),compute this mtrix using Mtl. Solution: Define the trnsformtion mtrix s H [ h ij ] 3 3. ssume imge coordinte is [ u v, ] T nd correspondent spce coordinte is [ x, z, s] hve the eqution: x z Notice tht x, z, we hve: s s x h z h s h,,. Note tht the squre is on flt plne. We then 3 h h h 32 h h h u v 6/

7 hu + hv + h x h u + h v + 3 hu + hv + h y h u + h v h u + h h u + h v + h 3 v + h 23 h 3 h ux h 3 32 uz h vx x 32 vz z Since we hve 4 correspondent points, we hve 8 equtions, which cn e expressed in the form of h : ui v i u i L v i L u x i u z i i i h h h vi xi M vi zi h h h x z M M. M x4 z 4 Therefore, the H cn e esily solved y. y using the imge corners from () prt, we cn lso clculte the new rod coordinte of the 4 corners of the squre 2. The Mtl script nd result (H ) for this su-prolem re listed in ppix. d. Drw the two reconstructed squres. Compute the rdius of the rod turn. Solution: The reconstructed squres re show s follow [Figure 3]. Once we get the geometry reltionship etween squre nd squre 2, we hve the their position informtion on the rod plne. Then the rc θ etween the two centers of the squres cn e computed y two side of the two squres respectively. Comining with the distnce D etween the two centers, the rdius is D given y. This is illustrted in [Figure 2]. See detils in the Mtl script in ppix. 2sin ( θ 2) θ squre 2 R squre D θ Figure 2: Geometry reltionship of the two squres. 7/

8 Figure 3: Geometry of the two squres. 8/

9 ppix: hw4_3.m: function hw4_3 Syntx: hw4_3 Description: Test my_pinv CMSC 828D: Fundmentls of Computer Vision Homework4 nstructors : Lrry Dvis, Rmni Duriswmi, Dniel DeMenthon, nd Yinnis loimonos Student : Hiying Liu Dte : Sept. 23, 2 dstop if error msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; Prepre record result in file filenme 'hw4_3.txt'; if exist(filenme, 'file') delete(filenme); diry off; diry(filenme); Test disp(' '); [ ] disp(':::::::::::::::::::::::::::::::'); disp(': [U, S, V] svd() returns: :'); disp(':::::::::::::::::::::::::::::::'); [U, S, V] svd() disp(':::::::::::::::::::::::'); disp(': my_pinv() returns: :'); disp(':::::::::::::::::::::::'); my_pinv() Test disp(' '); [ ; ] disp(':::::::::::::::::::::::::::::::'); 9/

10 disp(': [U, S, V] svd() returns: :'); disp(':::::::::::::::::::::::::::::::'); [U, S, V] svd() disp(':::::::::::::::::::::::'); disp(': my_pinv() returns: :'); disp(':::::::::::::::::::::::'); my_pinv() Test C disp(' '); C [ ; ] disp(':::::::::::::::::::::::::::::::'); disp(': [U, S, V] svd(c) returns: :'); disp(':::::::::::::::::::::::::::::::'); [U, S, V] svd(c) disp(':::::::::::::::::::::::'); disp(': my_pinv(c) returns: :'); disp(':::::::::::::::::::::::'); my_pinv(c) Stop recording diry off; my_pinv.m: function result my_pinv(m) Syntx: result my_pinv(m) Description: Compute the pseudoinverse of given mtrix y SVD CMSC 828D: Fundmentls of Computer Vision Homework4 nstructors : Lrry Dvis, Rmni Duriswmi, Dniel DeMenthon, nd Yinnis loimonos Student : Hiying Liu Dte : Sept. 23, 2 dstop if error msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; Do the SVD [U, S, V] svd(m); /

11 Compute pseudoinverse mtrix of M nrow size(s, ); ncol size(s, 2); S_inv zeros(ncol, nrow); nelement min(nrow, ncol); for index :nelement entry S(index, index); if entry ~ S_inv(index, index)./ entry; result V * S_inv * U'; Result from my_pinv.m: ::::::::::::::::::::::::::::::: : [U, S, V] svd() returns: : ::::::::::::::::::::::::::::::: U S 2 V ::::::::::::::::::::::: : my_pinv() returns: : ::::::::::::::::::::::: ns /

12 ::::::::::::::::::::::::::::::: : [U, S, V] svd() returns: : ::::::::::::::::::::::::::::::: U S V ::::::::::::::::::::::: : my_pinv() returns: : ::::::::::::::::::::::: ns C ::::::::::::::::::::::::::::::: : [U, S, V] svd(c) returns: : ::::::::::::::::::::::::::::::: U S /

13 .442 V ::::::::::::::::::::::: : my_pinv(c) returns: : ::::::::::::::::::::::: ns.5.5 hw4_5.m: function hw4_5 Syntx: hw4_5 Description: Root nvigtion prolem. CMSC 828D: Fundmentls of Computer Vision Homework4 nstructors : Lrry Dvis, Rmni Duriswmi, Dniel DeMenthon, nd Yinnis loimonos Student : Hiying Liu Dte : Sep. 23, 2 dstop if error msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; Turn on the diry to sve the result. filenme 'hw4_5.txt'; if (exist(filenme, 'file')) delete(filenme); diry off; evl(['diry ', filenme]); 3/

14 disp('» hw4_5'); Prt. Define corners of squre in coordinte 2 squre_corners [ ; ; ; ;... ]; Define corners of squre 2 in coordinte squre2_corners [ ; ; ; ;... ]; Convert squre corners to imge plne ncorners size(squre_corners, ); imge_corners zeros(ncorners, 3); Mtomge Mto Mtomge coordtomge; coordto; Mtomge * Mto; for index :ncorners point squre_corners(index, :)'; imge_corners(index, :) (Mtomge * point)'; scle imge_corners(index, 3); imge_corners(index, :) imge_corners(index, :)./ scle; Convert squre 2 corners to imge plne ncorners2 size(squre2_corners, ); imge_corners2 zeros(ncorners2, 3); M2to M2tomge coord2to; Mtomge * Mto * M2to; for index :ncorners2 point squre2_corners(index, :)'; imge_corners2(index, :) (M2tomge * point)'; scle imge_corners2(index, 3); imge_corners2(index, :) imge_corners2(index, :)./ scle; Disply the imge coordintes of corners. disp(' '); disp(':::::::::::::::::::::::::::::::::::::::::::::'); disp(':: mge coordinte of corners of squre ::'); disp(':::::::::::::::::::::::::::::::::::::::::::::'); disp(' '); disp('id x y'); 4/

15 disp(' '); for index :ncorners disp([num2str(index), ' ',... num2str(imge_corners(index, ), '3.4f'), ' ',... num2str(imge_corners(index, 2), '3.4f')]); disp(' '); disp(':::::::::::::::::::::::::::::::::::::::::::::'); disp(':: mge coordinte of corners of squre 2 ::'); disp(':::::::::::::::::::::::::::::::::::::::::::::'); disp(' '); disp('id x y'); disp(' '); for index :ncorners2 disp([num2str(index), ' ',... num2str(imge_corners2(index, ), '3.4f'), ' ',... num2str(imge_corners2(index, 2), '3.4f')]); disp(' '); Prt. Drw the two squres in the imge plne imge_corners [imge_corners; imge_corners(, :)]; imge_corners2 [imge_corners2; imge_corners2(, :)]; left ; right 6; up ; ottom 5; figure; xis ij; xis equl; xis([left, right, up, ottom]); hold on; xlel('x'); ylel('y'); title('root vision of the rod');.. Drw frme plot([left, right, right, left, left], [up, up, ottom, ottom, up], 'k');.. Drw corners for squre plot(imge_corners(:, ), imge_corners(:, 2)); fill(imge_corners(:, ), imge_corners(:, 2), 'k');.. Drw corners for squre 2 plot(imge_corners2(:, ), imge_corners2(:, 2)); fill(imge_corners2(:, ), imge_corners2(:, 2), 'k'); print -djpeg hw4_5_ 5/

16 Prt c. Construct nd for x squre_corners_xz [ ; ; ; ;... ]; zeros(8); for index :ncorners rod_corner squre_corners_xz(index, :); x rod_corner(); z rod_corner(2); imge_corner imge_corners(index, :); u imge_corner(); v imge_corner(2); row [u, v,,,,, -u * x, -v * x]; row2 [,,, u, v,, -u * z, -v * z]; (2 * index -, :) row; (2 * index, :) row2; (2 * index -, :) x; (2 * index, :) z; HH inv() * ; H zeros(3, 3); H(, ) HH(); H(, 2) HH(2); H(, 3) HH(3); H(2, ) HH(4); H(2, 2) HH(5); H(2, 3) HH(6); H(3, ) HH(7); H(3, 2) HH(8); H(3, 3) ; disp(' '); disp('::::::::::::::::::::::::::::::::::::::::::::::::::::'); disp(':: Trnsformtion mtrix (from imge to geometry) ::'); disp('::::::::::::::::::::::::::::::::::::::::::::::::::::'); H Prt d. Clculte geometry for squre 2. squre2_corners_xz zeros(ncorners2, 3); for index :ncorners2 imge_corner imge_corners2(index, :); squre2_corners_xz(index, :) (H * imge_corner')'; squre2_corners_xz(index, :)... squre2_corners_xz(index, :)./ squre2_corners_xz(index, 3); 6/

17 squre_corners_xz [squre_corners_xz; squre_corners_xz(, :)]; squre2_corners_xz [squre2_corners_xz; squre2_corners_xz(, :)]; Drw the two squres. figure hold on; xis equl; xlel('-x'); ylel('z'); title('geometry of the two squres'); plot(-squre_corners_xz(:, ), squre_corners_xz(:, 2), 'k'); fill(-squre_corners_xz(:, ), squre_corners_xz(:, 2), 'k'); plot(-squre2_corners_xz(:, ), squre2_corners_xz(:, 2), 'k'); fill(-squre2_corners_xz(:, ), squre2_corners_xz(:, 2), 'k'); print -djpeg hw4_5_2; Clculte rdius. center_x (squre_corners_xz(, ) + squre_corners_xz(3, ))./ 2; center_z (squre_corners_xz(, 2) + squre_corners_xz(3, 2))./ 2; center [center_x; center_z]; center2_x (squre2_corners_xz(, ) + squre2_corners_xz(3, ))./ 2; center2_z (squre2_corners_xz(, 2) + squre2_corners_xz(3, 2))./ 2; center2 [center2_x; center2_z]; distnce norm(center - center2); Clculte rc. vector squre_corners_xz(, :) - squre_corners_xz(2, :); vector(, 3) ; vector vector./ norm(vector); vector2 squre2_corners_xz(, :) - squre2_corners_xz(2, :); vector2(, 3) ; vector2 vector2./ norm(vector2); sin_thet cos_thet cross(vector, vector2) * [,, ]'; vector * vector2'; sin_thet_y2 sqrt(( - cos_thet) / 2); Clculte rdius. disp('::::::::::::'); disp(':: Rdius ::'); disp('::::::::::::'); rdius (distnce./ 2) / sin_thet_y2 Turn off diry. diry off; coord2to.m: 7/

18 function M coord2to Syntx: M coord2to Description: Compute mtrix tht converts the point from coordinte 2 to uthor: Hiying Liu Dte : Sep. 24, 2 dstop if error msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; rdius ; thet * pi / 8; thet_y -thet; sin_thet_y2 sin(thet / 2); cos_thet_y2 cos(thet / 2); delt_x - 2 * rdius * sin_thet_y2 * sin_thet_y2; delt_y ; delt_z + 2 * rdius * sin_thet_y2 * cos_thet_y2; Mt Mr M trnslte3d(delt_x, delt_y, delt_z); rotte3dy(thet_y); Mt * Mr; coordto.m: function M coordto Syntx: M coordto Description: Compute mtrix tht converts the point from coordinte to uthor: Hiying Liu Dte : Sep. 24, 2 dstop if error 8/

19 msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; thet_x 2 * pi / 8; delt_x ; delt_y ; delt_z 3./ sin(thet_x); Mt Mr M trnslte3d(delt_x, delt_y, delt_z); rotte3dx(thet_x); Mt * Mr; coordtomge.m: function M coordtomge Syntx: M coordtomge Description: Convert the point from coordinte to imge plne uthor: Hiying Liu Dte : Sep. 24, 2 dstop if error msg nrgchk(,, nrgin); if (~isempty(msg)) error(strct('error:', msg)); cler msg; nitiliztion. f 69; ku -; kv -; u 3; v 25; M [... f * ku,, u, ;..., f * kv, v, ;... 9/

20 ,,, ;... ]; trnslte3d.m: function M trnslte3d(x, y, z) Returns mtrix tht performs 3-D trnsltion. M eye(4); M(,4) x; M(2,4) y; M(3,4) z; rotte3dx.m: function M rotte3dx(thet) Returns mtrix tht performs rottion out the X xis 3-D rottion mtrix M eye(4); M(2,2) cos(thet); M(3,3) M(2,2); M(2,3) sin(thet); M(3,2) -M(2,3); rotte3dy.m: function M rotte3dy(thet) Returns mtrix tht performs rottion out the Y xis 3-D rottion mtrix M eye(4); M(,) cos(thet); M(3,3) M(,); M(,3) sin(thet); M(3,) -M(,3); Result from hw4_5.m:» hw4_5 ::::::::::::::::::::::::::::::::::::::::::::: :: mge coordinte of corners of squre :: ::::::::::::::::::::::::::::::::::::::::::::: 2/

21 id x y ::::::::::::::::::::::::::::::::::::::::::::: :: mge coordinte of corners of squre 2 :: ::::::::::::::::::::::::::::::::::::::::::::: id x y :::::::::::::::::::::::::::::::::::::::::::::::::::: :: Trnsformtion mtrix (from imge to geometry) :: :::::::::::::::::::::::::::::::::::::::::::::::::::: H.e+3 * :::::::::::: :: Rdius :: :::::::::::: rdius. /

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

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

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

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

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

Numerical Linear Algebra Assignment 008

Numerical Linear Algebra Assignment 008 Numericl Liner Algebr Assignment 008 Nguyen Qun B Hong Students t Fculty of Mth nd Computer Science, Ho Chi Minh University of Science, Vietnm emil. nguyenqunbhong@gmil.com blog. http://hongnguyenqunb.wordpress.com

More information

Differential Geometry: Conformal Maps

Differential Geometry: Conformal Maps Differentil Geometry: Conforml Mps Liner Trnsformtions Definition: We sy tht liner trnsformtion M:R n R n preserves ngles if M(v) 0 for ll v 0 nd: Mv, Mw v, w Mv Mw v w for ll v nd w in R n. Liner Trnsformtions

More information

Mathematics. Area under Curve.

Mathematics. Area under Curve. Mthemtics Are under Curve www.testprepkrt.com Tle of Content 1. Introduction.. Procedure of Curve Sketching. 3. Sketching of Some common Curves. 4. Are of Bounded Regions. 5. Sign convention for finding

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

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

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

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

CONIC SECTIONS. Chapter 11

CONIC SECTIONS. Chapter 11 CONIC SECTIONS Chpter. Overview.. Sections of cone Let l e fied verticl line nd m e nother line intersecting it t fied point V nd inclined to it t n ngle α (Fig..). Fig.. Suppose we rotte the line m round

More information

KINEMATICS OF RIGID BODIES

KINEMATICS OF RIGID BODIES KINEMTICS OF RIGID ODIES Introduction In rigid body kinemtics, e use the reltionships governing the displcement, velocity nd ccelertion, but must lso ccount for the rottionl motion of the body. Description

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

Graduate Students do all problems. Undergraduate students choose three problems.

Graduate Students do all problems. Undergraduate students choose three problems. OPTI 45/55 Midterm Due: Februr, Grdute Students do ll problems. Undergrdute students choose three problems.. Google Erth is improving the resolution of its globl mps with dt from the SPOT5 stellite. The

More information

I. Equations of a Circle a. At the origin center= r= b. Standard from: center= r=

I. Equations of a Circle a. At the origin center= r= b. Standard from: center= r= 11.: Circle & Ellipse I cn Write the eqution of circle given specific informtion Grph circle in coordinte plne. Grph n ellipse nd determine ll criticl informtion. Write the eqution of n ellipse from rel

More information

Jackson 2.26 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

Jackson 2.26 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jckson 2.26 Homework Problem Solution Dr. Christopher S. Bird University of Msschusetts Lowell PROBLEM: The two-dimensionl region, ρ, φ β, is bounded by conducting surfces t φ =, ρ =, nd φ = β held t zero

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

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

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University

Farey Fractions. Rickard Fernström. U.U.D.M. Project Report 2017:24. Department of Mathematics Uppsala University U.U.D.M. Project Report 07:4 Frey Frctions Rickrd Fernström Exmensrete i mtemtik, 5 hp Hledre: Andres Strömergsson Exmintor: Jörgen Östensson Juni 07 Deprtment of Mthemtics Uppsl University Frey Frctions

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

dx dt dy = G(t, x, y), dt where the functions are defined on I Ω, and are locally Lipschitz w.r.t. variable (x, y) Ω.

dx dt dy = G(t, x, y), dt where the functions are defined on I Ω, and are locally Lipschitz w.r.t. variable (x, y) Ω. Chpter 8 Stility theory We discuss properties of solutions of first order two dimensionl system, nd stility theory for specil clss of liner systems. We denote the independent vrile y t in plce of x, nd

More information

2 Calculate the size of each angle marked by a letter in these triangles.

2 Calculate the size of each angle marked by a letter in these triangles. Cmridge Essentils Mthemtics Support 8 GM1.1 GM1.1 1 Clculte the size of ech ngle mrked y letter. c 2 Clculte the size of ech ngle mrked y letter in these tringles. c d 3 Clculte the size of ech ngle mrked

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

Physics 121 Sample Common Exam 1 NOTE: ANSWERS ARE ON PAGE 8. Instructions:

Physics 121 Sample Common Exam 1 NOTE: ANSWERS ARE ON PAGE 8. Instructions: Physics 121 Smple Common Exm 1 NOTE: ANSWERS ARE ON PAGE 8 Nme (Print): 4 Digit ID: Section: Instructions: Answer ll questions. uestions 1 through 16 re multiple choice questions worth 5 points ech. You

More information

Designing Information Devices and Systems I Spring 2018 Homework 7

Designing Information Devices and Systems I Spring 2018 Homework 7 EECS 16A Designing Informtion Devices nd Systems I Spring 2018 omework 7 This homework is due Mrch 12, 2018, t 23:59. Self-grdes re due Mrch 15, 2018, t 23:59. Sumission Formt Your homework sumission should

More information

Date Lesson Text TOPIC Homework. Solving for Obtuse Angles QUIZ ( ) More Trig Word Problems QUIZ ( )

Date Lesson Text TOPIC Homework. Solving for Obtuse Angles QUIZ ( ) More Trig Word Problems QUIZ ( ) UNIT 5 TRIGONOMETRI RTIOS Dte Lesson Text TOPI Homework pr. 4 5.1 (48) Trigonometry Review WS 5.1 # 3 5, 9 11, (1, 13)doso pr. 6 5. (49) Relted ngles omplete lesson shell & WS 5. pr. 30 5.3 (50) 5.3 5.4

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

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

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

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

Chapter 9 Definite Integrals

Chapter 9 Definite Integrals Chpter 9 Definite Integrls In the previous chpter we found how to tke n ntiderivtive nd investigted the indefinite integrl. In this chpter the connection etween ntiderivtives nd definite integrls is estlished

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

8. Complex Numbers. We can combine the real numbers with this new imaginary number to form the complex numbers.

8. Complex Numbers. We can combine the real numbers with this new imaginary number to form the complex numbers. 8. Complex Numers The rel numer system is dequte for solving mny mthemticl prolems. But it is necessry to extend the rel numer system to solve numer of importnt prolems. Complex numers do not chnge the

More information

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that Arc Length of Curves in Three Dimensionl Spce If the vector function r(t) f(t) i + g(t) j + h(t) k trces out the curve C s t vries, we cn mesure distnces long C using formul nerly identicl to one tht we

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

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 6. This homework is due October 11, 2016, at Noon.

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 6. This homework is due October 11, 2016, at Noon. EECS 16A Designing Informtion Devices nd Systems I Fll 2016 Bk Ayzifr, Vldimir Stojnovic Homework 6 This homework is due Octoer 11, 2016, t Noon. 1. Homework process nd study group Who else did you work

More information

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate L8 VECTOR EQUATIONS OF LINES HL Mth - Sntowski Vector eqution of line 1 A plne strts journey t the point (4,1) moves ech hour long the vector. ) Find the plne s coordinte fter 1 hour. b) Find the plne

More information

CHAPTER 1 PROGRAM OF MATRICES

CHAPTER 1 PROGRAM OF MATRICES CHPTER PROGRM OF MTRICES -- INTRODUCTION definition of engineering is the science y which the properties of mtter nd sources of energy in nture re mde useful to mn. Thus n engineer will hve to study the

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

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

Shape and measurement

Shape and measurement C H A P T E R 5 Shpe nd mesurement Wht is Pythgors theorem? How do we use Pythgors theorem? How do we find the perimeter of shpe? How do we find the re of shpe? How do we find the volume of shpe? How do

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

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

R(3, 8) P( 3, 0) Q( 2, 2) S(5, 3) Q(2, 32) P(0, 8) Higher Mathematics Objective Test Practice Book. 1 The diagram shows a sketch of part of

R(3, 8) P( 3, 0) Q( 2, 2) S(5, 3) Q(2, 32) P(0, 8) Higher Mathematics Objective Test Practice Book. 1 The diagram shows a sketch of part of Higher Mthemtics Ojective Test Prctice ook The digrm shows sketch of prt of the grph of f ( ). The digrm shows sketch of the cuic f ( ). R(, 8) f ( ) f ( ) P(, ) Q(, ) S(, ) Wht re the domin nd rnge of

More information

Trigonometric Functions

Trigonometric Functions Exercise. Degrees nd Rdins Chpter Trigonometric Functions EXERCISE. Degrees nd Rdins 4. Since 45 corresponds to rdin mesure of π/4 rd, we hve: 90 = 45 corresponds to π/4 or π/ rd. 5 = 7 45 corresponds

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

VECTORS, TENSORS, AND MATRICES. 2 + Az. A vector A can be defined by its length A and the direction of a unit

VECTORS, TENSORS, AND MATRICES. 2 + Az. A vector A can be defined by its length A and the direction of a unit GG33 Lecture 7 5/17/6 1 VECTORS, TENSORS, ND MTRICES I Min Topics C Vector length nd direction Vector Products Tensor nottion vs. mtrix nottion II Vector Products Vector length: x 2 + y 2 + z 2 vector

More information

APPLICATIONS OF DEFINITE INTEGRALS

APPLICATIONS OF DEFINITE INTEGRALS Chpter 6 APPICATIONS OF DEFINITE INTEGRAS OVERVIEW In Chpter 5 we discovered the connection etween Riemnn sums ssocited with prtition P of the finite closed intervl [, ] nd the process of integrtion. We

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

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

03 Qudrtic Functions Completing the squre: Generl Form f ( x) x + x + c f ( x) ( x + p) + q where,, nd c re constnts nd 0. (i) (ii) (iii) (iv) *Note t

03 Qudrtic Functions Completing the squre: Generl Form f ( x) x + x + c f ( x) ( x + p) + q where,, nd c re constnts nd 0. (i) (ii) (iii) (iv) *Note t A-PDF Wtermrk DEMO: Purchse from www.a-pdf.com to remove the wtermrk Add Mths Formule List: Form 4 (Updte 8/9/08) 0 Functions Asolute Vlue Function Inverse Function If f ( x ), if f ( x ) 0 f ( x) y f

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

Coalgebra, Lecture 15: Equations for Deterministic Automata

Coalgebra, Lecture 15: Equations for Deterministic Automata Colger, Lecture 15: Equtions for Deterministic Automt Julin Slmnc (nd Jurrin Rot) Decemer 19, 2016 In this lecture, we will study the concept of equtions for deterministic utomt. The notes re self contined

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

4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX. be a real symmetric matrix. ; (where we choose θ π for.

4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX. be a real symmetric matrix. ; (where we choose θ π for. 4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX Some reliminries: Let A be rel symmetric mtrix. Let Cos θ ; (where we choose θ π for Cos θ 4 purposes of convergence of the scheme)

More information

Matrix Eigenvalues and Eigenvectors September 13, 2017

Matrix Eigenvalues and Eigenvectors September 13, 2017 Mtri Eigenvlues nd Eigenvectors September, 7 Mtri Eigenvlues nd Eigenvectors Lrry Cretto Mechnicl Engineering 5A Seminr in Engineering Anlysis September, 7 Outline Review lst lecture Definition of eigenvlues

More information

TImath.com Algebra 2. Constructing an Ellipse

TImath.com Algebra 2. Constructing an Ellipse TImth.com Algebr Constructing n Ellipse ID: 9980 Time required 60 minutes Activity Overview This ctivity introduces ellipses from geometric perspective. Two different methods for constructing n ellipse

More information

Homework Assignment 3 Solution Set

Homework Assignment 3 Solution Set Homework Assignment 3 Solution Set PHYCS 44 6 Ferury, 4 Prolem 1 (Griffiths.5(c The potentil due to ny continuous chrge distriution is the sum of the contriutions from ech infinitesiml chrge in the distriution.

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

1. Review. t 2. t 1. v w = vw cos( ) where is the angle between v and w. The above leads to the Schwarz inequality: v w vw.

1. Review. t 2. t 1. v w = vw cos( ) where is the angle between v and w. The above leads to the Schwarz inequality: v w vw. 1. Review 1.1. The Geometry of Curves. AprmetriccurveinR 3 is mp R R 3 t (t) = (x(t),y(t),z(t)). We sy tht is di erentile if x, y, z re di erentile. We sy tht it is C 1 if, in ddition, the derivtives re

More information

Math 113 Exam 1-Review

Math 113 Exam 1-Review Mth 113 Exm 1-Review September 26, 2016 Exm 1 covers 6.1-7.3 in the textbook. It is dvisble to lso review the mteril from 5.3 nd 5.5 s this will be helpful in solving some of the problems. 6.1 Are Between

More information

Matrices 13: determinant properties and rules continued

Matrices 13: determinant properties and rules continued Mtrices : determinnt properties nd rules continued nthony Rossiter http://controleduction.group.shef.c.uk/indexwebbook.html http://www.shef.c.uk/cse Deprtment of utomtic Control nd Systems Engineering

More information

Exploring parametric representation with the TI-84 Plus CE graphing calculator

Exploring parametric representation with the TI-84 Plus CE graphing calculator Exploring prmetric representtion with the TI-84 Plus CE grphing clcultor Richrd Prr Executive Director Rice University School Mthemtics Project rprr@rice.edu Alice Fisher Director of Director of Technology

More information

13.3 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS

13.3 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS 33 CLASSICAL STRAIGHTEDGE AND COMPASS CONSTRUCTIONS As simple ppliction of the results we hve obtined on lgebric extensions, nd in prticulr on the multiplictivity of extension degrees, we cn nswer (in

More information

SECTION 9-4 Translation of Axes

SECTION 9-4 Translation of Axes 9-4 Trnsltion of Aes 639 Rdiotelescope For the receiving ntenn shown in the figure, the common focus F is locted 120 feet bove the verte of the prbol, nd focus F (for the hperbol) is 20 feet bove the verte.

More information

5: The Definite Integral

5: The Definite Integral 5: The Definite Integrl 5.: Estimting with Finite Sums Consider moving oject its velocity (meters per second) t ny time (seconds) is given y v t = t+. Cn we use this informtion to determine the distnce

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

Homework Assignment 6 Solution Set

Homework Assignment 6 Solution Set Homework Assignment 6 Solution Set PHYCS 440 Mrch, 004 Prolem (Griffiths 4.6 One wy to find the energy is to find the E nd D fields everywhere nd then integrte the energy density for those fields. We know

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 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

8Similarity ONLINE PAGE PROOFS. 8.1 Kick off with CAS 8.2 Similar objects 8.3 Linear scale factors. 8.4 Area and volume scale factors 8.

8Similarity ONLINE PAGE PROOFS. 8.1 Kick off with CAS 8.2 Similar objects 8.3 Linear scale factors. 8.4 Area and volume scale factors 8. 8.1 Kick off with S 8. Similr ojects 8. Liner scle fctors 8Similrity 8.4 re nd volume scle fctors 8. Review Plese refer to the Resources t in the Prelims section of your eookplus for comprehensive step-y-step

More information

What s in Chapter 13?

What s in Chapter 13? Are nd volume 13 Wht s in Chpter 13? 13 01 re 13 0 Are of circle 13 03 res of trpeziums, kites nd rhomuses 13 04 surfce re of rectngulr prism 13 05 surfce re of tringulr prism 13 06 surfce re of cylinder

More information

( β ) touches the x-axis if = 1

( β ) touches the x-axis if = 1 Generl Certificte of Eduction (dv. Level) Emintion, ugust Comined Mthemtics I - Prt B Model nswers. () Let f k k, where k is rel constnt. i. Epress f in the form( ) Find the turning point of f without

More information

MATH 260 Final Exam April 30, 2013

MATH 260 Final Exam April 30, 2013 MATH 60 Finl Exm April 30, 03 Let Mpn,Rq e the spce of n-y-n mtrices with rel entries () We know tht (with the opertions of mtrix ddition nd sclr multipliction), M pn, Rq is vector spce Wht is the dimension

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

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

2008 Mathematical Methods (CAS) GA 3: Examination 2

2008 Mathematical Methods (CAS) GA 3: Examination 2 Mthemticl Methods (CAS) GA : Exmintion GENERAL COMMENTS There were 406 students who st the Mthemticl Methods (CAS) exmintion in. Mrks rnged from to 79 out of possible score of 80. Student responses showed

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

9.4. The Vector Product. Introduction. Prerequisites. Learning Outcomes

9.4. The Vector Product. Introduction. Prerequisites. Learning Outcomes The Vector Product 9.4 Introduction In this section we descrie how to find the vector product of two vectors. Like the sclr product its definition my seem strnge when first met ut the definition is chosen

More information

Triangles The following examples explore aspects of triangles:

Triangles The following examples explore aspects of triangles: Tringles The following exmples explore spects of tringles: xmple 1: ltitude of right ngled tringle + xmple : tringle ltitude of the symmetricl ltitude of n isosceles x x - 4 +x xmple 3: ltitude of the

More information

Jackson 2.7 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell

Jackson 2.7 Homework Problem Solution Dr. Christopher S. Baird University of Massachusetts Lowell Jckson.7 Homework Problem Solution Dr. Christopher S. Bird University of Msschusetts Lowell PROBLEM: Consider potentil problem in the hlf-spce defined by, with Dirichlet boundry conditions on the plne

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

, MATHS H.O.D.: SUHAG R.KARIYA, BHOPAL, CONIC SECTION PART 8 OF

, MATHS H.O.D.: SUHAG R.KARIYA, BHOPAL, CONIC SECTION PART 8 OF DOWNLOAD FREE FROM www.tekoclsses.com, PH.: 0 903 903 7779, 98930 5888 Some questions (Assertion Reson tpe) re given elow. Ech question contins Sttement (Assertion) nd Sttement (Reson). Ech question hs

More information

BME 207 Introduction to Biomechanics Spring 2018

BME 207 Introduction to Biomechanics Spring 2018 April 6, 28 UNIVERSITY O RHODE ISAND Deprtment of Electricl, Computer nd Biomedicl Engineering BME 27 Introduction to Biomechnics Spring 28 Homework 8 Prolem 14.6 in the textook. In ddition to prts -e,

More information

Section 3.2 Maximum Principle and Uniqueness

Section 3.2 Maximum Principle and Uniqueness Section 3. Mximum Principle nd Uniqueness Let u (x; y) e smooth solution in. Then the mximum vlue exists nd is nite. (x ; y ) ; i.e., M mx fu (x; y) j (x; y) in g Furthermore, this vlue cn e otined y point

More information

Torsion in Groups of Integral Triangles

Torsion in Groups of Integral Triangles Advnces in Pure Mthemtics, 01,, 116-10 http://dxdoiorg/1046/pm011015 Pulished Online Jnury 01 (http://wwwscirporg/journl/pm) Torsion in Groups of Integrl Tringles Will Murry Deprtment of Mthemtics nd Sttistics,

More information

Problem Solving 7: Faraday s Law Solution

Problem Solving 7: Faraday s Law Solution MASSACHUSETTS NSTTUTE OF TECHNOLOGY Deprtment of Physics: 8.02 Prolem Solving 7: Frdy s Lw Solution Ojectives 1. To explore prticulr sitution tht cn led to chnging mgnetic flux through the open surfce

More information

y = f(x) This means that there must be a point, c, where the Figure 1

y = f(x) This means that there must be a point, c, where the Figure 1 Clculus Investigtion A Men Slope TEACHER S Prt 1: Understnding the Men Vlue Theorem The Men Vlue Theorem for differentition sttes tht if f() is defined nd continuous over the intervl [, ], nd differentile

More information

Special Relativity solved examples using an Electrical Analog Circuit

Special Relativity solved examples using an Electrical Analog Circuit 1-1-15 Specil Reltivity solved exmples using n Electricl Anlog Circuit Mourici Shchter mourici@gmil.com mourici@wll.co.il ISRAE, HOON 54-54855 Introduction In this pper, I develop simple nlog electricl

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

Chapter 3. Vector Spaces

Chapter 3. Vector Spaces 3.4 Liner Trnsformtions 1 Chpter 3. Vector Spces 3.4 Liner Trnsformtions Note. We hve lredy studied liner trnsformtions from R n into R m. Now we look t liner trnsformtions from one generl vector spce

More information

PREVIOUS EAMCET QUESTIONS

PREVIOUS EAMCET QUESTIONS CENTRE OF MASS PREVIOUS EAMCET QUESTIONS ENGINEERING Two prticles A nd B initilly t rest, move towrds ech other, under mutul force of ttrction At n instnce when the speed of A is v nd speed of B is v,

More information

Linear Inequalities: Each of the following carries five marks each: 1. Solve the system of equations graphically.

Linear Inequalities: Each of the following carries five marks each: 1. Solve the system of equations graphically. Liner Inequlities: Ech of the following crries five mrks ech:. Solve the system of equtions grphiclly. x + 2y 8, 2x + y 8, x 0, y 0 Solution: Considerx + 2y 8.. () Drw the grph for x + 2y = 8 by line.it

More information

LUMS School of Science and Engineering

LUMS School of Science and Engineering LUMS School of Science nd Engineering PH- Solution of ssignment Mrch, 0, 0 Brvis Lttice Answer: We hve given tht c.5(î + ĵ + ˆk) 5 (î + ĵ + ˆk) 0 (î + ĵ + ˆk) c (î + ĵ + ˆk) î + ĵ + ˆk + b + c î, b ĵ nd

More information

Conducting Ellipsoid and Circular Disk

Conducting Ellipsoid and Circular Disk 1 Problem Conducting Ellipsoid nd Circulr Disk Kirk T. McDonld Joseph Henry Lbortories, Princeton University, Princeton, NJ 08544 (September 1, 00) Show tht the surfce chrge density σ on conducting ellipsoid,

More information

Math 154B Elementary Algebra-2 nd Half Spring 2015

Math 154B Elementary Algebra-2 nd Half Spring 2015 Mth 154B Elementry Alger- nd Hlf Spring 015 Study Guide for Exm 4, Chpter 9 Exm 4 is scheduled for Thursdy, April rd. You my use " x 5" note crd (oth sides) nd scientific clcultor. You re expected to know

More information

Chapter 2. Determinants

Chapter 2. Determinants Chpter Determinnts The Determinnt Function Recll tht the X mtrix A c b d is invertible if d-bc0. The expression d-bc occurs so frequently tht it hs nme; it is clled the determinnt of the mtrix A nd is

More information

Fundamental Theorem of Calculus

Fundamental Theorem of Calculus Fundmentl Theorem of Clculus Recll tht if f is nonnegtive nd continuous on [, ], then the re under its grph etween nd is the definite integrl A= f() d Now, for in the intervl [, ], let A() e the re under

More information