Thread Closed

Condition Number

 
Share Thread Thread Tools
May5-07, 01:22 AM   #1
 
Arrow

Condition Number


1. The problem statement, all variables and given/known data
Compute the condition number of the following matrix:

| 1 1 |
| E -E |

where E<<l infinity norm.


2. Relevant equations

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

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



3. 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!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
May5-07, 04:34 AM   #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.
 
Thread Closed
Thread Tools


Similar Threads for: Condition Number
Thread Forum Replies
Conservation of Bayron number, Lepton number and strangeness Introductory Physics Homework 2
Number of ways to make change for dollar with even number of coins Calculus & Beyond Homework 1
Condition number Linear & Abstract Algebra 0
Condition number (or estimate) of a very large matrix Linear & Abstract Algebra 0