Make a triangular matrix from a square matrix

  • Thread starter Thread starter quin
  • Start date Start date
  • Tags Tags
    Matrix Square
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
quin
Messages
50
Reaction score
0
dear users
I have a problem in finding eigenvalues of a 12*12 because the 12*12 matrix is so complicated
so i decided to first make my 12*12 matrix in form of upper triangular form but I don't know how can I do it with MATLAB or mathematica?
can you please tell me that what is the formula in MATLAB or mathematica for make an upper triangular matrix from my own 12*12 matrix?

thanks a lot
 
Physics news on Phys.org
Hello,

If you need to get the eigenvalues/eigenvectors, why don't you use the corresponding function, instead making the matrix diagonal?

Just thinking ...

J.
 
matlab and mathematica couldn't do it.matrix is very complex for these softwares and they cannot calculate eigenvalues of matrix
 
NemoReally said:
QR decomposition. http://en.wikipedia.org/wiki/QR_decomposition

Look up the function qr in Matlab and QRDecomposition in Mathematica. Is your matrix too complicated to post? Is it numeric or symbolic?

thank you for your guide but my matrix which I want to find its eigenvalue is symbolic and qr is for numeric matrix.

these are mathematica's and matlab's files of my matrix so that you can have a look on it.
thank you a lot
 

Attachments

Last edited:
You want the symbolic solution for the eigenvalues of a 12x12 matrix?!

That would be a nightmare!

As far as I know, the various methods of computing eigenvalues--QR Decomposition, Characteristic Polynomial, etc.--are all pretty complicated. Perhaps the solutions of a 3x3 matrix would be nice concise answers. However, the solutions of a 12x12 matrix sure would not be.