This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
math121a-f23:september_6_wednesday [2023/09/05 18:12] pzhou created |
math121a-f23:september_6_wednesday [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 14: | Line 14: | ||
| - | (optional) | + | (optional) other weird " |
| + | |||
| + | |||
| + | ===== post lecture note ===== | ||
| + | |||
| + | Roughly speaking, a ' | ||
| + | |||
| + | A ' | ||
| + | |||
| + | $\gdef\F{\mathbb F}$ | ||
| + | |||
| + | We talked about finite field. Given a prime number $p$, we define $\F_p = \Z / p\Z$, This notation may reminds you of the quotient vector space $V/W$, indeed, $\Z / p \Z$ is the set of equivalence class, where we say two integers $n_1, n_2$ are equivalent (and write $n_1 \equiv n_2 (mod p)$), if $n_1 - n_2 \in p \Z$, i.e. the difference is a multiple of $p$. In class, we set $p=7$, and we say $1 \equiv 8 (mod 7)$. If we use $[n] = n + p \Z$ the equivalence class that $n$ belongs to, then we write $[1]=[8]$. | ||
| + | $$\F_7 = \{ [0], [1], \cdots, [6]\}$$ | ||
| + | We have arithematics like | ||
| + | $$ [a] + [b] = [a+b], \quad [a] \cdot [b] = [ab]. $$ | ||
| + | For example, $[2] \cdot [4] = [8] = [1]$. (When there is no danger of confusion, we just write $n$ for $[n]$) | ||
| + | |||
| + | Question (optional): \\ | ||
| + | 1. Can you write down how $\F_5$ behave? For example, what is $[2] + [4] = ?$ What is who multiply $[3]$ equasl $[1]$? | ||
| + | |||
| + | 2. ' | ||
| + | |||
| + | 3. In class, we also talked about, can you define 'super complex number', | ||
| + | $$ \R[x]/ | ||
| + | can you define multiplication on it? $ ( 1+ x + x^2) (2 + x) = ?$ | ||
| + | |||
| + | Does every nonzero element has a (multiplicative) inverse? For example, $x$ has inverse, | ||
| + | $$ 1/x = x^2. $$ | ||
| + | $x+1$ has inverse, we have | ||
| + | $$ \frac{1}{1+x} = \frac{1-x+x^2}{(1+x)(1-x+x^2)} = \frac{1-x+x^2}{1+x^3} = \frac{1-x+x^2}{2}. $$ | ||
| + | Does $x-1$ has inverse? | ||
| + | |||
| + | ------- | ||
| + | |||
| + | you may ask: why we care about other ' | ||
| + | |||
| + | ==== Exercise ==== | ||
| + | (part of homework) | ||
| + | Read Boas Ch2, section 1 - 9, find 5 interesting problems there and do it. (copy down the problem, so the grader / reader know which one you are doing). | ||
| + | |||
| + | |||
| + | |||
| + | |||