ECOR 1010 Study Guide - Quiz Guide: Nan

308 views3 pages

Document Summary

% % %vectors vectorh = [8; 3; -6]; vectori = [0; 1; -3]; vectorj = [9, 4, 7]; vectork = [6; 4; 0; -1]; vectorl = [10; 9]; % % scalars p = 0. 32; q = 2. 30; r = -0. 4; % % results result_a = dot(vectorh,vectori) result_b = p*vectork. % % result_c = dot(vectorl, vectorh)-> mathlab recive an error because. % % vectors must have the same size, buit vectorl size qual to 2 and vectorh. % %result_d = transpose(vectorj)-vectork )-> mathlab recive an error because. % % vectors must have the same size, buit vectorj size qual to 3 and vectork. % % part 1 2 navsystemroad = [0, 1, 12. 5, 19. 5, 9. 5, 13. 5; 0, 10, 12, -8, -1, 9]; totaldistance = norm([1 10])+norm([11. 5 2])+norm([7 -20])+norm([-10 7])+norm([4. 10]) figure(1) plot(navsystemroad(1,:), navsystemroad(2,:)) axis([0 20 -10 15]) title("dmytro sytnik") ylabel("north") xlabel("east")

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers

Related Documents