2. Give the commands (in Python/numpy or Matlab) to do the following. (a) Input and display the matrix M=⎝⎛50014−1−10
Posted: Thu Jul 14, 2022 2:12 pm
2. Give the commands (in Python/numpy or Matlab) to do the following. (a) Input and display the matrix M=⎝⎛50014−1−101⎠⎞ (Double check that you entered the matrix correctly.) (b) Compute and display the determinant of M. (c) Input the vector x=⎝⎛100⎠⎞ (d) Compute and display M3x. (e) Show det(M) - either by including the output in a screenshot of the above commands or writing down the number by hand), and (f) Explain the relationship between M3x and x.