Question: Using Matlab: Create a random vector delta b = 0.1 * rand(3, 1). Solve numerically the system Ax_delta = b + delta b (use x_delta
Using Matlab:

Create a random vector delta b = 0.1 * rand(3, 1). Solve numerically the system Ax_delta = b + delta b (use x_delta = A\(b + delta b) command). Find relative errors of data and a solution: ||delta b||/||b|| and ||x_delta - x||/||x||. Compare and analyze relative errors. How many times did the relative error increase? Find the condition number for the coefficient matrix of the system above. Compare relative errors with the condition number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
