Posts

Sequential Organization

Last edited: August 8, 2025

server-clients

Last edited: August 8, 2025

server-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, 2025

A set is an unordered collection of objects, which maybe infinitely long. It is generated with \(\{, \}\). For instance, most numbers are sets.

constituents

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}

sets

Last edited: August 8, 2025