Solutions to CS 417/517 Computational Methods and Software Homework 4, Assignments of Computer Science

The solutions to problem set 4 in the cs 417/517 computational methods and software course offered in spring 2004. The homework was assigned on february 12, 2003, and was due on february 19, 2003. The problems covered topics such as the number of solutions to a system of linear equations, the norms of matrices, and the condition number of matrices.

Typology: Assignments

Pre 2010

Uploaded on 02/12/2009

koofers-user-t9o-1
koofers-user-t9o-1 🇺🇸

9 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS 417/517 Computational Methods and Software
Spring 2004
Solutions to HW 4
Assigned: Thurs Feb 12, 2003; Due: Thurs Feb 19, 2003
1. (a) True, A system of linear equations Ax =bcan have 0,1,number of solutions,
depending on whether the matrix Ais singular or nonsingular.
(b) True, The number of solutions to Ax =bcan be determined in some cases ( if Ais non
singular) without knowing the right-hand-side vector b.
(c) True, The 1-norm sums the column, while the inf-norm chooses the maximum absolute
value.
(d) False, If no pivoting, multipliers can be greater than one.
(e) True, Any orthogonal matrix has cond(A) = cond(A1).
2. kAk1=kAk= 23
3. x=[2;2;0] , y=[0;3;0]
4. These matrices are ill-conditioned, any matrix (in the Matlab environment) with condition
number greater than 1012 will be considered to be ill-conditioned.

Partial preview of the text

Download Solutions to CS 417/517 Computational Methods and Software Homework 4 and more Assignments Computer Science in PDF only on Docsity!

CS 417/517 Computational Methods and Software

Spring 2004 Solutions to HW 4 Assigned: Thurs Feb 12, 2003; Due: Thurs Feb 19, 2003

  1. (a) True, A system of linear equations Ax = b can have 0 , 1 , ∞ number of solutions, depending on whether the matrix A is singular or nonsingular. (b) True, The number of solutions to Ax = b can be determined in some cases ( if A is non singular) without knowing the right-hand-side vector b. (c) True, The 1-norm sums the column, while the inf-norm chooses the maximum absolute value. (d) False, If no pivoting, multipliers can be greater than one. (e) True, Any orthogonal matrix has cond(A) = cond(A−^1 ).

2. ‖A‖ 1 = ‖A‖∞ = 23

  1. x=[2;2;0] , y=[0;3;0]
  2. These matrices are ill-conditioned, any matrix (in the Matlab environment) with condition number greater than 1012 will be considered to be ill-conditioned.