Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge.

Slides:



Advertisements
Similar presentations
Chapter Matrices Matrix Arithmetic
Advertisements

Copyright © 2009 Pearson Education, Inc. CHAPTER 9: Systems of Equations and Matrices 9.1 Systems of Equations in Two Variables 9.2 Systems of Equations.
Mathematics. Matrices and Determinants-1 Session.
MATRIX ALGEBRA MGT 4850 Spring 2009 University of Lethbridge.
Maths for Computer Graphics
FINANCIAL TRADING AND MARKET MICRO-STRUCTURE MGT 4850 Spring 2011 University of Lethbridge.
 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.
12.1 Addition of Matrices. Matrix: is any rectangular array of numbers written within brackets; represented by a capital letter; classified by its dimensions.
CE 311 K - Introduction to Computer Methods Daene C. McKinney
3.8 Matrices.
MAT 2401 Linear Algebra 2.2 Properties of Matrix Operations
1 Operations with Matrice 2 Properties of Matrix Operations
Row 1 Row 2 Row 3 Row m Column 1Column 2Column 3 Column 4.
Review of Matrices Or A Fast Introduction.
2 2.1 © 2016 Pearson Education, Inc. Matrix Algebra MATRIX OPERATIONS.
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,
Copyright © 2011 Pearson, Inc. 7.2 Matrix Algebra.
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.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
4.1: Matrix Operations Objectives: Students will be able to: Add, subtract, and multiply a matrix by a scalar Solve Matrix Equations Use matrices to organize.
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.
For real numbers a and b,we always have ab = ba, which is called the commutative law for multiplication. For matrices, however, AB and BA need not be equal.
Matrices: Basic Operations and Their Properties
Matrices: Simplifying Algebraic Expressions Combining Like Terms & Distributive Property.
Chapter 2 … part1 Matrices Linear Algebra S 1. Ch2_2 2.1 Addition, Scalar Multiplication, and Multiplication of Matrices Definition A matrix is a rectangular.
Matrix Operations.
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-
Matrices and Determinants
MATRICES Operations with Matrices Properties of Matrix Operations
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.
Linear Algebra Chapter 2 Matrices.
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.
4-3 Matrix Multiplication Objectives: To multiply by a scalar To multiply two matrices.
LINEAR MODELS AND MATRIX ALGEBRA - Part 2 Chapter 4 Alpha Chiang, Fundamental Methods of Mathematical Economics 3 rd edition.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
MATRICES. Introduction Matrix algebra has several uses in economics as well as other fields of study. One important application of Matrices is that it.
Matrices. Variety of engineering problems lead to the need to solve systems of linear equations matrixcolumn vectors.
CS 285- Discrete Mathematics Lecture 11. Section 3.8 Matrices Introduction Matrix Arithmetic Transposes and Power of Matrices Zero – One Matrices Boolean.
13.3 Product of a Scalar and a Matrix.  In matrix algebra, a real number is often called a.  To multiply a matrix by a scalar, you multiply each entry.
Matrix Operations McDougal Littell Algebra 2 Larson, Boswell, Kanold, Stiff Larson, Boswell, Kanold, Stiff Algebra 2: Applications, Equations, Graphs Algebra.
Ch. 12 Vocabulary 1.) matrix 2.) element 3.) scalar 4.) scalar multiplication.
A very brief introduction to Matrix (Section 2.7) Definitions Some properties Basic matrix operations Zero-One (Boolean) matrices.
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. 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.
An Introduction to Matrix Algebra Math 2240 Appalachian State University Dr. Ginn.
MTH108 Business Math I Lecture 20.
Linear Algebra review (optional)
College Algebra Chapter 6 Matrices and Determinants and Applications
Linear Algebra Lecture 2.
1.4 Inverses; Rules of Matrix Arithmetic
ECON 213 Elements of Mathematics for Economists
What we’re learning today:
Section 7.4 Matrix Algebra.
2. Matrix Algebra 2.1 Matrix Operations.
1.3 Vector Equations.
Section 2.4 Matrices.
MATRICES Operations with Matrices Properties of Matrix Operations
3.5 Perform Basic Matrix Operations
Multiplication of Matrices
12.1 Addition of Matrices.
Linear Algebra review (optional)
Linear Algebra Lecture 11.
Matrix Operations Ms. Olifer.
3.5 Perform Basic Matrix Operations Algebra II.
Presentation transcript:

Introduction to Financial Modeling MGT 4850 Spring 2008 University of Lethbridge

Topics The power of Numbers Quantitative Finance Risk and Return Asset Pricing Risk Management and Hedging Volatility Models Matrix Algebra

MATRIX ALGEBRA Definition –Row vector –Column vector

Matrix Addition and Scalar Multiplication Definition: Two matrices A = [a ij ] and B = [b ij ] are said to be equal if Equality of these matrices have the same size, and for each index pair (i, j), a ij = b ij, Matrices that is, corresponding entries of A and B are equal.

Matrix Addition and Subtraction Let A = [a ij ] and B = [b ij ] be m × n matrices. Then the sum of the matrices, denoted by A + B, is the m × n matrix defined by the formula A + B = [a ij + b ij ]. The negative of the matrix A, denoted by −A, is defined by the formula −A = [−a ij ]. The difference of A and B, denoted by A−B, is defined by the formula A − B = [a ij − b ij ].

Scalar Multiplication Let A = [a ij ] be an m × n matrix and c a scalar. Then the product of the scalar c with the matrix A, denoted by cA, is defined by the formula Scalar cA = [ca ij ].

Linear Combinations A linear combination of the matrices A 1,A 2,..., A n is an expression of the form c 1 A 1 + c 2 A 2 + ・ ・ ・ + c n A n

Laws of Arithmetic Let A,B,C be matrices of the same size m × n, 0 the m × n zero matrix, and c and d scalars. (1) (Closure Law) A + B is an m × n matrix. (2) (Associative Law) (A + B) + C = A + (B + C) (3) (Commutative Law) A + B = B + A (4) (Identity Law) A + 0 = A (5) (Inverse Law) A + (−A) = 0 (6) (Closure Law) cA is an m × n matrix.

Laws of Arithmetic (II) (7) (Associative Law) c(dA) = (cd)A (8) (Distributive Law) (c + d)A = cA + dA (9) (Distributive Law) c(A + B) = cA + cB (10) (Monoidal Law) 1A = A

Matrix Multiplication