This commit is contained in:
Morten Hjorth-Jensen
2024-08-26 06:09:15 +02:00
parent 017c927f7e
commit 112d3aef2c
7 changed files with 418 additions and 418 deletions
+2 -2
View File
@@ -317,11 +317,11 @@ $\bm{z}^T=\bm{y}^T\bm{A}$, a vector of length $n$. We have then, using the defin
which means that (using our previous example) we have
!bt
\[
\frac{\partial \alpha}{\partial \bm{x}} = \bm{z}=bm{A}^T\bm{y}.
\frac{\partial \alpha}{\partial \bm{x}} = \bm{z}=\bm{A}^T\bm{y}.
\]
!et
Note that the resulting vector elements are the same for $\bm{z}^T$ and $\bm{z}$, the only difference is that one if just the transpose of the other.
Note that the resulting vector elements are the same for $\bm{z}^T$ and $\bm{z}$, the only difference is that one is just the transpose of the other.
Since $\alpha$ is a scalar we have $\alpha =\alpha^T=\bm{x}^T\bm{A}^T\bm{y}$. Defining now $\bm{z}=\bm{x}^T\bm{A}^T$ we find that
!bt