Question: Task 1: Write your own function that implements the Dolittle solver to solve Ax - b. Write a script file that calls your Dolittle function

Task 1: Write your own function that implements the Dolittle solver to solve Ax - b. Write a script file that calls your Dolittle function for solving Ax -b. The script file that you write is to export a function with an interface of: def run(A, b): This function will call your Dolittle solver and then print out the following arrays for an arbitrary user (grader) supplied matrix A and right hand side vector b: 1) L the lower-triangular matrix in Dolittle's decomposition of A 2) the upper-triangular matrix in Dolittle's decomposition of A 3) xthe solution vector to Ar-b The output to the command terminal prompt within Spyder should read L is
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
