Lesson 4 Review of Vectors and Matrices. Vectors A vector is normally expressed as or in terms of unit vectors likewise.

Slides:



Advertisements
Similar presentations
Determinant The numerical value of a square array of numbers that can be used to solve systems of equations with matrices. Second-Order Determinant (of.
Advertisements

1 3D Vector & Matrix Chapter 2. 2 Vector Definition: Vector is a line segment that has the direction. The length of the line segment is called the magnitude.
Matrices A matrix is a rectangular array of quantities (numbers, expressions or function), arranged in m rows and n columns x 3y.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Matrix Algebra Matrix algebra is a means of expressing large numbers of calculations made upon ordered sets of numbers. Often referred to as Linear Algebra.
Economics 2301 Lecture 11 Matrix Algebra. Acknowledgement Much of the material on these slides was taken from Krishnan Namboodiri's book, MATRIX ALGEBRA:
Economics 2301 Matrices Lecture 12. Inner Product Let a' be a row vector and b a column vector, both being n-tuples, that is vectors having n elements:
Here is a preview of one type of problem we are going to solve using matrices. Solve this system of equations:
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Vectors and Matrices Class 17.1 E: Ch. 5.
Matrix Definition A Matrix is an ordered set of numbers, variables or parameters. An example of a matrix can be represented by: The matrix is an ordered.
Matrices The Basics Vocabulary and basic concepts.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
Section 10.3 – The Inverse of a Matrix No Calculator.
1 Chapter 2 Matrices Matrices provide an orderly way of arranging values or functions to enhance the analysis of systems in a systematic manner. Their.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Basics of Linear Algebra A review?. Matrix  Mathematical term essentially corresponding to an array  An arrangement of numbers into rows and columns.
Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 2.1: Recap on Linear Algebra Daniel Cremers Technische Universität.
Compiled By Raj G. Tiwari
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
MATLAB Basics With a brief review of linear algebra by Lanyi Xu modified by D.G.E. Robertson.
Patrick Nichols Thursday, September 18, Linear Algebra Review.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Statistics and Linear Algebra (the real thing). Vector A vector is a rectangular arrangement of number in several rows and one column. A vector is denoted.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Matrices Addition & Subtraction Scalar Multiplication & Multiplication Determinants Inverses Solving Systems – 2x2 & 3x3 Cramer’s Rule.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
1 Ch. 4 Linear Models & Matrix Algebra Matrix algebra can be used: a. To express the system of equations in a compact manner. b. To find out whether solution.
Matrices. Definitions  A matrix is an m x n array of scalars, arranged conceptually as m rows and n columns.  m is referred to as the row dimension.
Matrices A matrix is a table or array of numbers arranged in rows and columns The order of a matrix is given by stating its dimensions. This is known as.
ES 240: Scientific and Engineering Computation. Chapter 8 Chapter 8: Linear Algebraic Equations and Matrices Uchechukwu Ofoegbu Temple University.
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.
Inverse of a Matrix Multiplicative Inverse of a Matrix For a square matrix A, the inverse is written A -1. When A is multiplied by A -1 the result is the.
MT411 Robotic Engineering Asian Institution of Technology (AIT) Chapter 1 Introduction to Matrix Narong Aphiratsakun, D.Eng.
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
2.5 – Determinants and Multiplicative Inverses of Matrices.
Composite 3D Transformations. Example of Composite 3D Transformations Try to transform the line segments P 1 P 2 and P 1 P 3 from their start position.
LEARNING OUTCOMES At the end of this topic, student should be able to :  D efination of matrix  Identify the different types of matrices such as rectangular,
Notes Over 4.2 Finding the Product of Two Matrices Find the product. If it is not defined, state the reason. To multiply matrices, the number of columns.
Do Now: Perform the indicated operation. 1.). Algebra II Elements 11.1: Matrix Operations HW: HW: p.590 (16-36 even, 37, 44, 46)
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
Computer Graphics Mathematical Fundamentals Lecture 10 Taqdees A. Siddiqi
Linear Algebra Review Tuesday, September 7, 2010.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
Matrices. Matrix A matrix is an ordered rectangular array of numbers. The entry in the i th row and j th column is denoted by a ij. Ex. 4 Columns 3 Rows.
12-1 Organizing Data Using Matrices
Linear Algebra review (optional)
Copyright © 2009 Dan Nettleton
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
Matrix Operations SpringSemester 2017.
Section 7.4 Matrix Algebra.
PROGRAMME 4 DETERMINANTS.
WarmUp 2-3 on your calculator or on paper..
PROGRAMME 4 DETERMINANTS.
Review of Matrix Algebra
Section 2.4 Matrices.
Section 3.3 – The Inverse of a Matrix
Basics of Linear Algebra
Linear Algebra review (optional)
1.8 Matrices.
Matrix Operations SpringSemester 2017.
Game Programming Algorithms and Techniques
1.8 Matrices.
L4-5/L4-6 Objective: Students will be able to evaluate determinants of matrices.
Presentation transcript:

Lesson 4 Review of Vectors and Matrices

Vectors A vector is normally expressed as or in terms of unit vectors likewise

Vectors (continued) Dot product Cross product

Matrices The general form for expressing a matrix operation is usually expressed as where A is the coefficient matrix consisting of n x m values, x is the unknown variable, and b is the RHS or load vector. Expanded in terms of the elements.

Matrices (continued) For example, if n = m = 3, we have Addition/Subtraction of matrices or

Matrices (continued) Multiplication of matrices If we multiply a 3 x 1 row vector, A, times a 1 x 3 column vector, B, we obtain On the other hand, B time A gives

Matrices (continued) Determinant of a matrix The determinant of a matrix is used in the 2 x 2 Jacobian matrix for transforming the shape function derivatives from  to x,y coordinates. The Jacobian is which can be written in the simpler form

Matrices (continued) The determinant, det A, is obtained by cross-multiplying and subtracting products, i.e., Hence, the determinant of the Jacobian matrix can be written as where N denotes the shape function and K the number of local node points

Matrices (continued) To find the inverse of a matrix (2 x 2)

Matrices (continued) Derivative of a matrix The derivative of a matrix is obtained by taking the derivative of each of its elements, i.e., The transpose of a row vector, A=[a 1 a 2 a 3 ] is