An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.

Slides:



Advertisements
Similar presentations
Maths for Computer Graphics
Advertisements

Matrix Operations. Matrix Notation Example Equality of Matrices.
 A equals B  A + B (Addition)  c A scalar times a matrix  A – B (subtraction) Sec 3.4 Matrix Operations.
Arithmetic Operations on Matrices. 1. Definition of Matrix 2. Column, Row and Square Matrix 3. Addition and Subtraction of Matrices 4. Multiplying Row.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
Chapter 2 Systems of Linear Equations and Matrices Section 2.4 Multiplication of Matrices.
1.3 Matrices and Matrix Operations.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
259 Lecture 14 Elementary Matrix Theory. 2 Matrix Definition  A matrix is a rectangular array of elements (usually numbers) written in rows and columns.
Chapter 2 Solving Linear Systems Matrix Definitions –Matrix--- Rectangular array/ block of numbers. –The size/order/dimension of a matrix: (The numbers.
Equation --- An equation is a mathematical statement that asserts the equality of twomathematicalstatement expressions. An equation involves an unknown,
THU, JAN 8, 2015 Create a “Big Book of Matrices” flip book using 4 pages. Do not make your tabs big! BIG BOOK OF MATRICES What is a Matrix? Adding & Subtracting.
1.1.2 INTRODUCTION TO SYSTEMS OF LINEAR EQUATIONS Chapter 1: Systems of Linear Equations and Matrices SWBAT: Redefine algebraic operations as Elementary.
Review of Matrices Or A Fast Introduction.
4.4 & 4.5 Notes Remember: Identity Matrices: If the product of two matrices equal the identity matrix then they are inverses.
1.3 Matrices and Matrix Operations. Definition A matrix is a rectangular array of numbers. The numbers in the array are called the entries in the matrix.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
1 C ollege A lgebra Systems and Matrices (Chapter5) 1.
Algebra 3: Section 5.5 Objectives of this Section Find the Sum and Difference of Two Matrices Find Scalar Multiples of a Matrix Find the Product of Two.
Linear Algebra 1.Basic concepts 2.Matrix operations.
Operations with Matrices
Lesson 11-1 Matrix Basics and Augmented Matrices Objective: To learn to solve systems of linear equation using matrices.
Class Opener:. Identifying Matrices Student Check:
Chapter 6 Systems of Linear Equations and Matrices Sections 6.3 – 6.5.
Copyright © Cengage Learning. All rights reserved. 7 Linear Systems and Matrices.
Matrix Algebra Section 7.2. Review of order of matrices 2 rows, 3 columns Order is determined by: (# of rows) x (# of columns)
8.2 Operations With Matrices
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
MATRICES MATRIX OPERATIONS. About Matrices  A matrix is a rectangular arrangement of numbers in rows and columns. Rows run horizontally and columns run.
1.3 Matrices and Matrix Operations. A matrix is a rectangular array of numbers. The numbers in the arry are called the Entries in the matrix. The size.
Sec 4.1 Matrices.
Copyright © Cengage Learning. All rights reserved. 2 SYSTEMS OF LINEAR EQUATIONS AND MATRICES.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Chapter 1 Section 1.5 Matrix Operations. Matrices A matrix (despite the glamour of the movie) is a collection of numbers arranged in a rectangle or an.
Matrices Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 A matrix is a rectangular array of real numbers. Each entry.
TH EDITION LIAL HORNSBY SCHNEIDER COLLEGE ALGEBRA.
1.7 Linear Independence. in R n is said to be linearly independent if has only the trivial solution. in R n is said to be linearly dependent if there.
Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.
Linear System of Simultaneous Equations Warm UP First precinct: 6 arrests last week equally divided between felonies and misdemeanors. Second precinct:
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.
1 SYSTEM OF LINEAR EQUATIONS BASE OF VECTOR SPACE.
SOLVING ONE-STEP EQUATIONS Integrated Math I Objective: Solve one-step linear equations in one variable with strategies involving inverse operations and.
1 1.3 © 2016 Pearson Education, Ltd. Linear Equations in Linear Algebra VECTOR EQUATIONS.
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.
Copyright © Cengage Learning. All rights reserved. 7 Matrices and Determinants.
Matrices.
REVIEW Linear Combinations Given vectors and given scalars
College Algebra Chapter 6 Matrices and Determinants and Applications
MTH108 Business Math I Lecture 20.
Elementary Matrix Theory
Gaussian Elimination and Gauss-Jordan Elimination
Matrices and Matrix Operations
Linear Algebraic Equations and Matrices
MATRIX ALGABRA YULVI ZAIKA.
12-1 Organizing Data Using Matrices
Linear Algebra Lecture 2.
Linear Equations in One Variable
Systems of Equations Lesson 41: Solve by using a matrix
Section 1.8: Introduction to Linear Transformations.
Multiplicative Inverses of Matrices and Matrix Equations
Use Inverse Matrices to Solve 2 Variable Linear Systems
1.3 Vector Equations.
Matrices and Matrix Operations
Matrices.
Mathematics for Signals and Systems
3.5 Perform Basic Matrix Operations
3.6 Multiply Matrices.
Chapter 4 Matrices & Determinants
Matrices.
Presentation transcript:

An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn

Matrix Operations Although we introduced matrices as a structure for convenient “bookkeeping” when solving systems of linear equations, they are interesting mathematically in their own right. We can define the operations of addition, scalar multiplication, subtraction and multiplication on them.

Matrix Terminology We say that two m  n matrices A and B are equal if they have the same size and a i,j =b i,j for 1≤ i ≤ m and 1 ≤ j ≤ n. A matrix with only one row is called a row matrix or row vector. A matrix with only one column is called a column matrix and column vector. (a i )

Matrix Addition If A and B are 2 m  n matrices then A+B is the m  n matrix with entries (a+b) i.j = a i,j +b i,j.

Scalar Multiplication If A is an m  n matrix and c is a scalar then cA is the m  n matrix with entries, (ca) i,j = c*a i,j. With this definition we can define A-B to be A+(-1)B.

Matrix Multiplication If A is an m  p matrix and B is an p  n matrix then AB is the m  n matrix with entries, Why????

Consider the system of equations, If A is the coefficient matrix of this system x is the column matrix of variables and b is the column matrix of right hand side numbers then the system is expressed as Ax = b.

Partitioned Matrices Sometimes it is also useful to think of a linear system in the following way:

We say here that we have partitioned A into its column matrices a 1, a 2,..., a n, and written b as a linear combination of a 1, a 2,..., a n. HMWK: p. 51: 5, 6, 8, 10, 14, 15, 16, 22, 24, 30, 32, 38