2. (20 points) Let 1 1 A = +(47)-(6) 1 0 1 b = -3 -3 Write a program that (a) evaluates A-¹ by using the the module inv
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
2. (20 points) Let 1 1 A = +(47)-(6) 1 0 1 b = -3 -3 Write a program that (a) evaluates A-¹ by using the the module inv
2. (20 points) Let 1 1 A = +(47)-(6) 1 0 1 b = -3 -3 Write a program that (a) evaluates A-¹ by using the the module inv in numpy's linalg library, (b) and finds the solution of the the equations (A+ A−¹) x numpy's linalg library. Print the solution using the format print("x = \n",x). x = b using the the module solve in
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!