You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kyle Knoepfel edited this page May 10, 2023
·
4 revisions
Functions and tuples
In this work, a user-defined $n$-ary operation $f(a_0, a_1, \cdots, a_{n-1})$ is equivalently expressed as $f(\boldsymbol{a})$, where $\boldsymbol{a}$ is an $n$-tuple representing the ordered sequence of elements $(a_0, a_1, \cdots, a_{n-1})$.
which corresponds to the sequence of $n$ elements $\boldsymbol{a}_0, \boldsymbol{a}_1, \cdots, \boldsymbol{a}_{n-1}$. When no ambiguity is present, we will use the abbreviation: