Matrices and Vector Concepts

Slides:



Advertisements
Similar presentations
Applied Informatics Štefan BEREŽNÝ
Advertisements

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.
3_3 An Useful Overview of Matrix Algebra
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 12 System of Linear Equations.
Matrix Operations. Matrix Notation Example Equality of Matrices.
Chapter 2 Matrices Definition of a matrix.
Matrices and Determinants
Matrices The Basics Vocabulary and basic concepts.
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.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
A matrix having a single row is called a row matrix. e.g.,
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Elementary Linear Algebra Howard Anton Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 1.
Linear Algebra Review 1 CS479/679 Pattern Recognition Dr. George Bebis.
ECON 1150 Matrix Operations Special Matrices
Presentation on Matrices and some special matrices In partial fulfillment of the subject Vector calculus and linear algebra ( ) Submitted by: Agarwal.
A rectangular array of numbers (we will concentrate on real numbers). A nxm matrix has ‘n’ rows and ‘m’ columns What is a matrix? First column First row.
Matrices & Determinants Chapter: 1 Matrices & Determinants.
Matrices. A matrix, A, is a rectangular collection of numbers. A matrix with “m” rows and “n” columns is said to have order m x n. Each entry, or element,
Unit 6 : Matrices.
Matrices CHAPTER 8.1 ~ 8.8. Ch _2 Contents  8.1 Matrix Algebra 8.1 Matrix Algebra  8.2 Systems of Linear Algebra Equations 8.2 Systems of Linear.
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 2 MATRICES 2.1 Operations with Matrices Matrix
Chapter 2 Determinants. With each square matrix it is possible to associate a real number called the determinant of the matrix. The value of this number.
Algebra Matrix Operations. Definition Matrix-A rectangular arrangement of numbers in rows and columns Dimensions- number of rows then columns Entries-
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
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.
STROUD Worked examples and exercises are in the text Programme 5: Matrices MATRICES PROGRAMME 5.
2.5 – Determinants and Multiplicative Inverses of Matrices.
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,
Section 2.1 Determinants by Cofactor Expansion. THE DETERMINANT Recall from algebra, that the function f (x) = x 2 is a function from the real numbers.
STROUD Worked examples and exercises are in the text PROGRAMME 5 MATRICES.
2 - 1 Chapter 2A Matrices 2A.1 Definition, and Operations of Matrices: 1 Sums and Scalar Products; 2 Matrix Multiplication 2A.2 Properties of Matrix Operations;
Boot Camp in Linear Algebra TIM 209 Prof. Ram Akella.
Linear Algebra Engineering Mathematics-I. Linear Systems in Two Unknowns Engineering Mathematics-I.
Matrices, Vectors, Determinants.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
Introduction Types of Matrices Operations
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.
Linear Algebra by Dr. Shorouk Ossama.
Matrices Introduction.
MTH108 Business Math I Lecture 20.
MAT 322: LINEAR ALGEBRA.
Matrices and Matrix Operations
nhaa/imk/sem /eqt101/rk12/32
MATRICES.
Linear Algebra review (optional)
7.7 Determinants. Cramer’s Rule
CS479/679 Pattern Recognition Dr. George Bebis
Lecture 2 Matrices Lat Time - Course Overview
3.1 Introduction to Determinants
Matrices and vector spaces
Linear independence and matrix rank
DETERMINANTS A determinant is a number associated to a square matrix. Determinants are possible only for square matrices.
L5 matrix.
Chapter 2 Determinants by Cofactor Expansion
Matrix Operations SpringSemester 2017.
7.3 Matrices.
Section 2.4 Matrices.
Matrices Introduction.
Matrices and Matrix Operations
Presented By Farheen Sultana Ist Year I SEM
MATRICES Operations with Matrices Properties of Matrix Operations
Matrix Definitions It is assumed you are already familiar with the terms matrix, matrix transpose, vector, row vector, column vector, unit vector, zero.
Linear Algebra review (optional)
Matrix Operations SpringSemester 2017.
Matrices and Determinants
Presentation transcript:

Matrices and Vector Concepts Introduction Vectors Binary Matrices Operations Unary Matrix Operations

Introduction A matrix is a rectangular array of elements. Row i of [A] has n elements and is column j of [A] has m elements and is The matrix [A] may be denoted by or

What are the special types of matrices? Vector : A vector is a matrix that has only one row or one column Row Vector: If a matrix [B] has one row, it is called a row vector . n is the dimension of the row vector Column vector: If a matrix [C] has one column, it is called a column vector. m is the dimension of the vector.

What are the special types of matrices? Submatrix: A submatrix of a matrix is obtained by deleting any collection of rows and/or columns, the remaining matrix is called a submatrix of [A] . Square matrix: the number of rows m of a matrix is equal to the number of columns n. The entries are called the diagonal elements

What are the special types of matrices? Upper triangular matrix: Lower triangular matrix:

What are the special types of matrices? Diagonal matrix: Identity matrix: Zero matrix:

Vectors : Introduction A vector is a collection of numbers in a definite order If it is a collection of n numbers, it is called a n -dimensional vector

Introduction

Introduction A null vector is where all the components of the vector are zero. A unit vector is defined as If k is a scalar and is a n -dimensional vector, then

Linear Combination of Vectors

Linear Combination of Vectors linearly independent

Linear Combination of Vectors

The rank of a set of vectors From a set of n -dimensional vectors, the maximum number of linearly independent vectors in the set is called the rank of the set of vectors. Note that the rank of the vectors can never be greater than the vectors dimension.

The rank of a set of vectors If a set of vectors contains the null vector, the set of vectors is linearly dependent. If a set of vectors is linearly dependent, then at least one vector can be written as a linear combination of others.

Using vectors to write simultaneous linear equations

Binary Matrices Operations Adding matrices Subtracting matrices

Binary Matrices Operations Matrices multiplication The scalar product of a constant and a matrix

Binary Matrices Operations Rules

Binary Matrices Operations Rules Beware: For multiplication is generally not true

Unary Matrix Operations Transpose Matrix

Unary Matrix Operations Transpose Matrix Also, note that Skew-symmetric matrix

Unary Matrix Operations Trace of a matrix

Determinant The determinant of a square matrix is a single unique real number corresponding to a matrix and denotes as or It is an amazing number containing rich information about a matrix such as inverse and linearly independent vector in matrix For a 2×2 matrix

Properties of Determinant Determinant of nxn identity matrix is 1 The determinant change sign when two rows are exchanged The determinant is a linear function of each row separately

Properties of Determinant If two rows of A are equal, then det A = 0 Subtracting a multiple of one row from another row leaves det A unchanged A matrix with a row of zeros has det A=0

Properties of Determinant If A is a triangular then det A=a11a22…ann=product of diagonal entries If A is singular then det A =0, if A is invertible then det The Question: can all row rules be used for columns as well? Why?

The determinant matrix: Cofactor