English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm having difficulty with triangularising square matrices. Unfortunately the lecturer ran out of time today, and so wasn't able to do any examples of how to triangularise a square matrix, and I have some work to hand in tomorrow and am very stuck! I would really appreciate it if anyone could give me an example of how to triangularise a square matrix, or if you could recommend any websites that show how you would go about this.

2006-11-13 08:12:05 · 2 answers · asked by friendly_220_284 2 in Science & Mathematics Mathematics

Thanks for letting me know about the elementary row operations. Do you know if there is any way to find an invertible matrix P such that P^(-1)AP is triangular, where A is the original matrix (assuming that it's minimal polynomial is the product of linear factors)? I'd really appreciate it if you could point me in the right direction! Thanks!

2006-11-13 08:20:42 · update #1

2 answers

here's an example

we want to reduce a matrix to u/t form

1 10 -3 r1
1 10 2 r2
1 4 2 r3

1 10 -3
0 0 5
0 -6 5
r2-r1
r3-r1

1 10 -3
0 -6 5
0 0 5
interchange rows 2 and 3

upper triangular form

this is known as gaussian elimination
and is used in solving systems of equations

go to the site:

http://mathworld.wolfram.com/GaussianElimination.html

this gives a good example

you can also get help with other matrix
operations at this site,plus access to the
integrator as well

i hope that this helps

2006-11-13 09:57:29 · answer #1 · answered by Anonymous · 0 0

Just use row operations. Use the first row to eliminate (make zero) all the other elements in the first column. Then use the second row to zero out all column elements below it. Continue and you'll end up with an upper triangular matrix.

2006-11-13 16:17:28 · answer #2 · answered by modulo_function 7 · 0 0

fedest.com, questions and answers