Serving the Quantitative Finance Community

 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 7th, 2006, 10:43 am

Does anyone have notes or paper on the calculation of eigenvalues/vectors for Toeplitz matrices?ThxChristian
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 7th, 2006, 1:56 pm

QuoteOriginally posted by: christianbianDoes anyone have notes or paper on the calculation of eigenvalues/vectors for Toeplitz matrices?ThxChristianHere's an article by Gene Golub (of Golub/Van Loan book) for tridiagonal matricesToeplitzThis is what I use in some cases.As far as I know I think one can only find bounds for general case.General
Last edited by Cuchulainn on March 6th, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 7th, 2006, 2:36 pm

Thx, I was exactly looking for something like Gene Golub paper (tridiagonal, symmetric and Toeplitz) Thx a lotCiao
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 7th, 2006, 2:37 pm

QuoteOriginally posted by: christianbianThx, I was exactly looking for something like Gene Golub paper (tridiagonal, symmetric and Toeplitz) Thx a lotCiaoYou're welcome. Just out of curiosity, what are you using it for? Finite difference?
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 7th, 2006, 2:56 pm

yes, I want to understand why Explicit euler is unstable for certain values of of k/(h^2)I like to have the 'full picture'........
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 7th, 2006, 3:46 pm

QuoteOriginally posted by: christianbianyes, I want to understand why Explicit euler is unstable for certain values of of k/(h^2)I like to have the 'full picture'........Clear. With Toeplitz matrices you can also show that the Crank Nicolson scheme for BS produces complex eigenvalues and thus wiggly-wobbly oscillations at the strike price, especiallly for delta.BTW the matrix is not symmetric in this case.
 
User avatar
greenmax
Posts: 0
Joined: January 18th, 2006, 6:44 pm

Toeplitz Matrices

March 7th, 2006, 4:11 pm

Cuchulainn beat me into answering this question. It is interesting to know that there are systems which are modelled by non-symmetric toeplitz matrices. I always come across symmetric systems, but then I am an electrical engineer and not a quant . QuoteOriginally posted by: CuchulainnBTW the matrix is not symmetric in this case.
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 7th, 2006, 4:21 pm

and Cr-Ni will be my next chap.......so I already have a good insight.....
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 7th, 2006, 4:58 pm

QuoteOriginally posted by: greenmaxCuchulainn beat me into answering this question. I'll try to restrain myself next time
Last edited by Cuchulainn on March 6th, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 7th, 2006, 8:06 pm

QuoteOriginally posted by: christianbianand Cr-Ni will be my next chap.......so I already have a good insight.....If you are doing FDM then a subclass of Toeplitz matrices are those whose diagonal elements A(i,i) > and off-diagonal elements are negative. These are important for the MONOTONIC FDM schemes and the matrices are called M matrices (their inverse has positive values).For example, exponentially fitted schemes are montone, but not Crank Nicolson, for example.Monotonic schemes are discussed in the Soviet literature of the time. They preserve PDE invariance. FDM
Last edited by Cuchulainn on March 6th, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 30th, 2006, 3:43 pm

Hi Cuch,I was try to understand the Gollub papers but I got stuck in the middle of the first page when founding the lambda. below the passages= A[sin(j − 1)T + sin(j + 1)T] + B[cos(j − 1)T + cos(j + 1)T]That becomes (this is mine...)= A[sin (jT) + sin (-T) + sin (jT) + sin (T)] + B[cos (jT) + cos (-T) + cos ( jT) + cos (T)]butsin(-T) + sin (T) =0cos(-T) + cos (T) =2 cos (T)So how can he get ?= A(2 sin jT cos T) + B(2 cos T cos jT)My problem is the cos(T) after 2 sin (jT)ThxChristian
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 30th, 2006, 6:46 pm

Hi ChristianYou need the following formulae I think:sin(a + b) = sina.cosb +cosa.sinbsin(a - b) = sina.cosb -cosa.sinbcos(a + b) = cosa.cosb -sina.sinbcos(a - b) = cos.cosb +sina.sinbregardsDD P.S. I kind of forgot these formulae, I had to dig into the grey cells before I could recall them
Last edited by Cuchulainn on March 29th, 2006, 10:00 pm, edited 1 time in total.
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 31st, 2006, 7:14 am

ok, now it's official, I owe you drinks......so let me know when you are going to be in London!and thanks
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Toeplitz Matrices

March 31st, 2006, 7:23 am

QuoteOriginally posted by: christianbianok, now it's official, I owe you drinks......so let me know when you are going to be in London!and thanksA pint of Guinness then
 
User avatar
christianbian
Topic Author
Posts: 0
Joined: May 20th, 2005, 8:09 am

Toeplitz Matrices

March 31st, 2006, 8:28 am

my irish friends told me that there are better stout.....just lookinf forward to it.parli anche italiano, giusto?io ho vissuto a delft per sei mesi come ricercatore econometrico con qualche viaggio a Amsterdam per i fine settimana. Bella citta'