diff --git a/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml b/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml new file mode 100644 index 000000000..a6d3a6b9f --- /dev/null +++ b/applications/fpvviewer/examples_files/mathml/quadratic_formula_presentation.mathml @@ -0,0 +1,34 @@ + + + + + x + = + + + + b + ± + + + b + 2 + + + 4 + + a + + c + + + + 2 + + a + + + + \ No newline at end of file diff --git a/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml b/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml new file mode 100644 index 000000000..3a5196bd6 --- /dev/null +++ b/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml @@ -0,0 +1,61 @@ + + + + σ + = + + + + + 1 + + + N + + + + + + + + + + i + = + 1 + + + N + + + + + + ( + + + x + + + i + + + + μ + ) + + + 2 + + + + + + + + . + + +