(optional) other weird "numbers"? (if you walk like a number, talk like a number, operate like a number, I will call you a number!) The notion of a 'field'.
(optional) other weird "numbers"? (if you walk like a number, talk like a number, operate like a number, I will call you a number!) The notion of a 'field'.
+
+
+
===== post lecture note =====
+
+
Roughly speaking, a 'ring' is a set whose elements can do addition and multiplication (among) themselves. Example: Z, polynomial. (to be precise, we talk about commutative multiplication, that satisfies x⋅y=y⋅x. matrix multiplication may not be commutative.)
+
+
A 'field', is a ring where any nonzero element has a multiplicative inverse. Z is not a field. Q, R, C are field.
+
+
+
+
We talked about finite field. Given a prime number p, we define Fp=Z/pZ, This notation may reminds you of the quotient vector space V/W, indeed, Z/pZ is the set of equivalence class, where we say two integers n1,n2 are equivalent (and write n1≡n2(modp)), if n1−n2∈pZ, i.e. the difference is a multiple of p. In class, we set p=7, and we say 1≡8(mod7). If we use [n]=n+pZ the equivalence class that n belongs to, then we write [1]=[8].
+
F7={[0],[1],⋯,[6]}
+
We have arithematics like
+
[a]+[b]=[a+b],[a]⋅[b]=[ab].
+
For example, [2]⋅[4]=[8]=[1]. (When there is no danger of confusion, we just write n for [n])
+
+
Question (optional): \\
+
1. Can you write down how F5 behave? For example, what is [2]+[4]=? What is who multiply [3] equasl [1]?
+
+
2. 'finite field version of complex number'. Take K be a field. We consider K[−1]:=K[x]/(x2+1)={a+bx∣a,b∈K,x2=−1}. Is this always a field? Namely, can you always define 1/(a+bx)? We see that for K=R, this works, 1/(a+bx)=(a−bx)/(a2+b2). Does the inverse always exist for K[−1]? Try K=Q,F5,F7, see if you can find some pattern.
+
+
3. In class, we also talked about, can you define 'super complex number', that instead of using two real numbers a,b to represent a complex number a+bi, but three real numbers? For example, we can try
+
\R[x]/(x^3-1) = \{ a+b x + c x^2 \mid a,b,c \in \R, x^3=1 \}
+
can you define multiplication on it? (1+x+x2)(2+x)=?
+
+
Does every nonzero element has a (multiplicative) inverse? For example, x has inverse,
+
1/x=x2.
+
x+1 has inverse, we have
+
1+x1=(1+x)(1−x+x2)1−x+x2=1+x31−x+x2=21−x+x2.
+
Does x−1 has inverse?
+
+
-------
+
+
you may ask: why we care about other 'field'? I am happy with C and R. I don't have a good answer for that, maybe you will find some application some day.
+
+
==== 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).
+
+
+
+
+
math121a-f23/september_6_wednesday.1693937550.txt.gz · Last modified: 2023/09/05 11:12 by pzhou