Skip to content

Operators

Ben edited this page Feb 3, 2026 · 13 revisions

summary: Operators used for this project are defined

Only operators necessary for mathematical physics are included. Operators like "subset of" are not included. I don't include casting, ie int() and float(). I don't include bitwise operations or shifts.
https://en.wikipedia.org/wiki/List_of_mathematical_symbols

2026-02-03: content uploaded to https://localhost/list_operations with a few exceptions:

^            to the power
%            modulo
\frac{d}{d}  https://en.wikipedia.org/wiki/Derivative
\frac{\partial}{\partial}   https://en.wikipedia.org/wiki/Partial_derivative
^{\dagger}   Hermitian conjugate
^{T}         transpose of matrix

Three arguments

\Pi_{}^{}()                    https://en.wikipedia.org/wiki/Multiplication#Capital_Pi_notation
\Sum_{}^{}                     https://en.wikipedia.org/wiki/Summation
\lim_{ \rightarrow }()         https://en.wikipedia.org/wiki/Limit_%28mathematics%29

Four arguments

\int^{}_{}() d()
\oint^{}_{}() d()

Example usage:

\int^{UPPER BOUND}_{LOWER BOUND} INTEGRAND d VARIABLE

Clone this wiki locally