(High School) Vector 李宏毅 Hung-yi Lee.

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Matrices & Systems of Linear Equations
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Ch 7.3: Systems of Linear Equations, Linear Independence, Eigenvalues
Chapter 2 Matrices Definition of a matrix.
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.
What is entry A in the matrix multiplication: ( a) 1 (b) -2(c) 5 (d) 11(e) 13 (f) 0.
Matrices The Basics Vocabulary and basic concepts.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
8.6.1 – The Dot Product (Inner Product). So far, we have covered basic operations of vectors – Addition/Subtraction – Multiplication of scalars – Writing.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Algebra 2: Lesson 5 Using Matrices to Organize Data and Solve Problems.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
4 4.2 © 2012 Pearson Education, Inc. Vector Spaces NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
1 1.3 © 2012 Pearson Education, Inc. Linear Equations in Linear Algebra VECTOR EQUATIONS.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
If A and B are both m × n matrices then the sum of A and B, denoted A + B, is a matrix obtained by adding corresponding elements of A and B. add these.
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Meeting 18 Matrix Operations. Matrix If A is an m x n matrix - that is, a matrix with m rows and n columns – then the scalar entry in the i th row and.
Chapter 4 Euclidean n-Space Linear Transformations from to Properties of Linear Transformations to Linear Transformations and Polynomials.
Matrix Operations.
 6. Use matrices to represent and manipulate data, e.g., to represent payoffs or incidence relationships related in a network.  7. Multiply matrices.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
MATRICES Operations with Matrices Properties of Matrix Operations
Matrices and Matrix Operations. Matrices An m×n matrix A is a rectangular array of mn real numbers arranged in m horizontal rows and n vertical columns.
MATRIX A set of numbers arranged in rows and columns enclosed in round or square brackets is called a matrix. The order of a matrix gives the number of.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Distributive Commutative Addition Zero Property Additive Inverse 0 Multiplicative Identity Commutative Multiplication Multiplicative Inverse Additive Identity.
Section 3.3 Dot Product; Projections. THE DOT PRODUCT If u and v are vectors in 2- or 3-space and θ is the angle between u and v, then the dot product.
Chapter 4 Vector Spaces Linear Algebra. Ch04_2 Definition 1: ……………………………………………………………………. The elements in R n called …………. 4.1 The vector Space R n Addition.
Section 4.1 Euclidean n-Space.
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.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Vectors, Matrices and their Products Hung-yi Lee.
2.1 Matrix Operations 2. Matrix Algebra. j -th column i -th row Diagonal entries Diagonal matrix : a square matrix whose nondiagonal entries are zero.
Beyond Vectors Hung-yi Lee. Introduction Many things can be considered as “vectors”. E.g. a function can be regarded as a vector We can apply the concept.
MTH108 Business Math I Lecture 20.
Matrices and Vector Concepts
Vector Spaces B.A./B.Sc. III: Mathematics (Paper II) 1 Vectors in Rn
Linear Algebra review (optional)
Properties of Operations
Commutative Property of Addition
ES2501: Statics/Unit 4-1: Decomposition of a Force
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Week 2 Introduction to Hilbert spaces Review of vector spaces
What we’re learning today:
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
Vectors, Linear Combinations and Linear Independence
2. Matrix Algebra 2.1 Matrix Operations.
MATRICES MATRIX OPERATIONS.
1.3 Vector Equations.
Linear Algebra Lecture 37.
MATRICES Operations with Matrices Properties of Matrix Operations
Elementary Linear Algebra
Vector Spaces 1 Vectors in Rn 2 Vector Spaces
Linear Algebra review (optional)
How many solutions? Hung-yi Lee New Question:
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
1.8 Matrices.
Matrix Operations SpringSemester 2017.
1.8 Matrices.
NULL SPACES, COLUMN SPACES, AND LINEAR TRANSFORMATIONS
Subspace Hung-yi Lee Think: beginning subspace.
e2 e1 e5 e4 e3 v1 v2 v3 v4 Consider the differences between Z and Z2:
Presentation transcript:

(High School) Vector 李宏毅 Hung-yi Lee

Vectors 1 2 3 1 2 3 A vector v is a set of numbers v = v = Row vector Column vector In this course, the term vector refers to a column vector unless being explicitly mentioned otherwise.

Vectors 1 2 3 v = components: the entries of a vector. The i-th component of vector v refers to vi v1=1, v2=2, v3=3 If a vector only has less than four components, you can visualize it. v3 v v2 v v2 v1 v1 http://mathinsight.org/vectors_cartesian_coordinates_2d_3d#vector3D

Scalar Multiplication 𝒗= 𝑣 1 𝑣 2 2𝑣 2 2𝒗 𝑣 2 𝒗 scalar multiplication for a vector 𝑐𝒗= 𝑐 𝑣 1 𝑐 𝑣 2 𝑣 1 2𝑣 1

Vector Addition http://mathinsight.org/vectors_cartesian_coordinates_2d_3d#vector3D

Vector Set 1 2 3 , 4 5 6 , 6 8 9 , 9 0 2 A vector set with 4 elements A vector set can contain infinite elements L= 𝑥 1 𝑥 2 : 𝑥 1 + 𝑥 2 =1 0 1 , 1 0 , 0.3 0.7 , 0.7 0.3 …… …… ……

Vector Set Rn :We denote the set of all vectors with n entries by Rn .

The objects have the following 8 properties are “vectors”. Properties of Vector The objects have the following 8 properties are “vectors”. For any vectors u, v and w in Rn, and any scalars a and b u + v = v + u (u + v) + w = u + (v + w) There is an element 𝟎 in Rn such that 𝟎 + u = u There is an element u’ in Rn such that u’ + u = 0 1u = u (ab)u = a(bu) a(u+v) = au + av (a+b)u = au + bu 𝟎= 0 ⋮ 0 zero vector u’ is the additive inverse of u

More Properties of Vector 𝟎 + u = u u’ + u = 0 For any vectors u, v and w in Rn, and any scalar a If u + v = w + v, then u = w If u + v = u + w, then v = w The zero vector 0 is unique. It is the only vector in Rn that satisfies 0 + u = u Each vector in Rn has exactly one u’ 0u = 0 a0 = 0 u’ = -1(u) = -u (-a)u = a(-u) = -(au)