Question: Create a MATLAB function that takes as input 2 vectors u, v Rn, assumed to be in the form of column vectors, and computes the
Create a MATLAB function that takes as input 2 vectors u, v Rn, assumed to be in the form of column vectors, and computes the following:(a) The Euclidean-length (norm) for each of the vectors. (b) The dot product of the two vectors.(c) The distance between the two vectors: u v(d) The cosine of the angle between the two vectors: uvuvYou are NOT allowed to use any of MATLABs existing functions in this exercise (such as sum, norm, dot, etc. Arithmetic operators are fine. (If you have a doubt as to whether the function you want to use is appropriate, please ask.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
