vault backup: 2025-01-09 13:06:59

This commit is contained in:
arc 2025-01-09 13:06:59 -07:00
parent c3016ca483
commit 57a37356cc

View File

@ -21,6 +21,7 @@ In base 10, a value is expressed by an n-tuple with n digits
$$ D = d_{n-1}d_{n-2} \cdots d_1 d_0 $$ $$ D = d_{n-1}d_{n-2} \cdots d_1 d_0 $$
This represents the value This represents the value
$$ V(D) = d_{n-1} * 10^{n-1} + d_{n - 2} * 10^{n-2} + \cdots + d_1 * 10^1 + d_0 * 10^0 $$ $$ V(D) = d_{n-1} * 10^{n-1} + d_{n - 2} * 10^{n-2} + \cdots + d_1 * 10^1 + d_0 * 10^0 $$
In a binary or base 2 number system, each digit can be a zero or one, called a *bit*.
# Definitions # Definitions
- **Xtor** is an abbreviation for *transistor* - **Xtor** is an abbreviation for *transistor*