Basics of Linear Algebra

Slides:



Advertisements
Similar presentations
Learning Objectives To apply the summation and product notation To define a matrix To solve problems on matrix summation, subtraction and multiplication.
Advertisements

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.
Mathematics. Matrices and Determinants-1 Session.
3_3 An Useful Overview of Matrix Algebra
MF-852 Financial Econometrics
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.
MOHAMMAD IMRAN DEPARTMENT OF APPLIED SCIENCES JAHANGIRABAD EDUCATIONAL GROUP OF INSTITUTES.
Boot Camp in Linear Algebra Joel Barajas Karla L Caballero University of California Silicon Valley Center October 8th, 2008.
Lesson 4 Review of Vectors and Matrices. Vectors A vector is normally expressed as or in terms of unit vectors likewise.
Part 3 Chapter 8 Linear Algebraic Equations and Matrices PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The.
Intro to Matrices Don’t be scared….
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
3.8 Matrices.
1 Operations with Matrice 2 Properties of Matrix Operations
Chapter 7 Matrix Mathematics Matrix Operations Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
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.
Compiled By Raj G. Tiwari
ECON 1150 Matrix Operations Special Matrices
MATLAB Basics With a brief review of linear algebra by Lanyi Xu modified by D.G.E. Robertson.
Little Linear Algebra Contents: Linear vector spaces Matrices Special Matrices Matrix & vector Norms.
Matrix Algebra. Quick Review Quick Review Solutions.
6.837 Linear Algebra Review Patrick Nichols Thursday, September 18, 2003.
Overview Definitions Basic matrix operations (+, -, x) Determinants and inverses.
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
Lecture 7 Matrices CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
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.
Matrix Algebra and Regression a matrix is a rectangular array of elements m=#rows, n=#columns  m x n a single value is called a ‘scalar’ a single row.
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.
Section 1.4 Inverses; Rules of Matrix Arithmetic.
CSCI 171 Presentation 9 Matrix Theory. Matrix – Rectangular array –i th row, j th column, i,j element –Square matrix, diagonal –Diagonal matrix –Equality.
Matrices and Determinants
Goal: Find sums, differences, products, and inverses of matrices.
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.
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
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.
Matrix Algebra Definitions Operations Matrix algebra is a means of making calculations upon arrays of numbers (or data). Most data sets are matrix-type.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Lecture 1 Linear algebra Vectors, matrices. Linear algebra Encyclopedia Britannica:“a branch of mathematics that is concerned with mathematical structures.
MATRICES A rectangular arrangement of elements is called matrix. Types of matrices: Null matrix: A matrix whose all elements are zero is called a null.
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.
Matrices Introduction.
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Elementary Matrix Theory
Matrix Arithmetic Prepared by Vince Zaccone
3.8 Matrices L Al-zaid Math1101.
Linear Algebraic Equations and Matrices
Linear Algebra Lecture 2.
Chapter 7 Matrix Mathematics
Copyright © 2009 Dan Nettleton
MATHEMATICS Matrix Multiplication
Linear Algebraic Equations and Matrices
L6 matrix operations.
Matrix Operations SpringSemester 2017.
Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
2.2 Introduction to Matrices
CS100: Discrete structures
Matrix Algebra.
Linear Algebra review (optional)
Chapter 4 Systems of Linear Equations; Matrices
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Math review - scalars, vectors, and matrices
Matrix Operations SpringSemester 2017.
3.8 Matrices L Al-zaid Math1101.
Presentation transcript:

Basics of Linear Algebra A review?

Matrix Mathematical term essentially corresponding to an array An arrangement of numbers into rows and columns. Each row is the same length Each column is the same length Usually, we specify a position in the matrix as row, column

Vector A one dimensional matrix One row (or one column) We can treat it as a special case of a matrix

Matrix operations Matrix (vector) addition/subtraction 17 45 120 115 Add/subtract the corresponding elements in two matrices (vectors) of exactly the same size and shape. If A = and B = What is A + B? Matrices can only be added or subtracted if they are exactly the same size and shape. 17 45 44 47 62 25 17 120 115 230 204 301 300 320

Multiplication If A is an m x n matrix and B is an n x p matrix, then the product AB is an m x p matrix whose elements are defined by cij = ∑aikbkj That is, sum the term by term products of the elements in row I of A column j of B. n k = 1

Transposition If A is m x n, the transpose of A is n x m. The rows become columns and the columns become rows. This is sometimes needed to put things into a form that is compatible for multiplication.

Properties The identity matrix has 1s on the main diagonal and 0s elsewhere. Multiplication by the identity matrix yields the original matrix. i.e. AI = IA = A The size of the identity matrix is made to be compatible for the operation intended. The zero matrix has 0 in every position. If A, B, C are of appropriate sizes, then A(BC) = (AB)C A(B+C) = AB +AC (A+B)C = AC + BC

Matrix inverse The inverse (A-1) is defined such at A A-1 is I. Not every matrix has an inverse. If no inverse exists, then the matrix is called singular (non invertible) If A is nonsingular, so is A-1 If A, B are nonsingular, then AB is also non singular and (AB) -1 = B -1A -1 (Note reversed order.) If A is nonsingular, then so is its transpose and (AT ) -1 = (A-1)T

Vectors and Vector Spaces A vector with 2 elements (a 2-vector) is written as( ). The vector is represented by a line in a plane, starting at the origin and ending at the point x,y. For x=2 and y=1: The length of the vector is calculated using the Pythagorean theorem: ||vector|| = √ x2 + y2 x y (2,1)

Vector operations Addition and subtraction consist of adding or subtracting the corresponding elements. Only vectors of the same size can be added/subtracted. What does the sum of two vectors look like in the coordinate system?