Using the MATLAB editor, create a script m-file which includes a header block: The two vectors are defined in three-dimensional space as.

a. V1 = 3.27, 1.75, 4.16
b. V2 = 5.67, 2.87, 7.91
Calculate the cross product of these two vectors. Create a vector of 15 random numbers uniformly distributed between 0 and 3. Treat each random number as the radius of a circle. Calculate the area of the circles. A = n2 Create a x-y scatter plot of the radius and area of the circles. The two vectors are defined as.

a. V1 = 3.27, 0.00, 1.75, 0.00, 4.16
b. V2 = 5.67, 2.87, 0.00, 0.00, 7.91
Calculate V1./V2 The two vectors are defined in three dimensional space as.

a. V1 = 18.97, -45.17, 24.56
b. V2 = -23.76, 2.47, 34.61
Calculate the cross product of these two vectors.
a. Create a 7x7 matrix, M filled with uniformly distributed random numbers. Create a column array, Y with 7 elements filled with uniformly distributed random numbers. If MX=Y, find the values of X for the created matrix and array



Answer :

Other Questions