Section 3.3 – The Cross Product

Slides:



Advertisements
Similar presentations
Section 13-4: Matrix Multiplication
Advertisements

Chapter 2 Section 2. Lemma Let i=1 and j=2, then.
Vector Refresher Part 4 Vector Cross Product Definition Vector Cross Product Definition Right Hand Rule Right Hand Rule Cross Product Calculation Cross.
3_3 An Useful Overview of Matrix Algebra
Maths for Computer Graphics
The Dot Product Sections 6.7. Objectives Calculate the dot product of two vectors. Calculate the angle between two vectors. Use the dot product to determine.
ME221Lecture 61 ME 221 Statics Sections 2.6 – 2.8.
Vectors Sections 6.6. Objectives Rewrite a vector in rectangular coordinates (in terms of i and j) given the initial and terminal points of the vector.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
Fundamentals of matrices
Section 10.3 – The Inverse of a Matrix No Calculator.
Determinants 2 x 2 and 3 x 3 Matrices. Matrices A matrix is an array of numbers that are arranged in rows and columns. A matrix is “square” if it has.
Recall that a square matrix is one in which there are the same amount of rows as columns. A square matrix must exist in order to evaluate a determinant.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Section 4.3 – A Review of Determinants Section 4.4 – The Cross Product.
Section 9.4: The Cross Product Practice HW from Stewart Textbook (not to hand in) p. 664 # 1, 7-17.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
2.5 Determinants and Multiplicative Inverses of Matrices Objectives: Evaluate determinants. Find inverses of matrices. Solve systems of equations by using.
Balancing a trip matrix. sumAiOi 21361, , ,
Fundamentals of Engineering Analysis
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
CS 450: COMPUTER GRAPHICS TRANSFORMATIONS SPRING 2015 DR. MICHAEL J. REALE.
Table of Contents Matrices - Definition and Notation A matrix is a rectangular array of numbers. Consider the following matrix: Matrix B has 3 rows and.
4-3 Matrix Multiplication Objective: To multiply a matrix by a scalar multiple.
Systems of Equations and Matrices Review of Matrix Properties Mitchell.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
10.4 Warm up – No Calc. Section 10.4 – Determinant of a SQUARE Matrix With and Without Calculator By the end of this lesson, you should be able to: Calculate.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
MTH108 Business Math I Lecture 20.
Matrix Arithmetic Prepared by Vince Zaccone
13.4 Product of Two Matrices
12-1 Organizing Data Using Matrices
Multiplying Matrices.
ECE 1304 Introduction to Electrical and Computer Engineering
Warm-Up 3) 1) 4) Name the dimensions 2).
Unit 1: Matrices Day 1 Aug. 7th, 2012.
Matrix Operations.
Matrix Operations.
Section 10.4 – Determinant of a SQUARE Matrix
CS1550 Fundamentals For Computer Graphics Vectors-2
Matrix Operations SpringSemester 2017.
Scalars and Vectors.
PROGRAMME 4 DETERMINANTS.
Multiplying Matrices.
WarmUp 2-3 on your calculator or on paper..
PROGRAMME 4 DETERMINANTS.
[ ] [ ] [ ] [ ] EXAMPLE 3 Scalar multiplication Simplify the product:
Warm-up 3.).
Section 3.1 – Vectors in Component Form
Unit 3: Matrices
Determinants 2 x 2 and 3 x 3 Matrices.
Section 3.3 – The Inverse of a Matrix
Further Matrix Algebra
Section 3.2 – Determinant of a SQUARE Matrix
Matrix Multiplication
Multiplying Matrices.
Matrix Addition
Section 10.4 – Determinant of a SQUARE Matrix
3 X 3 DETERMINANTS DIAGONALS METHOD
3.5 Perform Basic Matrix Operations
Warm-Up 3) 1) 4) Name the dimensions 2).
Determinants 2 x 2 and 3 x 3 Matrices.
Determinants 2 x 2 and 3 x 3 Matrices.
Determinants 2 x 2 and 3 x 3 Matrices.
Matrix Operations SpringSemester 2017.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Section 3.3 – The Cross Product Unit 3 – Vectors Section 3.3 – The Cross Product Calculator Required

Vocabulary First (Again  ) Determinant – a number (scalar) Notations The 2 x 2 Determinant

Try these four… …and these four

The MINOR of a matrix Cross out the row and column of the element Compute the determinant of what remains

The 3 x 3 Determinant 1. Select ANY row or column (most zeros would be smart) 2. Take each element and multiply it by its MINOR. Apply + - + - + - (to be explained). Remember the + starts with the first row first column element. + – +

+ – + – + – – + –

– + – + – + = 0

Definition The cross product of two vector yields a vector which Is orthogonal to the two given vectors. If A = ai + bj + ck and B = di + ej + fk

Find the vector orthogonal to A = 2i + 3j + k and B = 3i - 2j + 5k

Find the vector orthogonal to A = 7i + 1j + 2k and B = i + 3j + 4k