Exercise 11.3#
Question 1#
Consider the matrix:
Enter this matrix into your script and preform the following tasks:
Extract the second column.
Extract the central
block.Find the transpose of the matrix.
Question 2#
Consider the matrix equation:
Bonus: Can you write a program which solves this for non-square matrices? (see numpy.linalg.lstsq).
Test it on the following example: