Formula guide
Memori turns plain text into proper maths, with no LaTeX, no backslashes and no dollar signs. Type a formula the natural way and it's formatted as you'd write it on paper, including the actuarial notation exams expect. Here's everything it understands, with what you type on the left and what shows on the right.
Two rules worth knowing. Anything longer than one character after a ^ or _ goes in braces, e.g. e^{kt}. And for an actuarial pre-subscript, type the underscore first, so _tp_x gives tpx, never t_px.
Try it
Type any formula below and it renders as you type, using the same engine as the app.
Powers & subscripts
Use ^ for powers and _ for subscripts. Anything longer than one character goes in braces { }.
x^2Power
e^{kt}Multi-character power
x_iSubscript
a_{ij}Multi-character subscript
x_i^2Subscript and power together
e^{-x}Negative power (braces)
Pre-subscripts (actuarial)
For a value that sits to the LEFT of the symbol, type the underscore first. Brace multiple characters together.
_tp_xt-year survival probability
_nq_xn-year mortality probability
_nE_xPure endowment
_{n|}q_xDeferred mortality
Accents (actuarial)
Wrap the content in parens. bar( ) is an overline (continuous), dot( ) and ddot( ) add one or two dots above, and angle( ) is the term symbol, usually written inside a subscript.
bar(A)_xContinuous assurance
bar(a)_xContinuous annuity
ddot(a)_xAnnuity-due
ddot(a)_{x:angle(n)}Temporary annuity-due
a_{angle(n)}Annuity-certain (term)
A_{x:angle(n)}Endowment assurance
_{k|}^2bar(A)^1_{[x]:angle(n)}All four corners at once, plus a bar accent, select bracket and the term symbol
Fractions
Write (numerator)/(denominator) with balanced parens.
(a+b)/(c)Fraction
(dN)/(dt)Derivative
(d^2x)/(dt^2)Second derivative
(partial f)/(partial x)Partial derivative
(partial^2 f)/(partial x^2)Second-order partial
Sums, products & integrals
Add _ and ^ limits and they stack above and below the symbol.
sum_{i=1}^{n} iSum with limits
int_0^1 x^2 dxDefinite integral
prod_{k=1}^{n} kProduct
sum_{n=1}^{infinity}Infinite sum
Greek letters
Spell the name. Capitalise the first letter for the upper-case form.
alpha, beta, gammaLower case
lambda, mu, sigmaLower case
Sigma, Omega, DeltaUpper case
Symbols & functions
sqrt(x)Root
sum, prod, int∑ ∏ ∫
partial, nabla∂ ∇
infinity, approx∞ ≈
Operators
>=, <=, !=≥ ≤ ≠
+-, ->, =>± → ⇒
a * bMultiply (×)
Every Greek name works (alpha, beta, gamma … omega; capitalise for Γ Δ Σ Ω). In the app, the same reference is a tap away from the i button on any formula field.