Review of Vectors and Matrices

Size: px
Start display at page:

Download "Review of Vectors and Matrices"

Transcription

1 A P P E N D I X D Review of Vectors and Matrices D. VECTORS D.. Definition of a Vector Let p, p, Á, p n be any n real numbers and P an ordered set of these real numbers that is, P = p, p, Á, p n Then P is an n-vector (or simply a vector). The ith component of P is given by p i. For example, P =, is a two-dimensional vector. D.. Addition (Subtraction) of Vectors Consider the n-vectors P = p, p, Á, p n Q = q, q, Á, q n R = r, r, Á, r n For R = P ; Q, component i is computed as r i = p i ; q i. In general, given the vectors P, Q, and S, P + Q = Q + P Commutative law P ; Q ; S = P ; Q ; S Associative law P + - P = 0 zero or null vector CD-45

2 CD-46 Appendix D Review of Vectors and Matrices D..3 D..4 Multiplication of Vectors by Scalars Given a vector P and a scalar (constant) quantity u, the new vector Q = up = up, up, Á, up n is the scalar product of P and u. In general, given the vectors P and S and the scalars u and g, up + S = up + us Distributive law ugp = ugp Associative law Linearly Independent Vectors The vectors P, P, Á, P n are linearly independent if, and only if n a u j P j = 0 Q u j = 0, j =,, Á, n j = If n a u j P j = 0, for some u j Z 0 j = then the vectors are linearly dependent.for example, the vectors P =,, P =, 4 are linearly dependent because for u = and u = -, u P + u P = 0 D. MATRICES D.. Definition of a Matrix A matrix is a rectangular array of elements. The element a ij of the matrix A occupies the ith row and jth column of the array. A matrix with m rows and n columns is said to be of size (or order) m * n. For example, the following matrix is of size 4 * 3. a a a 3 D.. a A = a a 3 = a a 3 a 3 a ij 4 * 3 33 a 4 a 4 a 43 Types of Matrices. A square matrix has m = n.. An identity matrix is a square matrix in which all the main diagonal elements equal and all the off-diagonal elements equal zero. For example, a 3 * 3 identity matrix is given by 0 0 I 3 =

3 D. Matrices CD-4 3. A row vector is a matrix with one row and n columns. 4. A column vector is a matrix with m rows and one column. 5. The matrix A T is the transpose of A if the element a ij in A is equal to element in A T for all i and j.for example, 4 A = 5 Q A T = a b A matrix B = 0 is a zero matrix if every element of B is zero.. Two matrices A = a ij and B = b ij are equal if, and only if, they have the same size and a ij = b ij for all i and j. a ji D..3 Matrix Arithmetic Operations In matrices only addition (subtraction) and multiplication are defined. Division, though not defined, is replaced by inversion (see Section D..6). Addition (Subtraction) of Matrices. Two matrices A = a ij and B = b ij can be added together if they are of the same size m * n. The sum D = A + B is obtained by adding the corresponding elements. Thus, If the matrices A, B, and C have the same size, then Product of Matrices. The product D = AB of two matrices, A = a ij and B = b ij, is defined if, and only if, the number of columns of A equals the number of rows of B. If A is of size m * r and B is of size r * n, then D must be of size m * n, where m and n are arbitrary positive integer values. In this case, the elements of D are computed as For example, given we have A + B = B + A A ; B ; C = A ; B ; C Associative law A ; B T = A T ; B T d ij m * n = a ij + b ij m * n d ij = a r k = A = a 3 9 b, B = a b D = a 3 4 ba5 9 * * 6 * + 3 * 8 * * 0 b = a * * 6 * + 4 * 8 * * 0 b = a b In general, AB Z BA even if BA is defined. a ik b kj, for all i and j Commutative law

4 CD-48 Appendix D Review of Vectors and Matrices Matrix multiplication follows these general properties: Multiplication of Partitioned Matrices. Let A be an m * r matrix and B an r * n- matrix. Assume that A and B are partitioned as follows: The partitioning assumes that the number of columns of rows of for all i and j.then B ij For example, I m A = AI n = A, I m and I n are identity matrices ABC = ABC CA ; B = CA ; CB A ; BC = AC ; BC aab = aab = AaB, a is a scalar A = a A A A 3 b, B = A A A 3 B B B B B 3 B 3 is equal to the number of A * B = a A B + A B + A 3 B 3 A B + A B + A 3 B 3 A B + A B + A 3 B 3 A B + A B + A 3 B 3 b A ij = a 8 b a 5 b4 + a0 5 0 ba 8 b = a 4 8 b + a40 53 b 30 = 44 6 D..4 Determinant of a Square Matrix Consider the n-square matrix a a Á an a A = a Á an o o o o a n a n Á ann Next, define the product P j j Áj n = a j a j Á a njn such that each column and each row of A is represented exactly once among the subscripts of j, j, Á, and j n. Next, define H j j Áj n = e, j j Á j n even permutation 0, j j Á j n odd permutation

5 D. Matrices CD-49 Let r represents the summation over all n! permutations, then the determinant of A, det A or ƒ A ƒ, is computed as a r H j j Áj n P j j Áj n Then As an illustration, consider The properties of a determinant are: a a a 3 A = a a a 3 a 3 a 3 a 33 ƒ A ƒ = a a a 33 - a 3 a 3 - a a a 33 - a 3 a 3 + a 3 a a 3 - a a 3. The value of the determinant is zero if every element of a row or a column is zero.. ƒ A ƒ = ƒ A T ƒ. 3. If B is obtained from A by interchanging any two rows or any two columns, then ƒ B ƒ = -ƒ A ƒ. 4. If two rows (or two columns) of A are multiples of one another, then ƒ A ƒ = The value of ƒ A ƒ remains the same if scalar a times a column (row) vector is added to another column (row) vector. 6. If every element of a column or a row of a determinant is multiplied by a scalar a, the value of the determinant is multiplied by a.. If A and B are two n-square matrices, then Definition of the Minor of a Determinant. The minor of the element in the determinant ƒ A ƒ is obtained from the matrix A by striking out the ith row and jth column of B. For example, for a a a 3 A = a a a 3 a 3 a 3 a 33 a M = ` a 3 a `, M a = ` a 3 `, Á 33 a 33 a 3 ƒ AB ƒ = ƒ A ƒƒb ƒ Definition of the Adjoint Matrix. Let A ij = - i + j M ij be defined as the cofactor of the element a ij of the square matrix B. Then, the adjoint matrix of A is the transpose of A ij, and is defined as: a 3 M ij A A Á A n adj A = A ij T A = A Á A n o o o o A n A n Á A nn a ij

6 CD-50 Appendix D Review of Vectors and Matrices For example, if 3 A = then, A = - 3 * 4 - * 3 = 6, A = - 3 * 4-3 * = -, Á, 6-5 adj A = or D..5 Nonsingular Matrix A matrix is of a rank r if the largest square array in the matrix having a non-zero determinant is of size r.a square matrix with a non-zero determinant is called a full-rank or nonsingular matrix. For example, consider 3 A = A is a singular matrix because ƒ A ƒ = * * * 0-9 = 0 But A has a rank r = because a 3 b = - Z 0 D..6 Inverse of a Nonsingular Matrix If B and C are two n-square matrices such that BC = CB = I, then B is called the inverse of C and C the inverse of B.The common notation for the inverse is B - and C -. Theorem. If BC = I and B is nonsingular, then C = B -, which means that the inverse is unique. Proof. then or By assumption, BC = I B - BC = B - I IC = B -

7 D. Matrices CD-5 or C = B - Two important results can be proved for nonsingular matrices.. If A and B are nonsingular n-squre matrices, then AB - = B - A -. If A is nonsingular, then AB = AC implies that B = C. Matrix inversion is used to solve n linearly independent equations. Consider a a Á a n x b a a Á a n x b = o o o o o o a n a n Á a nn x n b n where x i represents the unknowns and a ij and b i are constants. These n equations can be written in matrix form as AX = b Because the equations are independent, A must be nonsingular. Thus A - AX = A - b or X = A - b D.. Methods of Computing the Inverse of a Matrix Adjoint Matrix Method. Given A, a nonsingular matrix of size n, A - = adj A = ƒ A ƒ ƒ A ƒ A A Á A n A A Á A n o o o o A n A n Á A nn For example, for 3 A = adj A = , ƒ A ƒ = TORA s inverse module is based on LU decomposition method. See Press and Associates (986)

8 CD-5 Appendix D Review of Vectors and Matrices Hence A - = = Row Operations (Gauss-Jordan) Method. Consider the partitioned matrix where A is nonsingular. Premultiplying by A -, we obtain A I, A - A A - I = I A - Thus, applying a specific sequence of row transformations, A is changed to I and I is changed to A -. To illustrate the procedure, consider the system of equations: 3 x 3 3 x = x 3 5 The solution of X and the inverse of the basis matrix can be obtained directly by considering A - A I b = I A - A - b The following iterations detail the transformation operation: Iteration 0 Iteration Iteration Iteration

9 D. Matrices CD-53 This gives x = 3 and x 3 =, x = 6,. The inverse of A is given by the right-hand-side matrix, which is the same as obtained by the method of adjoint matrix. Product Form of the Inverse. Suppose that two nonsingular matrices, B and B next, differ exactly in one column. Further, assume that B - is given. Then the inverse B next can - be computed using the formula The matrix E is computed in the following manner. If the column vector P j in B is replaced with the column vector P r to produce B next, then E is constructed as an m-identity matrix with its rth column replaced by If B - P j r = 0, then B next does not exist. - The validity of the formula B next is proved as follows. Define F as an m-identity matrix whose rth column is replaced by B - P j that is, Because differs from B only in that its rth column is replaced with P j, then Thus, B next j = B - P j r The formula follows by setting E = F -. The product form can be used to invert any nonsingular matrix, B, in the following manner. Start with B 0 = I = B - 0. Next, construct B as an identity matrix, except that the first column is replaced with the first column in B.Then B i In general, if we construct as an identity matrix with its first i columns replaced with the first i columns of B, then B - ī = E i B i - - B next - = E i E i - B i - This means that for the original matrix B, - - B next -B - P j -B - P j o + o -B - P j m = EB - ; rth place, B - P j r Z 0 F = e, e r -, B - P j, e r +, Á, e m B next = BF = BF - = F - B - B - = E B 0 - = E I = E B - = E n E n - Á E = Á = E i E i - Á E

10 CD-54 Appendix D Review of Vectors and Matrices The following example illustrates the application of the product form of the inverse. Consider Iteration 0 Iteration Iteration 0 B = 0 0 = B 4 0 B P = 0 0 = B = B 0 = B - 0 = B = B - 0 P = P = E = B - = ;r = ; r = E = = B - = B - = E B = =

11 D. Matrices CD-55 Partitioned Matrix Method. Suppose that the two n-nonsingular matrices A and B be partitioned as shown as follows: A A p * p p * q A =, A A A nonsingular q * p q * q B B p * p p * q B = B B q * p q * q If B is the inverse of A, then from AB = I n, we have Also, from BA = I n, we get Because is nonsingular, exists. Solving for B, B, B, and B, we get where such that A - A A B + A B = I p A B + B A = 0 B A + B A = 0 B A + B A = I q B = A - + A - A D - A A - B = -A - A D - B = -D - A A - B = D - D = A - A A - A To illustrate the use of these formulas, partition the matrix 3 A = A =, A =, 3, A = a 3 b, A = a b

12 CD-56 Appendix D Review of Vectors and Matrices In this case, Thus, A - = and which directly give B = A - D = a b - a - -4 b, 3 = a b D - = - a b = a B = A - 6 B, B = A - B = a 3 b, B = a B b b D..8 Matrix Manipulations Using Excel Excel provides facilities for automatically performing the following matrix manipulations:. Transpose.. Multiplication. 3. Inverse of a nonsingular matrix. 4. Determinant value of a nonsingular matrix. Figure D. provides illustrative examples (file excelmatmanip.xls). In Example (Transpose), A is a * 3 matrix whose elements are entered in the range A4:C5. Transpose(A), or A T, appears in the user-specified range E4:F6. The steps for obtaining the output in the selected range are:. Enter the formula = TRANSPOSEA4:C5 in cell E4.. Select (highlight) the output cells E4:F6. 3. Press F. 4. Press CTRL + SHIFT + ENTER. In Example, the elements of the input matrices A and B are entered in the respective ranges A0:C3 and A6:A8. The output matrix is in the (user-selected) range E0:E3. Next enter the formula = MMULT(A0:C3,A6:A8) in cell E0 and follow steps through 4 exactly as in Example (replacing E4:F6 with E0:E3). Notice that MMULT(A6:A8,A0:C3) is undefined. In Example 3, the inverse of the matrix in the range A:C4 is assigned to the range E:G4 by entering the formula = MINVERSEA : C4 in cell E, then following steps, 3, and 4 as in Example. Finally, in Example 4, the determinant of the matrix in the range A8:C30 is obtained by entering the formula = MDETERMA8:C30 in the user-selected cell E8.

13 D.3 Quadratic Forms CD-5 FIGURE D. Matrix manipulations using Excel (file excelmatmanip.xls) D.3 QUADRATIC FORMS Given and X = x, x, Á, x n T a a Á a n the function a A = a Á a n o o o o a n a n Á a nn QX = X T AX = a n n a i = j = a ij x i x j

14 4 CD-58 Appendix D Review of Vectors and Matrices is called a quadratic form. The matrix A can always be assumed symmetric because a ij + a ji each element of every pair of coefficients a ij and a ij i Z j can be replaced by without changing the value of Q(X). As an illustration, the quadratic form is the same as 0 x QX = x, x, x 3 6 x 3 0 x 3 x QX = x, x, x 3 3 x 3 x 3 Note that A is symmetric in the second case. We will assume henceforth that A is always symmetric. The quadratic form is said to be. Positive-definite if QX 0 for all X Z 0.. Positive-semidefinite if QX Ú 0 for all X, and there exists X Z 0 such that QX = Negative-definite if -QX is positive-definite. 4. Negative-semidefinite if -QX is positive-semidefinite. 5. Indefinite in all other cases. It can be proved that the necessary and sufficient conditions for the realization of the preceding cases are. Q(X) is positive-definite (-semidefinite) if the values of the principal minor determinants of A are positive (nonnegative). In this case, A is said to be positive definite (semidefinite).. Q(X) is negative-definite if the value of the kth principal minor determinant of A has the sign of - k, k =,, Á, n. In this case, A is called negative-definite. 3. Q(X) is negative-semidefinite if the kth principal minor determinant of A either is zero or has the sign of - k, k =,, Á, n. The kth principal minor determinant of is defined by A n * n a a Á a k a a Á a k 4, k =,, Á, n o o o o a k a k Á a kk

15 Problems CD-59 D.4 CONVEX AND CONCAVE FUNCTIONS A function f(x) is said to be strictly convex if, for any two distinct points flx + - lx 6 lfx + - lfx and X, where 0 6 l 6. Conversely, a function f(x) is strictly concave if -fx is strictly convex. A special case of the convex (concave) function is the quadratic form (see Section D.3) fx = CX + X T AX where C is a constant vector and A is a symmetric matrix. It can be proved that f(x) is strictly convex if A is positive-definite and f(x) is strictly concave if A is negative definite. X PROBLEMS. Show that the following vectors are linearly dependent. (a) (b). Given find (a) (b) (c) A + B A - 3B A + B T 3. In Problem, show that AB Z BA 4. Consider the partitioned matrices A = 5-8, B = A =, B = Find AB using partitioned matrix manipulation. 5. In Problem, find A - and B - using the following: (a) Adjoint matrix method (b) Row operations method (c) Product form of the inverse (d) Partitioned matrix method

16 CD-60 Appendix D Review of Vectors and Matrices 6. Consider B = 0, B - = Suppose that the third vector P 3 is replaced with the V 3 = P + P. This means that the resulting matrix is singular. Show how the product form of the inverse discovers the singularity of the matrix.. Use the product form of the inverse to verify whether each of the following equations has a unique solution, no solution, or an infinity of solutions. (a) x + x = 3 x + 4x = (b) x + x = 5 -x - x = -5 (c) x + x + x 3 = 5 4x + x + 3x 3 = 8 x + 3x - x 3 = 3 8. Verify the formulas given in Section B.. for obtaining the inverse of a partitioned matrix. 9. Find the inverse of A = a H G b, B nonsingular B 0. Show that the following quadratic form is negative definite. Qx, x = 6x + 3x - 4x x - x - 3x - 4. Show that the following quadratic form is positive definite. Qx, x, x 3 = x + x + 3x 3 + x x + x x 3. Show that the function fx = e x is strictly convex over all real values of x. 3. Show that the quadratic function fx, x, x 3 = 5x + 5x + 4x 3 + 4x x + x x 3 is strictly convex. 4. In Problem 3, show that -fx, x, x 3 is strictly concave. SELECTED REFERENCES Hadley, G., Matrix Algebra, Addison-Wesley, Reading, MA, 96. Hohn, F., Elementary Matrix Algebra, nd ed., Macmillan, New York, 964. Press, W., B. Flannery, B. Teukolsky, and W. Vetterling, Numerical Recipes: The Art of Scientific Computing, Cambridge University Press, Cambridge, England, 986.

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i )

1 Multiply Eq. E i by λ 0: (λe i ) (E i ) 2 Multiply Eq. E j by λ and add to Eq. E i : (E i + λe j ) (E i ) Direct Methods for Linear Systems Chapter Direct Methods for Solving Linear Systems Per-Olof Persson persson@berkeleyedu Department of Mathematics University of California, Berkeley Math 18A Numerical

More information

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B

Matrix Algebra. Matrix Algebra. Chapter 8 - S&B Chapter 8 - S&B Algebraic operations Matrix: The size of a matrix is indicated by the number of its rows and the number of its columns. A matrix with k rows and n columns is called a k n matrix. The number

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in

Chapter 4 - MATRIX ALGEBRA. ... a 2j... a 2n. a i1 a i2... a ij... a in Chapter 4 - MATRIX ALGEBRA 4.1. Matrix Operations A a 11 a 12... a 1j... a 1n a 21. a 22.... a 2j... a 2n. a i1 a i2... a ij... a in... a m1 a m2... a mj... a mn The entry in the ith row and the jth column

More information

ECON 186 Class Notes: Linear Algebra

ECON 186 Class Notes: Linear Algebra ECON 86 Class Notes: Linear Algebra Jijian Fan Jijian Fan ECON 86 / 27 Singularity and Rank As discussed previously, squareness is a necessary condition for a matrix to be nonsingular (have an inverse).

More information

Phys 201. Matrices and Determinants

Phys 201. Matrices and Determinants Phys 201 Matrices and Determinants 1 1.1 Matrices 1.2 Operations of matrices 1.3 Types of matrices 1.4 Properties of matrices 1.5 Determinants 1.6 Inverse of a 3 3 matrix 2 1.1 Matrices A 2 3 7 =! " 1

More information

Lecture Notes in Linear Algebra

Lecture Notes in Linear Algebra Lecture Notes in Linear Algebra Dr. Abdullah Al-Azemi Mathematics Department Kuwait University February 4, 2017 Contents 1 Linear Equations and Matrices 1 1.2 Matrices............................................

More information

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0.

Linear Algebra. Matrices Operations. Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0. Matrices Operations Linear Algebra Consider, for example, a system of equations such as x + 2y z + 4w = 0, 3x 4y + 2z 6w = 0, x 3y 2z + w = 0 The rectangular array 1 2 1 4 3 4 2 6 1 3 2 1 in which the

More information

Linear Algebra: Lecture notes from Kolman and Hill 9th edition.

Linear Algebra: Lecture notes from Kolman and Hill 9th edition. Linear Algebra: Lecture notes from Kolman and Hill 9th edition Taylan Şengül March 20, 2019 Please let me know of any mistakes in these notes Contents Week 1 1 11 Systems of Linear Equations 1 12 Matrices

More information

Matrix operations Linear Algebra with Computer Science Application

Matrix operations Linear Algebra with Computer Science Application Linear Algebra with Computer Science Application February 14, 2018 1 Matrix operations 11 Matrix operations If A is an m n matrix that is, a matrix with m rows and n columns then the scalar entry in the

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Introduction to Matrix Algebra August 18, 2010 1 Vectors 1.1 Notations A p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the line. When p

More information

Introduction to Matrices

Introduction to Matrices 214 Analysis and Design of Feedback Control Systems Introduction to Matrices Derek Rowell October 2002 Modern system dynamics is based upon a matrix representation of the dynamic equations governing the

More information

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p

Math Bootcamp An p-dimensional vector is p numbers put together. Written as. x 1 x =. x p Math Bootcamp 2012 1 Review of matrix algebra 1.1 Vectors and rules of operations An p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

CLASS 12 ALGEBRA OF MATRICES

CLASS 12 ALGEBRA OF MATRICES CLASS 12 ALGEBRA OF MATRICES Deepak Sir 9811291604 SHRI SAI MASTERS TUITION CENTER CLASS 12 A matrix is an ordered rectangular array of numbers or functions. The numbers or functions are called the elements

More information

Linear Systems and Matrices

Linear Systems and Matrices Department of Mathematics The Chinese University of Hong Kong 1 System of m linear equations in n unknowns (linear system) a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.......

More information

A Review of Matrix Analysis

A Review of Matrix Analysis Matrix Notation Part Matrix Operations Matrices are simply rectangular arrays of quantities Each quantity in the array is called an element of the matrix and an element can be either a numerical value

More information

3 (Maths) Linear Algebra

3 (Maths) Linear Algebra 3 (Maths) Linear Algebra References: Simon and Blume, chapters 6 to 11, 16 and 23; Pemberton and Rau, chapters 11 to 13 and 25; Sundaram, sections 1.3 and 1.5. The methods and concepts of linear algebra

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

More information

Matrices. Chapter Definitions and Notations

Matrices. Chapter Definitions and Notations Chapter 3 Matrices 3. Definitions and Notations Matrices are yet another mathematical object. Learning about matrices means learning what they are, how they are represented, the types of operations which

More information

Graduate Mathematical Economics Lecture 1

Graduate Mathematical Economics Lecture 1 Graduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 23, 2012 Outline 1 2 Course Outline ematical techniques used in graduate level economics courses Mathematics for Economists

More information

Undergraduate Mathematical Economics Lecture 1

Undergraduate Mathematical Economics Lecture 1 Undergraduate Mathematical Economics Lecture 1 Yu Ren WISE, Xiamen University September 15, 2014 Outline 1 Courses Description and Requirement 2 Course Outline ematical techniques used in economics courses

More information

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices

Matrix Algebra Determinant, Inverse matrix. Matrices. A. Fabretti. Mathematics 2 A.Y. 2015/2016. A. Fabretti Matrices Matrices A. Fabretti Mathematics 2 A.Y. 2015/2016 Table of contents Matrix Algebra Determinant Inverse Matrix Introduction A matrix is a rectangular array of numbers. The size of a matrix is indicated

More information

Linear Equations and Matrix

Linear Equations and Matrix 1/60 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Linear Algebra Gaussian Elimination 2/60 Alpha Go Linear algebra begins with a system of linear

More information

Appendix A: Matrices

Appendix A: Matrices Appendix A: Matrices A matrix is a rectangular array of numbers Such arrays have rows and columns The numbers of rows and columns are referred to as the dimensions of a matrix A matrix with, say, 5 rows

More information

A matrix over a field F is a rectangular array of elements from F. The symbol

A matrix over a field F is a rectangular array of elements from F. The symbol Chapter MATRICES Matrix arithmetic A matrix over a field F is a rectangular array of elements from F The symbol M m n (F ) denotes the collection of all m n matrices over F Matrices will usually be denoted

More information

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II

MAC Learning Objectives. Learning Objectives (Cont.) Module 10 System of Equations and Inequalities II MAC 1140 Module 10 System of Equations and Inequalities II Learning Objectives Upon completing this module, you should be able to 1. represent systems of linear equations with matrices. 2. transform a

More information

Mathematics. EC / EE / IN / ME / CE. for

Mathematics.   EC / EE / IN / ME / CE. for Mathematics for EC / EE / IN / ME / CE By www.thegateacademy.com Syllabus Syllabus for Mathematics Linear Algebra: Matrix Algebra, Systems of Linear Equations, Eigenvalues and Eigenvectors. Probability

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

Foundations of Matrix Analysis

Foundations of Matrix Analysis 1 Foundations of Matrix Analysis In this chapter we recall the basic elements of linear algebra which will be employed in the remainder of the text For most of the proofs as well as for the details, the

More information

Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices Chapter 1 Systems of Linear Equations and Matrices System of linear algebraic equations and their solution constitute one of the major topics studied in the course known as linear algebra. In the first

More information

. =. a i1 x 1 + a i2 x 2 + a in x n = b i. a 11 a 12 a 1n a 21 a 22 a 1n. i1 a i2 a in

. =. a i1 x 1 + a i2 x 2 + a in x n = b i. a 11 a 12 a 1n a 21 a 22 a 1n. i1 a i2 a in Vectors and Matrices Continued Remember that our goal is to write a system of algebraic equations as a matrix equation. Suppose we have the n linear algebraic equations a x + a 2 x 2 + a n x n = b a 2

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M. S. KumarSwamy, TGT(Maths) Page - 50 - CHAPTER 3: MATRICES QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 03 marks Matrix A matrix is an ordered rectangular array of numbers

More information

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey

Linear Algebra. Solving Linear Systems. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Echelon Form of a Matrix Elementary Matrices; Finding A -1 Equivalent Matrices LU-Factorization Topics Preliminaries Echelon Form of a Matrix Elementary

More information

POLI270 - Linear Algebra

POLI270 - Linear Algebra POLI7 - Linear Algebra Septemer 8th Basics a x + a x +... + a n x n b () is the linear form where a, b are parameters and x n are variables. For a given equation such as x +x you only need a variable and

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K R MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND First Printing, 99 Chapter LINEAR EQUATIONS Introduction to linear equations A linear equation in n unknowns x,

More information

MATH2210 Notebook 2 Spring 2018

MATH2210 Notebook 2 Spring 2018 MATH2210 Notebook 2 Spring 2018 prepared by Professor Jenny Baglivo c Copyright 2009 2018 by Jenny A. Baglivo. All Rights Reserved. 2 MATH2210 Notebook 2 3 2.1 Matrices and Their Operations................................

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same.

Equality: Two matrices A and B are equal, i.e., A = B if A and B have the same order and the entries of A and B are the same. Introduction Matrix Operations Matrix: An m n matrix A is an m-by-n array of scalars from a field (for example real numbers) of the form a a a n a a a n A a m a m a mn The order (or size) of A is m n (read

More information

Math Camp Notes: Linear Algebra I

Math Camp Notes: Linear Algebra I Math Camp Notes: Linear Algebra I Basic Matrix Operations and Properties Consider two n m matrices: a a m A = a n a nm Then the basic matrix operations are as follows: a + b a m + b m A + B = a n + b n

More information

Matrices. In this chapter: matrices, determinants. inverse matrix

Matrices. In this chapter: matrices, determinants. inverse matrix Matrices In this chapter: matrices, determinants inverse matrix 1 1.1 Matrices A matrix is a retangular array of numbers. Rows: horizontal lines. A = a 11 a 12 a 13 a 21 a 22 a 23 a 31 a 32 a 33 a 41 a

More information

MATRICES. a m,1 a m,n A =

MATRICES. a m,1 a m,n A = MATRICES Matrices are rectangular arrays of real or complex numbers With them, we define arithmetic operations that are generalizations of those for real and complex numbers The general form a matrix of

More information

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full n n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in n variables x 1, x 2,..., x n a 11 x 1 + a 12 x

More information

Chapter 2 Notes, Linear Algebra 5e Lay

Chapter 2 Notes, Linear Algebra 5e Lay Contents.1 Operations with Matrices..................................1.1 Addition and Subtraction.............................1. Multiplication by a scalar............................ 3.1.3 Multiplication

More information

Section 9.2: Matrices.. a m1 a m2 a mn

Section 9.2: Matrices.. a m1 a m2 a mn Section 9.2: Matrices Definition: A matrix is a rectangular array of numbers: a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn In general, a ij denotes the (i, j) entry of A. That is, the entry in

More information

7.6 The Inverse of a Square Matrix

7.6 The Inverse of a Square Matrix 7.6 The Inverse of a Square Matrix Copyright Cengage Learning. All rights reserved. What You Should Learn Verify that two matrices are inverses of each other. Use Gauss-Jordan elimination to find inverses

More information

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511)

GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511) GAUSSIAN ELIMINATION AND LU DECOMPOSITION (SUPPLEMENT FOR MA511) D. ARAPURA Gaussian elimination is the go to method for all basic linear classes including this one. We go summarize the main ideas. 1.

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

MATRICES The numbers or letters in any given matrix are called its entries or elements

MATRICES The numbers or letters in any given matrix are called its entries or elements MATRICES A matrix is defined as a rectangular array of numbers. Examples are: 1 2 4 a b 1 4 5 A : B : C 0 1 3 c b 1 6 2 2 5 8 The numbers or letters in any given matrix are called its entries or elements

More information

1 Matrices and Systems of Linear Equations. a 1n a 2n

1 Matrices and Systems of Linear Equations. a 1n a 2n March 31, 2013 16-1 16. Systems of Linear Equations 1 Matrices and Systems of Linear Equations An m n matrix is an array A = (a ij ) of the form a 11 a 21 a m1 a 1n a 2n... a mn where each a ij is a real

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2016 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

MATRICES AND MATRIX OPERATIONS

MATRICES AND MATRIX OPERATIONS SIZE OF THE MATRIX is defined by number of rows and columns in the matrix. For the matrix that have m rows and n columns we say the size of the matrix is m x n. If matrix have the same number of rows (n)

More information

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX

Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX Introduction to Quantitative Techniques for MSc Programmes SCHOOL OF ECONOMICS, MATHEMATICS AND STATISTICS MALET STREET LONDON WC1E 7HX September 2007 MSc Sep Intro QT 1 Who are these course for? The September

More information

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT

Math Camp II. Basic Linear Algebra. Yiqing Xu. Aug 26, 2014 MIT Math Camp II Basic Linear Algebra Yiqing Xu MIT Aug 26, 2014 1 Solving Systems of Linear Equations 2 Vectors and Vector Spaces 3 Matrices 4 Least Squares Systems of Linear Equations Definition A linear

More information

Linear Algebra, Vectors and Matrices

Linear Algebra, Vectors and Matrices Linear Algebra, Vectors and Matrices Prof. Manuela Pedio 20550 Quantitative Methods for Finance August 2018 Outline of the Course Lectures 1 and 2 (3 hours, in class): Linear and non-linear functions on

More information

Linear Algebra. James Je Heon Kim

Linear Algebra. James Je Heon Kim Linear lgebra James Je Heon Kim (jjk9columbia.edu) If you are unfamiliar with linear or matrix algebra, you will nd that it is very di erent from basic algebra or calculus. For the duration of this session,

More information

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition Prof. Tesler Math 283 Fall 2018 Also see the separate version of this with Matlab and R commands. Prof. Tesler Diagonalizing

More information

Digital Workbook for GRA 6035 Mathematics

Digital Workbook for GRA 6035 Mathematics Eivind Eriksen Digital Workbook for GRA 6035 Mathematics November 10, 2014 BI Norwegian Business School Contents Part I Lectures in GRA6035 Mathematics 1 Linear Systems and Gaussian Elimination........................

More information

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2.

a 11 x 1 + a 12 x a 1n x n = b 1 a 21 x 1 + a 22 x a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 11 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,, a n, b are given real

More information

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections )

10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections ) c Dr. Igor Zelenko, Fall 2017 1 10. Linear Systems of ODEs, Matrix multiplication, superposition principle (parts of sections 7.2-7.4) 1. When each of the functions F 1, F 2,..., F n in right-hand side

More information

The word Matrices is the plural of the word Matrix. A matrix is a rectangular arrangement (or array) of numbers called elements.

The word Matrices is the plural of the word Matrix. A matrix is a rectangular arrangement (or array) of numbers called elements. Numeracy Matrices Definition The word Matrices is the plural of the word Matrix A matrix is a rectangular arrangement (or array) of numbers called elements A x 3 matrix can be represented as below Matrix

More information

ICS 6N Computational Linear Algebra Matrix Algebra

ICS 6N Computational Linear Algebra Matrix Algebra ICS 6N Computational Linear Algebra Matrix Algebra Xiaohui Xie University of California, Irvine xhx@uci.edu February 2, 2017 Xiaohui Xie (UCI) ICS 6N February 2, 2017 1 / 24 Matrix Consider an m n matrix

More information

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF

APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF ELEMENTARY LINEAR ALGEBRA WORKBOOK/FOR USE WITH RON LARSON S TEXTBOOK ELEMENTARY LINEAR ALGEBRA CREATED BY SHANNON MARTIN MYERS APPENDIX: MATHEMATICAL INDUCTION AND OTHER FORMS OF PROOF When you are done

More information

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices Graphics 2009/2010, period 1 Lecture 4 Matrices m n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

More information

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form:

Lemma 8: Suppose the N by N matrix A has the following block upper triangular form: 17 4 Determinants and the Inverse of a Square Matrix In this section, we are going to use our knowledge of determinants and their properties to derive an explicit formula for the inverse of a square matrix

More information

Appendix C Vector and matrix algebra

Appendix C Vector and matrix algebra Appendix C Vector and matrix algebra Concepts Scalars Vectors, rows and columns, matrices Adding and subtracting vectors and matrices Multiplying them by scalars Products of vectors and matrices, scalar

More information

Linear Equations in Linear Algebra

Linear Equations in Linear Algebra 1 Linear Equations in Linear Algebra 1.7 LINEAR INDEPENDENCE LINEAR INDEPENDENCE Definition: An indexed set of vectors {v 1,, v p } in n is said to be linearly independent if the vector equation x x x

More information

Introduction to Matrices

Introduction to Matrices POLS 704 Introduction to Matrices Introduction to Matrices. The Cast of Characters A matrix is a rectangular array (i.e., a table) of numbers. For example, 2 3 X 4 5 6 (4 3) 7 8 9 0 0 0 Thismatrix,with4rowsand3columns,isoforder

More information

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero.

Finite Mathematics Chapter 2. where a, b, c, d, h, and k are real numbers and neither a and b nor c and d are both zero. Finite Mathematics Chapter 2 Section 2.1 Systems of Linear Equations: An Introduction Systems of Equations Recall that a system of two linear equations in two variables may be written in the general form

More information

CHAPTER 6. Direct Methods for Solving Linear Systems

CHAPTER 6. Direct Methods for Solving Linear Systems CHAPTER 6 Direct Methods for Solving Linear Systems. Introduction A direct method for approximating the solution of a system of n linear equations in n unknowns is one that gives the exact solution to

More information

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages:

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages: CS100: DISCRETE STRUCTURES Lecture 3 Matrices Ch 3 Pages: 246-262 Matrices 2 Introduction DEFINITION 1: A matrix is a rectangular array of numbers. A matrix with m rows and n columns is called an m x n

More information

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to :

MAC Module 2 Systems of Linear Equations and Matrices II. Learning Objectives. Upon completing this module, you should be able to : MAC 0 Module Systems of Linear Equations and Matrices II Learning Objectives Upon completing this module, you should be able to :. Find the inverse of a square matrix.. Determine whether a matrix is invertible..

More information

Chapter 2: Matrix Algebra

Chapter 2: Matrix Algebra Chapter 2: Matrix Algebra (Last Updated: October 12, 2016) These notes are derived primarily from Linear Algebra and its applications by David Lay (4ed). Write A = 1. Matrix operations [a 1 a n. Then entry

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

Linear Algebra: Characteristic Value Problem

Linear Algebra: Characteristic Value Problem Linear Algebra: Characteristic Value Problem . The Characteristic Value Problem Let < be the set of real numbers and { be the set of complex numbers. Given an n n real matrix A; does there exist a number

More information

MATRIX ALGEBRA. or x = (x 1,..., x n ) R n. y 1 y 2. x 2. x m. y m. y = cos θ 1 = x 1 L x. sin θ 1 = x 2. cos θ 2 = y 1 L y.

MATRIX ALGEBRA. or x = (x 1,..., x n ) R n. y 1 y 2. x 2. x m. y m. y = cos θ 1 = x 1 L x. sin θ 1 = x 2. cos θ 2 = y 1 L y. as Basics Vectors MATRIX ALGEBRA An array of n real numbers x, x,, x n is called a vector and it is written x = x x n or x = x,, x n R n prime operation=transposing a column to a row Basic vector operations

More information

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra 1.1. Introduction SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear algebra is a specific branch of mathematics dealing with the study of vectors, vector spaces with functions that

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

William Stallings Copyright 2010

William Stallings Copyright 2010 A PPENDIX E B ASIC C ONCEPTS FROM L INEAR A LGEBRA William Stallings Copyright 2010 E.1 OPERATIONS ON VECTORS AND MATRICES...2 Arithmetic...2 Determinants...4 Inverse of a Matrix...5 E.2 LINEAR ALGEBRA

More information

Linear Algebra and Matrix Inversion

Linear Algebra and Matrix Inversion Jim Lambers MAT 46/56 Spring Semester 29- Lecture 2 Notes These notes correspond to Section 63 in the text Linear Algebra and Matrix Inversion Vector Spaces and Linear Transformations Matrices are much

More information

1 Determinants. 1.1 Determinant

1 Determinants. 1.1 Determinant 1 Determinants [SB], Chapter 9, p.188-196. [SB], Chapter 26, p.719-739. Bellow w ll study the central question: which additional conditions must satisfy a quadratic matrix A to be invertible, that is to

More information

Introduction. Vectors and Matrices. Vectors [1] Vectors [2]

Introduction. Vectors and Matrices. Vectors [1] Vectors [2] Introduction Vectors and Matrices Dr. TGI Fernando 1 2 Data is frequently arranged in arrays, that is, sets whose elements are indexed by one or more subscripts. Vector - one dimensional array Matrix -

More information

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns.

Section 9.2: Matrices. Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. Section 9.2: Matrices Definition: A matrix A consists of a rectangular array of numbers, or elements, arranged in m rows and n columns. That is, a 11 a 12 a 1n a 21 a 22 a 2n A =...... a m1 a m2 a mn A

More information

MAT 2037 LINEAR ALGEBRA I web:

MAT 2037 LINEAR ALGEBRA I web: MAT 237 LINEAR ALGEBRA I 2625 Dokuz Eylül University, Faculty of Science, Department of Mathematics web: Instructor: Engin Mermut http://kisideuedutr/enginmermut/ HOMEWORK 2 MATRIX ALGEBRA Textbook: Linear

More information

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey

Linear Algebra. Linear Equations and Matrices. Copyright 2005, W.R. Winfrey Copyright 2005, W.R. Winfrey Topics Preliminaries Systems of Linear Equations Matrices Algebraic Properties of Matrix Operations Special Types of Matrices and Partitioned Matrices Matrix Transformations

More information

Chapter 4. Matrices and Matrix Rings

Chapter 4. Matrices and Matrix Rings Chapter 4 Matrices and Matrix Rings We first consider matrices in full generality, i.e., over an arbitrary ring R. However, after the first few pages, it will be assumed that R is commutative. The topics,

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

Matrices A brief introduction

Matrices A brief introduction Matrices A brief introduction Basilio Bona DAUIN Politecnico di Torino Semester 1, 2014-15 B. Bona (DAUIN) Matrices Semester 1, 2014-15 1 / 41 Definitions Definition A matrix is a set of N real or complex

More information

Numerical Analysis: Solving Systems of Linear Equations

Numerical Analysis: Solving Systems of Linear Equations Numerical Analysis: Solving Systems of Linear Equations Mirko Navara http://cmpfelkcvutcz/ navara/ Center for Machine Perception, Department of Cybernetics, FEE, CTU Karlovo náměstí, building G, office

More information

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra

SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to Linear Algebra SAMPLE OF THE STUDY MATERIAL PART OF CHAPTER 1 Introduction to 1.1. Introduction Linear algebra is a specific branch of mathematics dealing with the study of vectors, vector spaces with functions that

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

More information

Review Questions REVIEW QUESTIONS 71

Review Questions REVIEW QUESTIONS 71 REVIEW QUESTIONS 71 MATLAB, is [42]. For a comprehensive treatment of error analysis and perturbation theory for linear systems and many other problems in linear algebra, see [126, 241]. An overview of

More information

II. Determinant Functions

II. Determinant Functions Supplemental Materials for EE203001 Students II Determinant Functions Chung-Chin Lu Department of Electrical Engineering National Tsing Hua University May 22, 2003 1 Three Axioms for a Determinant Function

More information

Linear Algebra Primer

Linear Algebra Primer Linear Algebra Primer David Doria daviddoria@gmail.com Wednesday 3 rd December, 2008 Contents Why is it called Linear Algebra? 4 2 What is a Matrix? 4 2. Input and Output.....................................

More information

a11 a A = : a 21 a 22

a11 a A = : a 21 a 22 Matrices The study of linear systems is facilitated by introducing matrices. Matrix theory provides a convenient language and notation to express many of the ideas concisely, and complicated formulas are

More information

ECON2285: Mathematical Economics

ECON2285: Mathematical Economics ECON2285: Mathematical Economics Yulei Luo FBE, HKU September 2, 2018 Luo, Y. (FBE, HKU) ME September 2, 2018 1 / 35 Course Outline Economics: The study of the choices people (consumers, firm managers,

More information