The composition $\sigma_s \sigma_t$ commutes with scalar multiplication.
The $n$-fold iterate of $\sigma_s \sigma_t$ is additive.
The $n$-fold iterate of $\sigma_s \sigma_t$ commutes with scalar multiplication.
The $n$-fold iterate of $\sigma_s \sigma_t$ fixes any vector orthogonal to both $e_s$ and $e_t$.
The Chebyshev-like sequence $A_n$ that tracks the $e_s$-coefficient of $(\sigma_s \sigma_t)^n (e_s)$ in the geometric representation.
Instances For
The sequence $B_n$ that tracks the $e_t$-coefficient of $(\sigma_s \sigma_t)^n (e_s)$.
Instances For
The sequence $C_n$ that tracks the $e_s$-coefficient of $(\sigma_s \sigma_t)^n (e_t)$.
Instances For
The sequence $D_n$ that tracks the $e_t$-coefficient of $(\sigma_s \sigma_t)^n (e_t)$.
Instances For
One-step recurrence for the pair $(A_n, B_n)$ giving the matrix product that corresponds to applying one more copy of $\sigma_s \sigma_t$.
One-step recurrence for the pair $(C_n, D_n)$, analogous to $\mathtt{seqAB\_step}$.
Functional form: the $n$-th iterate of $\sigma_s \sigma_t$ applied to $e_s$ is the linear combination $A_n\, e_s + B_n\, e_t$.
Pointwise form of $\mathtt{iter\_e\_s\_formula\_fn}$: evaluating at any index $u$ gives $A_n\, e_s(u) + B_n\, e_t(u)$.
Functional form: the $n$-th iterate of $\sigma_s \sigma_t$ applied to $e_t$ is the linear combination $C_n\, e_s + D_n\, e_t$.
Pointwise form of $\mathtt{iter\_e\_t\_formula\_fn}$: evaluating at any index $u$ gives $C_n\, e_s(u) + D_n\, e_t(u)$.
If $s \ne t$ and the Coxeter order $m(s,t)$ is finite, then $m(s,t) \ge 2$.
Endpoint value: $A_{m(s,t)} = 1$, encoding that the $e_s$-coefficient of $(\sigma_s\sigma_t)^{m(s,t)}(e_s)$ returns to $1$.
Endpoint value: $D_{m(s,t)} = 1$, encoding that the $e_t$-coefficient of $(\sigma_s\sigma_t)^{m(s,t)}(e_t)$ returns to $1$.