Compute Condition Number of Matrix A

  • Thread starter DeadxBunny
  • Start date
  • Tags
    Condition
In summary, the condition number of the given matrix, A, is equal to 2-2E, where E is much smaller than the l infinity norm. The norm of A is found to be 2, while the norm of A^-1 is 1-E. The calculation for A^-1 is incorrect and the resulting condition number is incorrect as well. It is evident that the condition number significantly increases as E approaches zero.
  • #1
DeadxBunny
30
0

Homework Statement


Compute the condition number of the following matrix:

| 1 1 |
| E -E |

where E<<l infinity norm.


Homework Equations



l infinity norm: ||x||infinity = max |xi| where i goes from 1 to n.

Condition number: K(A) = ||A||*||A^-1||



The Attempt at a Solution


A=
| 1 1 |
| E -E |

A^-1=
| 1 -E |
| -1 -E |

||A||infinity = max(2,0) = 2
||A^-1||infinity = max(1-E,-1-E) = 1-E

K(A) = 2(1-E) = 2-2E

Is this right or am I completely off? Thanks!
 
Physics news on Phys.org
  • #2
Your result for A^-1 is wrong.
Additionally, you gave the definition for the norm of a vector but explained nothing concerning the norm of matrix. You should also explain how you calculated the norm of A and A^-1.
The end result is wrong of course.
It should be clear that the condition number increases a lot when E goes to zero.
 

1. What is the condition number of a matrix?

The condition number of a matrix A is a measure of how sensitive the solution of a linear system Ax = b is to changes in the matrix A. It is denoted by cond(A) and can be thought of as the ratio of the maximum and minimum singular values of A.

2. How is the condition number of a matrix computed?

The condition number of a matrix can be computed using various methods, such as the singular value decomposition (SVD) or the eigenvalue decomposition. One common method is to use the norm of the matrix, where the condition number is equal to the norm of A multiplied by the norm of the inverse of A.

3. What does a high condition number indicate?

A high condition number indicates that the matrix A is ill-conditioned, meaning that small changes in the input can result in large changes in the output. In other words, the matrix is close to being singular, making it difficult to obtain an accurate solution for the linear system Ax = b.

4. How does the condition number affect the accuracy of a solution?

The condition number of a matrix is directly related to the accuracy of the solution of a linear system. The higher the condition number, the less accurate the solution will be. This is because small changes in the input can result in large changes in the output, making it difficult to obtain a precise solution.

5. Can the condition number of a matrix be reduced?

The condition number of a matrix cannot be reduced, as it is an inherent property of the matrix itself. However, techniques such as regularization or using a different matrix representation can help improve the accuracy of the solution for a high condition number matrix.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
299
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
0
Views
152
  • Calculus and Beyond Homework Help
Replies
7
Views
812
  • Calculus and Beyond Homework Help
Replies
4
Views
684
  • Calculus and Beyond Homework Help
Replies
14
Views
594
  • Calculus and Beyond Homework Help
Replies
2
Views
522
  • Calculus and Beyond Homework Help
Replies
8
Views
674
  • Calculus and Beyond Homework Help
Replies
3
Views
738
  • Calculus and Beyond Homework Help
Replies
2
Views
986
Back
Top