Sums and Products
In Corca, summation and product notation are structured operators with defined components. They contain bounds and an expression, and they remain editable as a single mathematical object.
Summation
A summation represents the total of a sequence of terms. The symbol used is the Greek capital sigma:
Creating a summation
You can create a summation by typing its name and selecting the suggestion. Type sum, select Summation from suggestions. A summation structure appears with editable fields:
Products
A product represents repeated multiplication of a sequence of terms. The symbol used is the Greek capital pi:
Creating a product
You create a product in the same way as a summation. Type product, select Product from suggestions. A product structure appears with editable bounds and expression:
Nested summations and products
Summations and products can contain other operators:
Each operator maintains its own bounds.
Summations and products in imported content
Summation and product notation imported from LaTeX or other formats is converted into structured operators. Example input:
\sum_{i=1}^{n} iResult:
Imported expressions behave exactly like native ones.
Previous: Functions | Next: Limits |