Exercise Set Suppose that A, B, C, D, and E are matrices with the following sizes: A B C D E

Similar documents
Systems of Linear Equations and Matrices

Systems of Linear Equations and Matrices

Review of Linear Algebra

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

Math 313 Chapter 1 Review

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved.

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of

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

Matrix operations Linear Algebra with Computer Science Application

Fall Inverse of a matrix. Institute: UC San Diego. Authors: Alexander Knop

Systems of Linear Equations. By: Tri Atmojo Kusmayadi and Mardiyana Mathematics Education Sebelas Maret University

which are not all zero. The proof in the case where some vector other than combination of the other vectors in S is similar.

Lesson U2.1 Study Guide

Linear Algebra Tutorial for Math3315/CSE3365 Daniel R. Reynolds

Matrices: 2.1 Operations with Matrices

Appendix A: Matrices

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

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

Matrix Algebra: Definitions and Basic Operations

Computational Foundations of Cognitive Science. Addition and Scalar Multiplication. Matrix Multiplication

Matrix Arithmetic. j=1

Section 12.4 Algebra of Matrices

MATRICES AND MATRIX OPERATIONS

Matrix Algebra 2.1 MATRIX OPERATIONS Pearson Education, Inc.

Matrix Basic Concepts

Linear Equations in Linear Algebra

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

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

Matrix Dimensions(orders)

Symmetric and anti symmetric matrices

Two matrices of the same size are added by adding their corresponding entries =.

Multiplying matrices by diagonal matrices is faster than usual matrix multiplication.

Phys 201. Matrices and Determinants

Matrices and Determinants

2.1 Matrices. 3 5 Solve for the variables in the following matrix equation.

Instruction: Operations with Matrices ( ) ( ) log 8 log 25 = If the corresponding elements do not equal, then the matrices are not equal.

7 Matrix Operations. 7.0 Matrix Multiplication + 3 = 3 = 4

Introduction to Matrix Algebra

The matrix will only be consistent if the last entry of row three is 0, meaning 2b 3 + b 2 b 1 = 0.

Chapter 2. Ma 322 Fall Ma 322. Sept 23-27

. a m1 a mn. a 1 a 2 a = a n

Math 4377/6308 Advanced Linear Algebra

Matrix & Linear Algebra

Lecture 3: Matrix and Matrix Operations

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

a11 a A = : a 21 a 22

Matrices. 1 a a2 1 b b 2 1 c c π

Math 320, spring 2011 before the first midterm

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

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.

Topics. Vectors (column matrices): Vector addition and scalar multiplication The matrix of a linear function y Ax The elements of a matrix A : A ij

Matrices. Math 240 Calculus III. Wednesday, July 10, Summer 2013, Session II. Matrices. Math 240. Definitions and Notation.

Matrices BUSINESS MATHEMATICS

Section 5.5: Matrices and Matrix Operations

Exercise Set 7.2. Skills

Elementary Row Operations on Matrices

Determinant Worksheet Math 113

* is a row matrix * An mxn matrix is a square matrix if and only if m=n * A= is a diagonal matrix if = 0 i

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a

CLASS 12 ALGEBRA OF MATRICES

Math 3191 Applied Linear Algebra

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

MATH2210 Notebook 2 Spring 2018

Lesson 3: Networks and Matrix Arithmetic

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

MATH Mathematics for Agriculture II

Matrix Arithmetic. a 11 a. A + B = + a m1 a mn. + b. a 11 + b 11 a 1n + b 1n = a m1. b m1 b mn. and scalar multiplication for matrices via.

MATH10212 Linear Algebra B Homework Week 5

Elementary Linear Algebra

CS 246 Review of Linear Algebra 01/17/19

Solutions to Assignment 3

5.1 Introduction to Matrices

Chapter 2 Notes, Linear Algebra 5e Lay

Introduction to Determinants

2. Linear algebra. matrices and vectors. linear equations. range and nullspace of matrices. function of vectors, gradient and Hessian

b 1 b 2.. b = b m A = [a 1,a 2,...,a n ] where a 1,j a 2,j a j = a m,j Let A R m n and x 1 x 2 x = x n

Linear Algebra review Powers of a diagonalizable matrix Spectral decomposition

Chapter 2. Matrix Arithmetic. Chapter 2

1 Matrices and matrix algebra

MAT 2037 LINEAR ALGEBRA I web:

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

x + 2y + 3z = 8 x + 3y = 7 x + 2z = 3

7.6 The Inverse of a Square Matrix

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

Matrix Multiplication

Lecture 7: Vectors and Matrices II Introduction to Matrices (See Sections, 3.3, 3.6, 3.7 and 3.9 in Boas)

Linear Algebra and Matrix Inversion

Matrices. Chapter Definitions and Notations

ICS 6N Computational Linear Algebra Matrix Algebra

Linear Systems and Matrices

Introduction to Matrices

MATHEMATICS IN EVERYDAY LIFE 8

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

Lectures on Linear Algebra for IT

Computational Foundations of Cognitive Science. Definition of the Inverse. Definition of the Inverse. Definition Computation Properties

MAC Module 1 Systems of Linear Equations and Matrices I

Elementary Linear Algebra. Howard Anton & Chris Rorres

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations

A primer on matrices

Transcription:

Determine the size of a given matrix. Identify the row vectors and column vectors of a given matrix. Perform the arithmetic operations of matrix addition, subtraction, scalar multiplication, and multiplication. Determine whether the product of two given matrices is defined. Compute matrix products using the row-column method, the column method, and the row method. Express the product of a matrix and a column vector as a linear combination of the columns of the matrix. Express a linear system as a matrix equation, and identify the coefficient matrix. Compute the transpose of a matrix. Compute the trace of a square matrix. Exercise Set 1.3 1. Suppose that A, B, C, D, and E are matrices with the following sizes: A B C D E In each part, determine whether the given matrix expression is defined. For those that are defined, give the size of the resulting matrix. BA E(AC) (g) E T A Undefined Undefined Undefined (g) Undefined 2. Suppose that A, B, C, D, and E are matrices with the following sizes:

A B C D E In each part, determine whether the given matrix expression is defined. For those that are defined, give the size of the resulting matrix. EA AB T (g) 3. Consider the matrices In each part, compute the given expression (where possible). 5A (g) (i) tr(d) (j) (k) 4 tr(7b) (l) tr(a)

Undefined (g) (i) 5 (j) (k) 168 (l) Undefined 4. Using the matrices in Exercise 3, in each part compute the given expression (where possible). (g) (i) (CD)E (j) C(BA) (k) tr(de T ) (l) tr(bc) 5. Using the matrices in Exercise 3, in each part compute the given expression (where possible). AB BA (3E)D (AB)C A(BC) CC T

(g) (DA) T (i) tr(dd T ) (j) (k) (l) Undefined (g) (i) 61 (j) 35 (k) 28 (l) 99 6. Using the matrices in Exercise 3, in each part compute the given expression (where possible).

7. Let Use the row method or column method (as appropriate) to find the first row of AB. the third row of AB. the second column of AB. the first column of BA. the third row of AA. the third column of AA. 8. Referring to the matrices in Exercise 7, use the row method or column method (as appropriate) to find the first column of AB. the third column of BB. the second row of BB. the first column of AA. the third column of AB. the first row of BA. 9. Referring to the matrices A and B in Exercise 7, and Example 9, express each column vectorof AA as a linear combination of the column vectors of A. express each column vector of BB as a linear combination of the column vectors of B.

10. Referring to the matrices A and B in Exercise 7, and Example 9, express each column vector of AB as a linear combination of the column vectors of A. express each column vector of BA as a linear combination of the column vectors of B. 11. In each part, find matrices A, x, and b that express the given system of linear equations as a single matrix equation, and write out this matrix equation. 12. In each part, find matrices A, x, and b that express the given system of linear equations as a single matrix equation, and write out this matrix equation. 13. In each part, express the matrix equation as a system of linear equations.

14. In each part, express the matrix equation as a system of linear equations. In Exercises 15 16, find all values of k, if any, that satisfy the equation. 15. 16. In Exercises 17 18, solve the matrix equation for a, b, c, and d. 17. 18. 19. Let A be any matrix and let 0 be the matrix each of whose entries is zero. Show that if, then or. 20. Show that if AB and BA are both defined, then AB and BA are square matrices. Show that if A is an matrix and A(BA) is defined, then B is an matrix.

21. Prove: If A and B are matrices, then. 22. Show that if A has a row of zeros and B is any matrix for which AB is defined, then AB also has a row of zeros. Find a similar result involving a column of zeros. 23. In each part, find a matrix [a ij ] that satisfies the stated condition. Make your answers as general as possible by using letters rather than specific numbers for the nonzero entries. 24. Find the matrix whose entries satisfy the stated condition.

25. Consider the function defined for matrices x by, where Plot f(x) together with x in each case below. How would you describe the action of f?

26. Let I be the matrix whose entry in row i and column j is Show that for every matrix A. 27. How many matrices A can you find such that for all choices of x, y, and z? One; namely, 28. How many matrices A can you find such that for all choices of x, y, and z? 29. A matrix B is said to be a square root of a matrix A if. Find two square roots of. How many different square roots can you find of? Do you think that every matrix has at least one square root? Explain your reasoning. Four; 30. Let 0 denote a matrix, each of whose entries is zero. Is there a matrix A such that and? Justify your answer. Is there a matrix A such that and? Justify your answer.

- Exercises In parts (o) determine whether the statement is true or false, and justify your answer. The matrix has no main diagonal. An matrix has m column vectors and n row vectors. If A and B are matrices, then. The i th row vector of a matrix product AB can be computed by multiplying A by the ith row vector of B. For every matrix A, it is true that. If A and B are square matrices of the same order, then. (g) If A and B are square matrices of the same order, then. For every square matrix A, it is true that. (i) If A is a matrix and B is an matrix such that B T A T is a matrix, then and.

(j) If A is an matrix and c is a scalar, then. (k) If A, B, and C are matrices of the same size such that, then. (l) If A, B, and C are square matrices of the same order such that, then. (m) If is defined, then A and B are square matrices of the same size. (n) If B has a column of zeros, then so does AB if this product is defined. (o) If B has a column of zeros, then so does BA if this product is defined. Copyright 2010 John Wiley & Sons, Inc. All rights reserved.