Mod-2 Vector Arithmetic For 2 binary n-vectors a and b –All components of a and b are elements of {0,1} –The mod-2 sum, c = a+b is term-by-term mod-2 sum.

Slides:



Advertisements
Similar presentations
10.2 Vectors and Vector Value Functions
Advertisements

Chapter 4 Finite Fields. Introduction of increasing importance in cryptography –AES, Elliptic Curve, IDEA, Public Key concern operations on “numbers”
General Physics (PHYS101)
The Scalar or Dot Product Lecture V1.2 Example 4 Moodle.
10.5 The Dot Product. Theorem Properties of Dot Product If u, v, and w are vectors, then Commutative Property Distributive Property.
1 Neural Nets Applications Vectors and Matrices. 2/27 Outline 1. Definition of Vectors 2. Operations on Vectors 3. Linear Dependence of Vectors 4. Definition.
Vectors. We will start with a basic review of vectors.
Vectors By Scott Forbes. Vectors  Definition of a Vector Definition of a Vector  Addition Addition  Multiplication Multiplication  Unit Vector Unit.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
6.4 Vectors and Dot Products
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Multiplication with Vectors
6.4 Vectors and Dot Products The Definition of the Dot Product of Two Vectors The dot product of u = and v = is Ex.’s Find each dot product.
 A ABAB VECTORS Elements of a set V for which two operations are defined: internal  (addition) and external  (multiplication by a number), example.
1.1 – 1.2 The Geometry and Algebra of Vectors.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time,
Vectors. Vectors: magnitude and direction Practice.
Angles Between Vectors Orthogonal Vectors
4-2 binary fields and binary vector spaces Special Thanks to Dr. Samir Al-Ghadhban & EE430 Students.
Chapter 3 Vectors in n-space Norm, Dot Product, and Distance in n-space Orthogonality.
تهیه کننده : نرگس مرعشی استاد راهنما : جناب آقای دکتر جمشید شنبه زاده.
Vectors in Space 11.2 JMerrill, Rules The same rules apply in 3-D space: The component form is found by subtracting the coordinates of the initial.
VECTORS (Ch. 12) Vectors in the plane Definition: A vector v in the Cartesian plane is an ordered pair of real numbers:  a,b . We write v =  a,b  and.
A rule that combines two vectors to produce a scalar.
Class 24: Question 1 Which of the following set of vectors is not an orthogonal set?
Chapter 4 Euclidean n-Space Linear Transformations from to Properties of Linear Transformations to Linear Transformations and Polynomials.
Matrix Operations.
Meeting 23 Vectors. Vectors in 2-Space, 3-Space, and n- Space We will denote vectors in boldface type such as a, b, v, w, and x, and we will denote scalars.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Dot Product and Orthogonal. Dot product…? Does anyone here know the definition of work? Is it the same as me saying I am standing here working hard? To.
8.5.3 – Unit Vectors, Linear Combinations. In the case of vectors, we have a special vector known as the unit vector – Unit Vector = any vector with a.
Ref: Pfleeger96, Ch.31 Properties of Arithmetic Reference: Pfleeger, Charles P., Security in Computing, 2nd Edition, Prentice Hall, 1996.
Properties Objective: To use the properties of numbers. Do Now 1.) = 3.) ( 2  1 )  4 = 2.) =4.) 2  ( 1  4 ) =
11.1 Vectors in the Plane.  Quantities that have magnitude but not direction are called scalars. Ex: Area, volume, temperature, time, etc.  Quantities.
by D. Fisher (2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition 1.
Vectors and Dot Product 6.4 JMerrill, Quick Review of Vectors: Definitions Vectors are quantities that are described by direction and magnitude.
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
LINEAR MODELS AND MATRIX ALGEBRA - Part 2 Chapter 4 Alpha Chiang, Fundamental Methods of Mathematical Economics 3 rd edition.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
ME 201 Engineering Mechanics: Statics Chapter 2 – Part E 2.9 Dot Product.
6.4 Vectors and Dot Products Objectives: Students will find the dot product of two vectors and use properties of the dot product. Students will find angles.
11.6 Dot Product and Angle between Vectors Do Now Find the unit vector of 3i + 4j.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1. Let be a sequence of n real numbers. The set of all such sequences is called n-space (or.
Vectors and Dot Products OBJECTIVES: Find the dot product of two vectors and use the properties of the dot product. Find the angle between two vectors.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Linear Algebra Lecture 2.
Elementary Linear Algebra
Properties of Operations
ES2501: Statics/Unit 4-1: Decomposition of a Force
Multiplying 2 Digit Factors
Outline Addition and subtraction of vectors Vector decomposition
Vectors.
Basic Matrix Operations
Vectors and Angles Lesson 10.3b.
6.2 Dot Products of Vectors
Law of sines Law of cosines Page 326, Textbook section 6.1
Angles Between Vectors Orthogonal Vectors
Properties of Addition and Multiplication
Section 7.4 Matrix Algebra.
C H A P T E R 3 Vectors in 2-Space and 3-Space
Physics 111 Practice Problem Solutions 01 Units, Measurement, Vectors SJ 8th Ed.: Ch , 3.1 – 3.4 Contents: 1-7, 1-9, 1-10, 1-12, 1-15, 1-21* 3-5,
Vectors, Linear Combinations and Linear Independence
Thanks for straightening that up!!
Unit 2: Algebraic Vectors
Divisibility Rules.
Section 8.4 Matrix Algebra
Divisibility Rules.
Vectors and Dot Products
Summary : 3. Motion in 2- & 3-D
CHAPTER 3 VECTORS NHAA/IMK/UNIMAP.
Presentation transcript:

Mod-2 Vector Arithmetic For 2 binary n-vectors a and b –All components of a and b are elements of {0,1} –The mod-2 sum, c = a+b is term-by-term mod-2 sum of the vector components –The scalar product, c = ba of vector a and scalar b is the term-by-term mod-2 product of the vector components and scalar b –The dot product c = a.b is a scalar defined by a.b = (a 0.b 0 )+(a 1.b 1 )+……(a n-1.b n-1 ) where all additions and multiplications are mod-2 If dot product is zero, the vectors are orthogonal.

Binary Linear Vector Space Is a set of K binary n-vectors that satisfy: –Mod-2 sum of any 2 vectors in the set is another vector in the set –The mod-2 scalar product of an element of {0,1} and any vector in the set is another vector in the set –A distributive law is satisfied. If b 1 and b 2 are scalars from the set {0,1} and x 1 and x 2 are vectors from the set, then b 1.(x 1 +x 2 ) = (b 1.x 1 ) + (b 1.x 2 ) (b 1 +b 2 ).x 1 = (b 1 x 1 ) + (b 2.x 1 ) –An associative law is satisfied: (b 1.b 2 ).x 1 = b 1.(b 2.x 1 )

Reference R. E. Ziemer and R. L. Peterson, ‘Introduction to Digital Communications, 2 nd. Edition,’ Prentice Hall, 2001.