Make a triangular matrix from a square matrix

  • Thread starter Thread starter quin
  • Start date Start date
  • Tags Tags
    Matrix Square
AI Thread Summary
The discussion revolves around the challenge of finding eigenvalues for a complex 12x12 symbolic matrix using MATLAB or Mathematica. The user initially considers converting the matrix to upper triangular form but seeks guidance on how to do this using software. Responses suggest using built-in functions like QR decomposition, but the user clarifies that their matrix is symbolic, making these methods unsuitable. The complexity of computing eigenvalues for such a large symbolic matrix is acknowledged, with participants noting that while smaller matrices may yield concise solutions, a 12x12 matrix presents significant challenges.
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 alot
 
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 alot
 

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.
 

Similar threads

Back
Top