Section 4.3 – A Review of Determinants Section 4.4 – The Cross Product.

Slides:



Advertisements
Similar presentations
Chapter 4 Section 3 Matrix Multiplication. Scalar Multiplication Scalar Product - multiplying each element in a matrix by a scalar (real number) –Symbol:
Advertisements

Section 13-4: Matrix Multiplication
Section 4.1 – Vectors (in component form)
Chapter 2 Section 2. Lemma Let i=1 and j=2, then.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Vector Refresher Part 4 Vector Cross Product Definition Vector Cross Product Definition Right Hand Rule Right Hand Rule Cross Product Calculation Cross.
Maths for Computer Graphics
Matrix Operations. Matrix Notation Example Equality of Matrices.
Ch 7.2: Review of Matrices For theoretical and computation reasons, we review results of matrix theory in this section and the next. A matrix A is an m.
Class 25: Question 1 Which of the following vectors is orthogonal to the row space of A?
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.
Matrices The Basics Vocabulary and basic concepts.
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 9.4: The Cross Product Practice HW from Stewart Textbook (not to hand in) p. 664 # 1, 7-17.
Review of Matrices Or A Fast Introduction.
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, , ,
4.3 Matrix Multiplication 1.Multiplying a Matrix by a Scalar 2.Multiplying Matrices.
A rule that combines two vectors to produce a scalar.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
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.
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.
REVIEW Linear Combinations Given vectors and given scalars
MTH108 Business Math I Lecture 20.
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 Multiplication
Matrix Operations.
Section 3.3 – The Cross Product
Section 10.4 – Determinant of a SQUARE Matrix
CS1550 Fundamentals For Computer Graphics Vectors-2
Matrix Operations SpringSemester 2017.
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.).
Determinants 2 x 2 and 3 x 3 Matrices.
2.2 Introduction to Matrices
Further Matrix Algebra
Section 3.2 – Determinant of a SQUARE Matrix
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.
Chapter 4 Matrices & Determinants
Determinants 2 x 2 and 3 x 3 Matrices.
1.8 Matrices.
Matrix Operations SpringSemester 2017.
Matrix A matrix is a rectangular arrangement of numbers in rows and columns Each number in a matrix is called an Element. The dimensions of a matrix are.
1.8 Matrices.
Multiplying Matrices.
Multiplying Matrices.
Multiplying Matrices.
Presentation transcript:

Section 4.3 – A Review of Determinants Section 4.4 – The Cross Product

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

Try these four… …and these four

The MINOR of a matrix 1.Cross out the row and column of the element 2.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. 3.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