website-zola/content/posts/math-symbol.md
2024-09-11 21:22:13 +02:00

23 lines
566 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
title = "Math Symbol Example"
date = "2023-01-06"
[taxonomies]
tags=["example"]
+++
Note: This requires the `mathjax` and `mathjax_dollar_inline_enable` option set to `true`.
# Inline Math
- $(a+b)^2$ = $a^2 + 2ab + b^2$
- A polynomial P of degree d over $\mathbb{F}_p$ is an expression of the form
$P(s) = a_0 + a_1 . s + a_2 . s^2 + ... + a_d . s^d$ for some
$a_0,..,a_d \in \mathbb{F}_p$
# Displayed Math
$$
p := (\sum_{k∈I}{c_k.v_k} + \delta_v.t(x))·(\sum_{k∈I}{c_k.w_k} + \delta_w.t(x)) (\sum_{k∈I}{c_k.y_k} + \delta_y.t(x))
$$