Question: please help with # 3 using python language ~ thank you! Let A be a (53) randomly generated matrix A=nprandomrandint(2,5,size=(5,3)) th integer elements in the

please help with # 3 using python language ~ thank you!
Let A be a (53) randomly generated matrix A=nprandomrandint(2,5,size=(5,3)) th integer elements in the interval [2,5); and let b a (51) randomly generated vector b=nprandomrandint(2,3,size=(5,1)) th integer elements in the interval [2,3). 1.1 2 . 3. Find the Cholesky factorization of ATA and AAT and use each factorization to solve: ATAx=ATb and AATx=b. 4. Find the eigenvalues and the corresponding eigenvectors of ATA and AAT. Use the QR factorization to find the eigenvales and compare your answers! 5. Find the QR factorization of A,ATA, and AAT. Use these factorizations to solve: Ax=b,ATAx=ATb, and AATx=b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
