Thu Mar 31 15:25:59 2022 svd_circle_test(): Python version: 3.6.9 Test svd_circle(). svd_circle(): Given a matrix A, plot points x on the unit circle, and the images A*x of those points. Show right singular vectors V and their images, the scaled left singular vectors U. Matrix A: [[3. 2.] [1. 0.]] Singular values of A are 3.702459173643833 and 0.5401815134754528 Right singular vectors are columns of V: [[-0.85065081 0.52573111] [-0.52573111 -0.85065081]] Left singular vectors are columns of U: [[-0.97324899 -0.22975292] [-0.22975292 0.97324899]] Aspect ratio of ellipse will be 6.8541019662496865 Slope of ellipse will be 0.2360679774997897 Graphics saved as "svd_circle_1.png" Graphics saved as "svd_circle_2.png" svd_circle(): Normal end of execution. svd_circle_test(): Normal end of execution. Thu Mar 31 15:25:59 2022