Question: ##### Question 1 please 2 Week 4 MATLAB Assignment Use what you learned in the First semester in linear algebra video to complete this assignment.
##### Question 1 please
2 Week 4 MATLAB Assignment Use what you learned in the First semester in linear algebra video to complete this assignment. When you are done you will submit your .m filc in Canvas along with a pdf of your final 3D graph. The MATLAB Command, P randi([-5,5),1,3);, generates a random 3D point (or vector) with integer values between -5 and 5. Use this command to generate 3 random 3D points, call them A, B, and C. (Though it is extremely unlikely, you should check to make sure that the 3 points generated are not colinear, meaning that they are not all on the same line. You can do this by finding the vectors from A to B and A to C and making sure these vectors are not multiples of cach other.) Use MATLAB to find the vectors u = AC and plot these vectors along with the plane they are contained in and a normal vector for this plane. (Note that because your points are randomly generated everyone will have slightly different answers.) AB and v= CS Scanned with CamScanner 2 Week 4 MATLAB Assignment Use what you learned in the First semester in linear algebra video to complete this assignment. When you are done you will submit your .m filc in Canvas along with a pdf of your final 3D graph. The MATLAB Command, P randi([-5,5),1,3);, generates a random 3D point (or vector) with integer values between -5 and 5. Use this command to generate 3 random 3D points, call them A, B, and C. (Though it is extremely unlikely, you should check to make sure that the 3 points generated are not colinear, meaning that they are not all on the same line. You can do this by finding the vectors from A to B and A to C and making sure these vectors are not multiples of cach other.) Use MATLAB to find the vectors u = AC and plot these vectors along with the plane they are contained in and a normal vector for this plane. (Note that because your points are randomly generated everyone will have slightly different answers.) AB and v= CS Scanned with CamScanner
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
