home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!cam-eng!niranjan
- From: niranjan@eng.cam.ac.uk (Mahesan Niranjan)
- Newsgroups: sci.math
- Subject: HELP det(Toeplitz)
- Message-ID: <1992Aug18.131047.26040@eng.cam.ac.uk>
- Date: 18 Aug 92 13:10:47 GMT
- Sender: niranjan@eng.cam.ac.uk (Mahesan Niranjan)
- Distribution: sci.math
- Organization: Cambridge University Engineering Department, UK
- Lines: 15
- Nntp-Posting-Host: dsl.eng.cam.ac.uk
-
- Is there a recursive (by dimension) algorithm for computing determinant of
- a Toeplitz matrix?
-
- So, if I had matrices...
-
- r0 r0 r1 r0 r1 r2 r0 r1 r2 r3 etc
- r1 r0 r1 r0 r1 r1 r0 r1 r2
- r2 r1 r0 r2 r1 r0 r1
- r3 r2 r1 r0
-
- and I want the determinants of all of them, can I do this in a smart way?
- (When I go from the 3x3 to the 4x4, I am adding only one new value, r3).
-
- thanx
- niranjan@eng.cam.ac.uk
-