82 lines
2.3 KiB
Markdown
82 lines
2.3 KiB
Markdown
css: markdown/github-markdown.css
|
|
html header: <link rel="stylesheet" href="markdown/github-markdown.css">
|
|
<style>
|
|
.markdown-body {
|
|
box-sizing: border-box;
|
|
min-width: 200px;
|
|
max-width: 980px;
|
|
margin: 0 auto;
|
|
padding: 45px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.markdown-body {
|
|
padding: 15px;
|
|
}
|
|
}
|
|
</style>
|
|
<article class="markdown-body">
|
|
|
|
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({ TeX: { equationNumbers: {autoNumber: "all"} } });
|
|
</script>
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
|
|
|
<div style="display:none">
|
|
$\newcommand{\A}{\mat{A}}$
|
|
$\newcommand{\B}{\mat{B}}$
|
|
$\newcommand{\C}{\mat{C}}$
|
|
$\newcommand{\D}{\mat{D}}$
|
|
$\newcommand{\E}{\mat{E}}$
|
|
$\newcommand{\F}{\mat{F}}$
|
|
$\newcommand{\G}{\mat{G}}$
|
|
$\newcommand{\H}{\mat{H}}$
|
|
$\newcommand{\I}{\mat{I}}$
|
|
$\newcommand{\J}{\mat{J}}$
|
|
$\newcommand{\K}{\mat{K}}$
|
|
$\newcommand{\L}{\mat{L}}$
|
|
$\newcommand{\M}{\mat{M}}$
|
|
$\newcommand{\N}{\mat{N}}$
|
|
$\newcommand{\One}{\mathbf{1}}$
|
|
$\newcommand{\P}{\mat{P}}$
|
|
$\newcommand{\Q}{\mat{Q}}$
|
|
$\newcommand{\Rot}{\mat{R}}$
|
|
$\newcommand{\R}{\mathbb{R}}$
|
|
$\newcommand{\S}{\mathcal{S}}$
|
|
$\newcommand{\T}{\mat{T}}$
|
|
$\newcommand{\U}{\mat{U}}$
|
|
$\newcommand{\V}{\mat{V}}$
|
|
$\newcommand{\W}{\mat{W}}$
|
|
$\newcommand{\X}{\mat{X}}$
|
|
$\newcommand{\Y}{\mat{Y}}$
|
|
$\newcommand{\argmax}{\mathop{\text{argmax}}}$
|
|
$\newcommand{\argmin}{\mathop{\text{argmin}}}$
|
|
$\newcommand{\a}{\vec{a}}$
|
|
$\newcommand{\b}{\vec{b}}$
|
|
$\newcommand{\c}{\vec{c}}$
|
|
$\newcommand{\d}{\vec{d}}$
|
|
$\newcommand{\e}{\vec{e}}$
|
|
$\newcommand{\f}{\vec{f}}$
|
|
$\newcommand{\g}{\vec{g}}$
|
|
$\newcommand{\mat}[1]{\mathbf{#1}}$
|
|
$\newcommand{\min}{\mathop{\text{min}}}$
|
|
$\newcommand{\m}{\vec{m}}$
|
|
$\newcommand{\n}{\vec{n}}$
|
|
$\newcommand{\p}{\vec{p}}$
|
|
$\newcommand{\q}{\vec{q}}$
|
|
$\newcommand{\r}{\vec{r}}$
|
|
$\newcommand{\transpose}{{\mathsf T}}$
|
|
$\newcommand{\tr}[1]{\mathop{\text{tr}}{\left(#1\right)}}$
|
|
$\newcommand{\s}{\vec{s}}$
|
|
$\newcommand{\t}{\vec{t}}$
|
|
$\newcommand{\u}{\vec{u}}$
|
|
$\newcommand{\vec}[1]{\mathbf{#1}}$
|
|
$\newcommand{\x}{\vec{x}}$
|
|
$\newcommand{\y}{\vec{y}}$
|
|
$\newcommand{\z}{\vec{z}}$
|
|
$\newcommand{\0}{\vec{0}}$
|
|
$\renewcommand{\v}{\vec{v}}$
|
|
<!-- https://github.com/mathjax/MathJax/issues/1766 -->
|
|
$\renewcommand{\hat}[1]{\widehat{#1}}$
|
|
</div>
|