Group: Set of Elements (G) Operations ( )
Group: Set of Elements (G) Operations ( )
Closure: a*bG, a ,b G
Identity: a*e = e* a = a, a G
Group
Inverse – Every
Identity – There
member of the
must exist an
group must have an
element e in the
inverse. For every g
group such that for
Є G, there is an
every g Є G, we
element g-1 Є G such
have
that
e º g = g ºe = g
g º g-1 = g-1º g = e
Group (G, *)
Semi Group
Associatively:
Monoid
Identity:
Group
Inverse:
Examples of Groups
• (Z, +), (R, +)
• (Zn, +n)
•
Rings and Fields
Ring
• A ring <R,+,*> is a non-empty set R
together with two operations + and *,
called addition and multiplication, such
that
• <R,+> is an abelian group
• Multiplication is closed.
• Multiplication is associative
• Multiplication distributes over addition
a.(b+c) = a.b + a.c;
(b+c).a = b.a + c.a
Examples:
• (Z, +, x) is a ring
• (2Z, +, x) is a subring of (Z, +, x)
• Set of rational numbers with + and x
• (Zn , +, x) is a ring
• (Mnn, +, x) is a ring
• Set of all continuous real valued functions of reals
with the two operations
(f+g)(a)=f(a)+g(a) & (fg)(a)=f(a)g(a) is a ring.
Commutative Ring: a.b = b.a for all a
and b in R.
Unit Ring
(mult. identity)
Commutative
Ring
(mult. is commutative)
Division Ring
(mult. identity,
mult. inverse)
Field
(mult. identity,
mult. inverse,
mult. is commutative)
Fields
Definition:
A field F is a set together with two binary
operations + and ×, satisfying the
following properties:
1. (F,+) is a commutative group
1 Vectors in Rn
2 Vector Spaces
3 Subspaces of Vector Spaces
4 Spanning Sets and Linear Independence
5 Basis and Dimension
n
Vectors inn-tuple
An ordered
R :
a sequence of n real numbers ( x1, x2, , xn )
Rn-space :
the set of all ordered n-tuples
x1 , x2 x1 , x2
or
0,0
a point a vector
u u1 , u2 , , un , v v1 , v2 , , vn (two vectors in Rn)
Equality:
u v if and only if u1 v1 , u2 v2 , , un vn
Notes:
The sum of two vectors and the scalar multiple of a vector
in Rn are called the standard operations in Rn
Difference between u and v:
u v u ( 1) v (u1 v1 , u2 v2 , u3 v3 ,..., un vn )
Zero vector :
0 (0, 0, ..., 0)
•Theorem 1: Properties of vector addition and scalar multiplication
Let u, v, and w be vectors in Rn, and let c and d be scalars
un
Vector addition Scalar multiplication
u v (u1 , u2 , , un ) (v1 , v2 , , vn ) cu c(u1 , u 2 , , u n )
(u1 v1 , u2 v2 , , un vn ) (cu1 , cu2 , , cu n )
Addition:
(1) u+v is in V
(2) u+v=v+u
(3) u+(v+w)=(u+v)+w
(4) V has a zero vector 0 such that for every u in V, u+0=u
(5) For every u in V, there is a vector in V denoted by –u
such that u+(–u)=0
Scalar multiplication:
(6) cu is in V
(7) c(u v ) cu cv
(8) (c d )u cu du
(9) c(du) (cd )u
(10) 1(u) u
※ Any set V that satisfies these ten properties (or axioms) is called a vector
space, and the objects in the set are called vectors
n
※ Thus, we can conclude that R is of course a vector space