Linear Algebra - Binary Operations
Linear Algebra - Binary Operations
(or)
An operation * on a non-empty set A is said to be a binary
operation if a A & b A, then a * b A
(Closure Property)
4.1
4.2
4.3
4.4
Examples:
The
. set ℝ with the operation a + b
+
The set Q with the operation a × b
The set ℝ-{0} with the operation a / b
The set ℤ with the operation a - b
The set ℚ with the operation
Check: The operation ⋆ on the set
defined by
4.5
Examples not binary:
The set ℝ with the operation a / b
The set ℚ with the operation (a + b )
The set ℝ-{0} with the operation a - b
The set ℤ with the operation a / b
+
The set Q with the operation a + b – ab.
Check:
Let with the operation defined as
( x1 , y1 ) * ( x2 , y2 ) = ( x1 + x2 , y1 − y2 )
( x1 , y1 ) * ( x2 , y2 ) = ( x1 + x2 , y1 / y2 )
( x1 , y1 ) * ( x2 , y2 ) = ( x1 + x2 , y1 + y2 )
4.6
Associative property:
A binary operation * on a set S is said to satisfy the associative
property if u * (v * w) = (u * v) * w for all u, v, w ∈ S.
Check:
The set ℚ with the operation
The operation ⋆ on the set
4.8
Inverse:
A binary operation * on a set S with identity element e, is said
to have an inverse for the element u ∈ S if there exists an
element v ∈ S such that u * v = v * u = e. Then v is said to an
−1
inverse of u and denote by u .
4.9
Commutative:
A binary operation * on a set S is said to satisfy the
commutative if u * v = v * u for all u, v ∈ S.
The set ℝ with the operation a + b, then a + b = b + a.
+
The set Q with the operation a × b, then a b = b a.
The set ℝ-{0} with the operation a / b, then a / b ≠ b / a.
Let with the operation defined as
( x1 , y1 ) * ( x2 , y2 ) = ( x1 + x2 , y1 + y2 )
= ( x2 + x1 , y2 + y1 )
= ( x2 , y2 ) * ( x1 , y1 )
Check:
Set of all matrix with matrix multiplication.
4.10
Group:
A non empty set S with the binary operation * is said to be
group if it satisfies the following conditions;
1. Closure property: a S & b S, then a * b S;
2. Associative property: u * (v * w) = (u * v) * w for all
u, v, w ∈ S; (Semi group)
3. Identity property: there exists an element e ∈ S such that
u * e = e * u = u for all u ∈ S. ( Monoid )
4.11
The set ℝ with the operation usual addition is group.
+
The set Q with the operation usual multiplication is a group.
is a group.
4.12
Distributive:
Two binary operations * and # on a set S is said to satisfy the
1. Distributive property of * over # if
u * (v # w) = ( u * v ) # ( u * w ) for all u, v, w ∈ S.
4.14
4.15