Math operators

From wikinotes
Revision as of 21:51, 26 February 2023 by Will (talk | contribs) (Created page with "= Sigma (sum) = <blockquote> sigma (<math>\sum</math>) means the sum of all values. <math> \begin{align} & \sum{x} & \text{// sum of all x values} \\ & \sum{(1 2 3 4 5)} = 15 & \text{// sum of all values in list (1 2 3 4 5)} \\ \end{align} </math> </blockquote><!-- Sigma (sum) -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sigma (sum)

sigma () means the sum of all values.