Difference between revisions of "Documentation/AOO4 User Guides/Math Guide/Math Commands Reference/Operators"
From Apache OpenOffice Wiki
m (→Operators) |
|||
| 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>\oiint a</math> | + | | style="height:45px;vertical-align:bottom;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>\oiiint a</math> | + | | style="height:45px;vertical-align:bottom;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:48, 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} | |
| Product | prod{a} | |
| Coproduct | coprod{a} | |
| Upper and lower bounds shown with integral | int from {r_0} to {r_t} 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). |