General
f(x;p) is a quantity f with variables x and (optionally) parameterized by parameters p
| Quantity | Notation | Subscript Left | Subscript Right | Superscript | Example |
|---|
| Scalar | lowercase | n/a | n/a | n/a | a=4 |
| Vector | lowercase, bold | frame | point (from) → point (to) | n/a | ArAB |
| Unit axis vector | lowercase, bold, non-italic | frame | axis | frame of axis | AexB |
| Homogeneous vector | lowercase, bold, tilde | frame | point (from) → point (to) | n/a | Ar~AB |
| Matrix | uppercase, bold | n/a | n/a | n/a | A |
| Transformation matrix | uppercase, bold, non-italic | n/a | frame (to) ← frame (from) | n/a | RBA |
Kinematics
| Quantity | Notation | Subscript |
|---|
| Absolute position | rP:=IrIP | object (point) |
| Absolute velocity | vP:=Ir˙IP | object (point) |
| Absolute acceleration | aP:=v˙P=Ir¨IP | object (point) |
| Note: absolute means the quantity is expressed wrt a fixed (inertial) reference frame I with origin I | | |
Probability
| Property | Notation |
|---|
| Random variable (RV), state | X, x |
| Probability | P(X=x)=:P(X) |
| Conditional probability | P(X=x∣Y=y)=:P(X∣Y) |
| Expectation of a continuous RV | Ex∼f(x)[X]=∫−∞∞xf(x)dx=:E[X]=:μ |
| Expectation of a discrete RV | Ex∼p(x)[X]=∑ixip(xi)=:E[X]=:μ |
| Expectation (continuous RV) of a function g | Ex∼f(x)[g(x)]=∫−∞∞g(x)p(x)dx |
| Expectation (discrete RV) of a function g | Ex∼p(x)[g(x)]=∑ig(xi)p(xi) |
| Variance | Var[X]=:σ2 |
| Standard deviation | SD[X]=:σ |
| Probability mass function (for discrete RVs) | pX(x)=:p(x) |
| Probability density function (for continuous RVs) | fX(x)=:f(x) |
| Cumulative distribution function | FX(x)=:F(x) |