Skip to content

Commit

Permalink
Should be \^T not \^*
Browse files Browse the repository at this point in the history
  • Loading branch information
spagnoloG committed Nov 29, 2023
1 parent 081b994 commit 14082ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified MI/mi.pdf
Binary file not shown.
8 changes: 4 additions & 4 deletions MI/mi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1288,18 +1288,18 @@ \subsection{Schurov izrek}

Firstly, pick an eigenvalue and corresponding eigenvector:
\[
Aq_1 = \lambda_1 q_1 \quad \text{with} \quad q_1^*q_1=1
Aq_1 = \lambda_1 q_1 \quad \text{with} \quad q_1^Tq_1=1
\]
Then, find all orthogonal vectors such that you compose a matrix \( Q = [q_1 \dots q_n] \).

Then:
\[
T = Q^*AQ
T = Q^TAQ
\]
Compute:
\[
T = \begin{bmatrix}
\lambda_1 & b^* \\
\lambda_1 & b^T \\
0 & A_2
\end{bmatrix}
\]
Expand All @@ -1326,7 +1326,7 @@ \subsection{Schurov izrek}

We get:
\[
A = QZQ^*
A = QZQ^T
\]
Where \( Z \) is the upper triangular matrix.

Expand Down

0 comments on commit 14082ce

Please sign in to comment.