Sequential Organization
Last edited: August 8, 2025server-clients
Last edited: August 8, 2025server-clients is a command in Emacs LISP which is used to get the clients of the current running emacsclient server
set
Last edited: August 8, 2025A set is an unordered collection of objects, which maybe infinitely long. It is generated with \(\{, \}\). For instance, most numbers are sets.
constituents
- a collection of objects
requirements
- repetition does not matter
- order does not matter
additional information
set operations
Last edited: August 8, 2025:clap: math :clap: review
multiplication
For set \(\mathcal{P}\), matrix \(A\):
\begin{equation} A \mathcal{P} = \qty {Ap \mid p \in \mathcal{P}} \end{equation}
adding
For sets \(\mathcal{P}, \mathcal{Q}\):
\begin{equation} \mathcal{P} \oplus \mathcal{Q} = \qty {p+q \mid p \in \mathcal{P}, q \in \mathcal{Q}} \end{equation}