test

Published: Wed 14 February 2024
By azjf

In test.

tags: test

Table of Contents

1. test

  1. test
  2. bold, italic, underline, strikethrough, code, verbatim, combination1, combination2
#include <iostream>

int main()
{
    std::cout << "hello, world" << std::endl;
    return 0;
}
\begin{equation*} \begin{aligned} \overline{\mathbf x} &= \mathbf{Fx} + \mathbf{Bu} \\ \overline{\mathbf P} &= \mathbf{FPF}^\mathsf{T} + \mathbf Q \\ \\ \mathbf y &= \mathbf z - \mathbf{H}\overline{\mathbf x} \\ \mathbf S &= \mathbf{H}\overline{\mathbf P}\mathbf{H}^\mathsf{T} + \mathbf R \\ \mathbf K &= \overline{\mathbf P}\mathbf{H}^\mathsf{T}\mathbf{S}^{-1} \\ \mathbf x &= \overline{\mathbf x} +\mathbf{Ky} \\ \mathbf P &= (\mathbf{I}-\mathbf{KH})\overline{\mathbf P} \end{aligned} \end{equation*}

2024-02-14_19-08-48_screenshot.png