
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Cs 417/517 spring 2004 assignment 5, which includes problems related to the analysis of matrix statements, approximating pi, and solving linear systems using lu factorization. Students are required to determine the truth of given statements, calculate errors in approximating pi, and solve linear systems using matlab. Additionally, they must find the condition number of a given matrix without using matlab.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Spring 2004 Assignment 5 Assigned: Thurs Feb 19, 2004; Due: Thurs Feb 26, 2004
(a) If a lower triangular matrix has a zero entry on its diagonal, then it must be singular. (b) If a matrix has a zero entry on its diagonal, then it must be singular. (c) If a system of linear equations is well-conditioned, then pivoting is unnecessary in Gaussian elimination. (d) The conditioning of a problem depends on the algorithm used to solve it. (e) A stable algorithm applied to a well-conditioned problem necessarily produces an ac- curate solution.
,^ b^ =
,
by computing the LU factorization of A, and then solving triangular systems of equa- tions involving L and U. Report L, U , and the solution vector x (all to three significant figures). (b) Use the LU factorization that you have computed to solve the system Ay = c, where
c =
.
Do not refactor the matrix A. Report the solution vector to three significant figures.
.