2025-03-30 22:29:29 +03:00
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "stylesheet" href = "../../../style.css" >
< base target = "_parent" >
< title data-trilium-title > Math< / title >
< / head >
< body >
< div class = "content" >
< h1 data-trilium-h1 > Math< / h1 >
< div class = "ck-content" >
2025-03-30 23:51:46 +03:00
< p > < span class = "math-tex" > \(% \f is defined as #1f(#2) using the macro \f\relax{x} = \int_{-\infty}^\infty \f\hat\xi\,e^{2 \pi i \xi x} \,d\xi\)< / span > Some
math examples:< / p > < span class = "math-tex" > \[\displaystyle \frac{1}{\Bigl(\sqrt{\phi \sqrt{5}}-\phi\Bigr) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\cdots} } } }\]< / span >
< p > Another:< / p > < span class = "math-tex" > \[\displaystyle \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)\]< / span >
2025-04-01 22:55:20 +03:00
< p > Inline math is also possible: < span class = "math-tex" > \(c^2 = a^2 + b^2\)< / span > < / p >
2025-03-30 23:51:46 +03:00
< p > < / p >
2025-03-30 22:29:29 +03:00
< / div >
< / div >
< / body >
< / html >