Skip to content

Commit 69950d1

Browse files
authored
Update README.md
1 parent b28f4dc commit 69950d1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ $$
3030
In addition, the structure also result in easy computation of traces and determinants as
3131

3232
$$
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)
3842
$$
3943

4044
Furthermore factorizations, such as the eigenvalue decomposition, can be computed separated as

0 commit comments

Comments
 (0)