Difference between revisions of "Documentation/AOO4 User Guides/Math Guide/Math Commands Reference/Operators"
From Apache OpenOffice Wiki
(Created page with "{{DISPLAYTITLE:Operators}} {{Documentation/MG4TOC |ShowPrevNext=block |PrevPage=Documentation/AOO4_User_Guides/Math Guide/Math Commands Reference/Functions |NextPage=Documenta...") |
|||
| Line 68: | Line 68: | ||
| style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| Double curved integral | | style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| Double curved integral | ||
| style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| llint a | | style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| llint a | ||
| − | | style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:0.002cm solid #000000;padding:0.15cm;"| <math>\ | + | | style="background-color:transparent;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:0.002cm solid #000000;padding:0.15cm;"| <math>\oiint a</math> |
|- | |- | ||
| style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| Triple curved integral | | style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| Triple curved integral | ||
| style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| lllint a | | style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:none;padding:0.15cm;"| lllint a | ||
| − | | style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:0.002cm solid #000000;padding:0.15cm;"| <math>\ | + | | style="background-color:#cfe7f5;border-top:none;border-bottom:none;border-left:0.002cm solid #000000;border-right:0.002cm solid #000000;padding:0.15cm;"| <math>\oiiint a</math> |
|- | |- | ||
Revision as of 11:39, 2 May 2026
Operators
All operators can be used with the limit functions from and to.
| Operation | Command | Display |
|---|---|---|
| Limit | lim{a} | |
| Sum | sum{a} | Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \sum a} |
| Product | prod{a} | Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \prod a} |
| Coproduct | coprod{a} | Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \coprod a} |
| Upper and lower bounds shown with integral | int from {r_0} to {r_t} a | Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \underset{{r}_{0}}{\overset{{r}_{t}}{\int }}a} |
| Integral | int{a} | |
| Double integral | iint{a} | |
| Triple integral | iiint{a} | |
| Lower bound shown with summation symbol | sum from{3}b | |
| Contour integral | lint a | |
| Double curved integral | llint a | |
| Triple curved integral | lllint a | |
| Upper bound shown with product symbol | prod to{3} r |
| Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY). |