Question: Using Python Calculate the volume of the parallelepiped spanned by the vectors =(-2,3,1), b = (0,4,0) and c =(-1,3,3). Note, that you get the absolute

Using Python
Calculate the volume of the parallelepiped spanned by the vectors =(-2,3,1), b = (0,4,0) and c =(-1,3,3). Note, that you get the absolute value of x by the numpy function np.abs(x). marks) Compare with your results from the whiteboard exercise. (2 marks) Next, define a function that calculates the volume of a parallelepiped spanned by vectors a, 6 and . (5 marks) Test your function by computing the volume of the cube spanned by the unit vectors and for the whiteboard example. (3 marks) Hint: If you want to comment on your results and compare with whiteboard results, you can either make use of the comment function or use the print function or make an extra text cell
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
