Fixed latex raising ^*

It works in mathjax, but the pdf convertor cannot handle it. Changing
it to ^{*} works.
This commit is contained in:
Roger Labbe 2016-04-23 04:30:03 -07:00
parent dafb047c4c
commit d89e35bbdf

View File

@ -20643,7 +20643,7 @@
"This definition is favored because $\\mathbf S$ is computed using the [*Cholesky decomposition*](https://en.wikipedia.org/wiki/Cholesky_decomposition) [3]. It decomposes a Hermitian, positive-definite matrix into a triangular matrix and its conjugate transpose. The matrix can be either upper \n",
"or lower triangular, like so:\n",
"\n",
"$$A=LL^ \\\\ A=U^U$$\n",
"$$A=LL^{} \\\\ A=U^{}U$$\n",
"\n",
"The asterick denotes the conjugate transpose; we have only real numbers so for us we can write:\n",
"\n",