Search for a tool
Schur Decomposition (Matrix)

Tool to calculate Schur decomposition (or Schur triangulation) that makes it possible to write any numerical square matrix into a multiplication of a unitary matrix and an upper triangular matrix.

Results

Schur Decomposition (Matrix) -

Tag(s) : Matrix

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Schur Decomposition (Matrix)' tool for free! Thank you!

Schur Decomposition (Matrix)

Schur Decomposition Calculator

Loading...
(if this message do not disappear, try to refresh this page)




Answers to Questions (FAQ)

What is the Schur Decomposition? (Definition)

The Schur decomposition of a square matrix $ M $ is its writing in the following form (also called Schur form): $$ M = Q.T.Q^{-1} $$

with $ Q $ a unitary matrix (such as $ Q^*.Q = I $) and $ T $ is an upper triangular matrix whose diagonal values are the eigenvalues of the matrix.

This decomposition only applies to numerical square matrices (no variables). The matrix T is a trigonalization (or triangulation).

Example: The Schur triangulation of the matrix $ M = \begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix} $ gives $$ Q = \begin{bmatrix} −0.825 & 0.566 \\ 0.566 & −0.825 \end{bmatrix}, T = \begin{bmatrix} −0.372 & −1 \\ 0 & 5.372 \end{bmatrix} $$

There is always a decomposition of Schur, all matrices are trigonalizable, but not uniquely.

How to calculate the Schur Decomposition for a matrix?

dCode uses computer algorithms involving QR decomposition.

Manually, find a proper vector $ u_1 $ of the matrix $ M $ by calculating its eigenvalues $ \Lambda_i $. Calculate its normalized value and an orthonormal basis $ {u_1, v_2} $ to obtain $ U = [ u_1, v_2 ] $. Express the matrix $ M $ in the orthonormal basis $ A_{{u_1, v_2}} = U^{-1}.A.U = U^{T}.A.U $. Repeat the operation for each eigenvector to obtain the triangular matrix. NB: for a 2x2 matrix, only one operation is necessary and $ T = A_{{u_1, v_2}} $

Why using the Schur Decomposition?

The Schur decomposition makes it possible to simplify the form of the matrices and thus to facilitate the resolution of linear equations or any other problem using the matrix.

Source code

dCode retains ownership of the "Schur Decomposition (Matrix)" source code. Any algorithm for the "Schur Decomposition (Matrix)" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Schur Decomposition (Matrix)" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Schur Decomposition (Matrix)" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Schur Decomposition (Matrix)" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source. Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link: https://www.dcode.fr/matrix-schur-decomposition
In a scientific article or book, the recommended bibliographic citation is: Schur Decomposition (Matrix) on dCode.fr [online website], retrieved on 2025-04-15, https://www.dcode.fr/matrix-schur-decomposition

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Schur Decomposition (Matrix)' tool for free! Thank you!


https://www.dcode.fr/matrix-schur-decomposition
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback