Commit 69950d1 1 parent b28f4dc commit 69950d1 Copy full SHA for 69950d1
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 30
30
In addition, the structure also result in easy computation of traces and determinants as
31
31
32
32
$$
33
- \begin{aligned}
34
- \text{tr}\left(\mathbf{B}\right) &= \sum_{i=1}^n\text{tr}\left(\mathbf{B}_i\right)\\
35
- \text{det}\left(\mathbf{B}\right) &= \prod_{i=1}^n\text{det}\left(\mathbf{B}_i\right)\\
36
- \text{logdet}\left(\mathbf{B}\right) &= \sum_{i=1}^n\text{log}\left(\text{det}\left(\mathbf{B}_i\right)\right)
37
- \end{aligned}
33
+ \text{tr}\left(\mathbf{B}\right) = \sum_{i=1}^n\text{tr}\left(\mathbf{B}_i\right)\\
34
+ $$
35
+
36
+ $$
37
+ \text{det}\left(\mathbf{B}\right) = \prod_{i=1}^n\text{det}\left(\mathbf{B}_i\right)\\
38
+ $$
39
+
40
+ $$
41
+ \text{logdet}\left(\mathbf{B}\right) = \sum_{i=1}^n\text{log}\left(\text{det}\left(\mathbf{B}_i\right)\right)
38
42
$$
39
43
40
44
Furthermore factorizations, such as the eigenvalue decomposition, can be computed separated as
You can’t perform that action at this time.
0 commit comments