Chapter 4. Vector Space Examples. 4.1 Diffusion Welding and Heat States

Size: px
Start display at page:

Download "Chapter 4. Vector Space Examples. 4.1 Diffusion Welding and Heat States"

Transcription

1 Chapter 4 Vector Space Examples 4.1 Diffusion Welding and Heat States In this section, we begin a deeper look into the mathematics for diffusion welding application discussed in Chapter 1. Recall that diffusion welding can be used to adjoin several smaller rods into a single longer rod, leaving the final rod just after welding with varying temperature along the rod but with the ends having the same temperature. Recall that we measure the temperature along the rod and obtain a heat signature like the one seen in Figure 1.4 of Chapter 1. Recall, also, that the heat signature shows the temperature difference from that at the ends of the rod. Thus, the initial signature (along with any subsequent signature will show values of 0 at the ends. The heat signature along the rod can be described by a function f 0 : [0, L] R, where L is the length of the rod and f 0 (0 = f 0 (L = 0. The quantity f 0 (x is the temperature difference on the rod at a position x in the interval [0, L]. Because we are collecting and storing heat measurements along the rod, it makes sense that we are only able to collect finitely many such measurements. Thus, we discretize the heat signature f by sampling at only m locations along the bar. If we space the m sampling locations equally, then for Δx = L, we can choose the sampling locations to be m+1 Δx, 2Δx,..., mδx. Since the heat measurement is zero (and fixed at the endpoints we do not need to sample there! The set of discrete heat measurements at a given time is called a heat state, as opposed to a heat signature, which, as discussed earlier, is defined at every point along the rod. We can 57

2 58 CHAPTER 4. VECTOR SPACE EXAMPLES record the (discretized heat state as the vector u = [u 0, u 1, u 2,..., u m, u m+1 ] = [0, f(δx, f(2δx,..., f(mδx, 0]. Here, if u j = f(x for some x [0, L] then u j+1 = f(x + Δx and u j 1 = f(x Δx. Figure 4.1 shows a (continuous heat signature as a solid blue curve and the corresponding measured heat state indicated by the regularly sampled points marked as circles. Figure 4.1: An example 1D heat signature, f, is shown as a blue line. A heat state is the discrete collection of m + 2 regularly sampled temperatures, {u 0, u 1,, u m+2 }, shown as red circles. Both heat signature and heat state have zero temperature at the end points x = 0 and x = L. As the heat diffuses through the rod, the new heat signatures will also be described by functions f t : [0, L] R, where t is the time measured since the welding was completed. The discretized heat states corresponding to these signatures will form vectors as well. We define scalar multiplication and vector addition of heat states componentwise (in the same way we define the operations on vectors in R m+2. Denote the set of all heat states with m + 2 entries (assumed to have zero temperature at the endpoints by H m (R. H m (R is a vector space (see Exercise Function Spaces We ve seen that the set of discretized heat states of the preceding example forms a vector space. These discretized heat states can be viewed as realvalued functions on the set of points that are locations along the rod. In

3 4.2. FUNCTION SPACES 59 fact, function spaces such as H m (R are very common and useful constructs for solving many physical problems. The following are some such function spaces. Example Let F = {f : R R}, the set of all functions whose domain is R and whose range is a subset of R. F is a vector space with scalars taken from R. We define addition and scalar multiplication (on functions pointwise. That is, given two functions f and g and a real scalar α, we define the sum f + g by (f + g(x := f(x + g(x and the scalar product αf by (αf(x := α (f(x. Now, for f, g, h F and α, β R, we verify the 10 properties of Definition 3.2.1: f : R R and g : R R. Based on the definition of addition, f + g : R R. So F is closed over addition. Similarly, F is closed under scalar multiplication. Addition is commutative: (f + g(x = f(x + g(x = g(x + f(x = (g + f(x. So, f + g = g + f. Addition is associative: ((f + g + h(x =(f + g(x + h(x = (f(x + g(x + h(x = f(x + (g(x + h(x So (f + g + h = f + (g + h. Scalar multiplication is associative: =f(x + (g + h(x = (f + (g + h(x. (α (β f(x = (α (βf(x = (αβf(x = ((αβ f(x. So α (β f = (αβ f. Scalar multiplication distributes over vector addition: (α (f + g(x = α (f + g(x = α (f(x + g(x So α(f + g = αf + αg. = α f(x + α g(x = (α f + α g(x.

4 60 CHAPTER 4. VECTOR SPACE EXAMPLES Scalar multiplication distributes over scalar addition: ((α + β f(x = (α + β f(x = α f(x + β f(x So, (α + β f = α f + β f. = (α f + β f(x. F contains the zero vector. Consider the function z(x = 0 for every x R. We see that (z+f(x = z(x+f(x = 0+f(x = f(x = f(x+0 = f(x+z(x = (f+z(x. That is, z + f = f + z = f. Thus, the function z is the zero vector in F. Every vector f has in additive inverse f in F. Observe, (f +( f(x = f(x + ( f(x = f(x f(x = 0 = z(x, where z is defined above. So, f + ( f = z. The scalar identity is the real number 1. Notice: (1 f(x = 1 f(x = f(x. So, 1 f = f. In the vector space F, vectors are functions. Example vectors in F include sin(x, x 2 + 3x 5, and e x + 2. Not all functions are vectors in F (see Exercise 5. Example Let P n (R be the set of all polynomials of degree less than or equal to n with coefficients from R. That is, P n (R = {a 0 + a 1 x + + a n x n a k R, k = 0, 1,, n}. Let f(x = a 0 + a 1 x + + a n x n and g(x = b 0 + b 1 x + + b n x n be polynomials in P n (R and α R. Define addition and scalar multiplication component-wise: (f + g(x = (a 0 + b 0 + (a 1 + b 1 x + + (a n + b n x n, (αf(x = (αa 0 + (αa 1 x + + (αa n x n. With these definitions, P n (R is a vector space. Vectors in this space are polynomials. Example A function f : R R is called an even function if f( x = f(x for all x R. The set of even functions is a vector space over R with the definitions of vector addition and scalar multiplication given in Example

5 4.3. MATRIX SPACES Matrix Spaces A matrix is an array of real numbers arranged in a rectangular grid, for example, let ( A = The matrix A has 2 rows (horizontal and 3 columns (vertical, so we say it is a 2 3 matrix. In general, a matrix B with m rows and n columns is called an m n matrix. We say the dimensions of the matrix are m by n. Any two matrices of the same dimension are added together by adding their entries (individual numbers component-wise. A matrix is multiplied by a scalar by multiplying all of its entries by that scalar (that is, multiplication of a matrix by a scalar is also component-wise as in Example Example Let Then A = ( ( 1 0 1, B = A + B = ( ( 1 2, and C = 3 5 but since A M 2 3 and C M 2 2, the definition of matrix addition does not work. That is, A + C is undefined. Using the definition of scalar multiplication, we get 3 A = ( =, ( With this understanding of operations on matrices, we can now discuss (M m n, +, as a vector space over R... Theorem Let m and n be in N, the natural numbers. The set M m n of all m n matrices with real entries, together with the operations of addition and scalar multiplication is a vector space over R.

6 62 CHAPTER 4. VECTOR SPACE EXAMPLES Proof. The proof proceeds along the same lines as the alternate proof for Example Notice that because the matrix addition and scalar multiplication are defined component-wise, the size of the matrix is not changed. Thus, M m n is closed under addition and scalar multiplication. Now, since the entries of every matrix in M m n are all real, and addition and scalar are defined component-wise, then M m n inherits the vector space properties from R. Notation: If we want to refer to an entry (or one of the individual numbers of a matrix, we can refer to its position. For example, we write A = (a i,j to mean that we will use lower case a with subscripts designating the position to denote the entries. In this case, the number in the first row and second column of the matrix A above is denoted by a 1,2 = 2. More generally, the value in the i-th row and j-th column is a i,j. With this notation, we can formally define component-wise addition and scalar multiplication. Definition Let A = (a i,j and B = (b i,j be m n matrices. We define matrix addition by A + B = C = (c i,j, where c i,j = a i,j + b i,j. For fun, try using this notation to describe the product ca where c R and A M m n. Caution: The spaces M m n and M n m are not the same! The matrix M 1 = is a 4 3 matrix, whereas M 2 = is a 3 4 matrix. As we saw above, these two matrices cannot even be added together!

7 4.3. MATRIX SPACES 63 As with R, M m n has other operations with which it is associated. In fact, we are able to multiply matrices, but unlike matrix addition the matrix product is not defined component-wise. Definition Given an n m matrix A = (a i,j and an m l matrix B = (b i,j, we define the matrix product C = AB where c i,j = m k=1 a i,kb k,j. We will call this operation matrix multiplication. Notice that there is no between the matrices, rather they are written in juxtaposition to show a difference between the notation of a scalar product and the notation of a matrix product. Notice that the definition requires that the number of columns of A is the same as the number of rows of B for the product AB. Example Let P = , Q = , and R = ( Since both P and Q are 3 2 matrices, we see that the number of columns of P is not the same as the number of rows of Q. Thus, P Q is not defined. But, since P has 2 columns and R has 2 rows, P R is defined. Let s compute it. We can compute each entry as in Definition Position Computation (i, j p i,1 r 1,j + p i,2 r 2,j (1, (1, ( 2 (2, (2, ( 2 (3, (3, ( 2 Typically, when writing this out, we write it as P R = ( = ( ( ( 2. =

8 64 CHAPTER 4. VECTOR SPACE EXAMPLES In the above example, the result of the matrix product was a matrix of the same size as P. Let s do another example to show that this is not always the case. Example Let M 1 = ( and M 2 = Notice that M 1 is 2 3 and M 2 is 3 4. So, we can multiply them and the resulting matrix will be 2 4. Indeed, we can find the (i, j entry of M 1 M 2 by multiplying the ith row of M 1 by the jth column of M 2. We do this for each entry as follows Position Computation (i, j a i,1 b 1,j + a i,2 b 2,j + a i,3 b 3,j (1, (1, ( (1, 3 1 ( (1, (2, ( (2, ( 1 ( (2, 3 2 ( 1 + ( (2, ( Thus, AB = ( = ( Notice that in Example 4.3.2, RP is not defined so RP P R. Similarly, in Example 4.3.2, BA AB. But, one might wonder whether matrix multiply is commutative when the matrix product is defined both ways. That is, we might wonder if AB = BA when both AB and BA are defined. Note that in order for AB and BA to be defined, both must be square matrices (the number of rows and columns are the same. Let us explore this in the next example..

9 4.4. MISCELLANEOUS VECTOR SPACES 65 Example Let A = ( Let us compute both AB and BA. and B = ( ( ( AB = ( 2 6 = 8 3 ( = ( ( 1 ( ( 1 3 ( ( BA = ( 2 4 = 7 7 ( ( 1 = ( 1 Notice, even in the simple case of 2 2 matrices, matrix multiply is not commutative. Note: Because matrix multiply is not generally defined between two matrices in M m n, we can see that M m n is not, in general, closed under matrix multiply. Since the matrix product ( is not commutative, we can also see that (M n n,, is not a vector space over R. Although matrix products are not ideal as a vector space operation, we will find them very useful in later chapters. 4.4 Miscellaneous Vector Spaces The next few examples are related to linear equations, which will be fundamental objects of study in this course. We start with the definition of a linear equation. Definition A linear equation is an equation of the form a 1 x 1 + a 2 x a n x n = b, where b, a 1,, a n F are called coefficients and x 1, x 2,, x n are called variables.

10 66 CHAPTER 4. VECTOR SPACE EXAMPLES For problems of two variables we often use variable names x and y and the equation looks like αx + βy = b. For problems of three variables we often use variable names x, y and z. Note that the scalars a 1, a 2,, a n and b are not necessarily nonzero. Some examples of linear equations are x=0, 3x + 2y 5z = 7, and x 1 + 3x 2 x 3 = 0. A solution to a linear equation with n variables is a point in R n whose coordinates satisfy the equation. More precisely, Definition Let a 1 x 1 + a 2 x a n x n = b be a linear equation in n variables, x 1, x 2,, x n. Then (v 1, v 2,, v n R n is a solution to the linear equation if a 1 v 1 + a 2 v a n v n = b. Notice that in Definition 4.4.2, we substitute the components of a solution into the corresponding variable. When we do this, the resulting equation holds. Example The vector (2, 3, 1 R n is a solution to the linear equation because 3x + 2y 5z = 7 3(2 + 2(3 5(1 = 7. What does all of this have to do with vector spaces? We can consider the set of all solutions to a linear equation, and we can ask whether this set satisfies the properties of a vector space. Example Let V R 3 be the set of all solutions to the equation x 1 + 3x 2 x 3 = 0. That is, x 1 V = x 2 R 3 x 1 + 3x 2 x 3 = 0 x 3. The set V, together with the operations + and inherited from R 3 forms a vector space.

11 4.4. MISCELLANEOUS VECTOR SPACES 67 Proof. Note that Properties (P3-(P7 and (P10 of Definition are automatically satisfied because the operations + and on R 3 satisfy these properties. Hence we need only check properties (P1, (P2, (P8, and (P9. (P1 Let u = (u 1, u 2, u 3 and v = (v 1, v 2, v 3 be vectors in V. Then we have u + v = (u 1 + v 1, u 2 + v 2, u 3 + v 3. To determine if u + v is in V, we compute (u 1 + v 1 + 3(u 2 + v 2 (u 3 + v 3. Since u and v solve the equation, u 1 + 3u 2 u 3 = 0 and v 1 + 3v 2 v 3 = 0, and so (u 1 + v 1 + 3(u 2 + v 2 (u 3 + v 3 = (u 1 + 3u 2 u 3 + (v 1 + 3v 2 v 3 = 0. Since u and v are arbitrary vectors in V it follows that V is closed under addition. (P2 Let u = (u 1, u 2, u 3 be in V and α R. Then αu = (αu 1, αu 2, αu 3, and so αu 1 + 3αu 2 αu 3 = α(u 1 + 3u 2 u 3 = α0 = 0. Hence V is closed under scalar multiplication. (P8 The vector 0 in R 3 is contained in V because = 0. (P9 Let u = (u 1, u 2, u 3 be in V. Then the additive inverse of u is 1 u = ( u 1, u 2, u 3, which by property (P 2 is in V. Hence V contains additive inverses. We can also visualize this space on the coordinate axes. In this case the space V is a plane in R 3 that passes through the points (0, 0, 0, (1, 0, 1 and (0, 1, 3. Here is a very similar equation, however, whose solution set does not form a vector space. Example Let V R 3 be the set of all solutions to the equation x 1 +3x 2 x 3 = 5. The solution set to this equation is a plane in R 3 that passes through the points (0, 0, 5, (1, 0, 4 and (0, 1, 2, in other words, it is the translation of the plane in Example by 5 units down (in the negative x 3 direction. The set V is not a vector space. The proof is Exercise 9. In fact, we can generalize the preceding examples by considering the set of linear equations that are homogeneous.

12 68 CHAPTER 4. VECTOR SPACE EXAMPLES x 3 x 2 x 1 Figure 4.2: The vector space (V, +, of solutions to the equation x 1 + 3x 2 x 3 = 0 is a plane in R 3. Definition We say that a linear equation a 1 x 1 + a 2 x a n x n = b is homogeneous if b = 0. Example Let {a 1, a 2,..., a n } R and consider the set V R n of all solutions to the homogeneous linear equation a 1 x 1 + a 2 x a n x n = 0. The set V, together with the operations + and inherited from R n forms a vector space. The proof is Exercise 10. Question: Is the set of all solutions to an inhomogeneous linear equation (a linear equation that is not homogeneous a vector space? Example A sequence of real numbers is a function s : N R. That is, s(n = a n for n = 1, 2, where a n R. A sequence is denoted {a n }. Let S(R be the set of all sequences. Let {a n } and {b n } be sequences in S(R and α in R. Define vector addition and scalar multiplication: {a n } + {b n } = {a n + b n }, and α {a n } = {αa n } S(R is a vector space with these (elementwise operations. Example (Eventually Zero Sequences Let S fin (R be the set of all sequences that have a finite number of nonzero terms. Then S fin (R is a vector space with operations as defined in Example Example Let k R and denote by J k the set of all bar graphs with k bins. Here, we consider a bar graph to be a function from the set {1,..., k}

13 4.4. MISCELLANEOUS VECTOR SPACES 69 to R, and we visualize such an object in the familiar graphical way, as shown in Figure 4.3. Define addition and scalar multiplication on such bar graphs as follows. Let J 1 and J 2 be two bar graphs in J k and let α be a scalar in R Figure 4.3: A graphical representation of a vector in J 8 We define the 0 bar graph to be the bar graph where each of the k bars has height 0. J 1 + J 2 is defined to be the bar graph obtained by summing the height of the bars in corresponding bins of J 1 and J 2. α J 1 is defined to be the bar graph obtained by multiplying each bar height of J 1 by α. With these definitions, check that J k is a vector space. Note that the space of bar graphs is actually a discrete function space with the added understanding that the domain of the functions has a geometric representation (the bins for the bar graphs are all lined up in order from 1 to k. Example Consider the image set of 7-bar LCD characters, D(Z 2, where Z 2 is the field that includes only the scalar values 0 and 1. Figure 4.4 shows ten example characters along with the image geometry.

14 70 CHAPTER 4. VECTOR SPACE EXAMPLES Figure 4.4: The ten digits of a standard 7-bar LCD display. For these images, white corresponds to the value zero and green corresponds to the value one. With element-wise definitions of addition and scalar multiplication as defined for the field Z 2, D(Z 2 is a vector space. Here are two examples of vector addition in D(Z 2 : + = + + = One can show that D(Z 2 is a vector space. (Exercise Is My Set a Vector Space? We now have a variety of tests which can be used to determine if a given set is, or is not, a vector space.

15 4.6. EXERCISES 71 A set V (with given operations of vector addition and scalar multiplication is a vector space if it satisfies each of the ten properties of Definition One must show that these properties hold for arbitrary elements of V and arbitrary scalars in R. In order to determine if a set is not a vector space, we have a few possible tests, most of which are direct consequence of one of the theorems of the previous chapter. A set V (with given operations of vector addition and scalar multiplication is not a vector space if any one of the following statements is true. 1. For some element(s in V and/or scalar(s in R, any one of the ten properties of Definition is not true. 2. For some elements x, y, and z in V with x y, we have x + z = y + z. 3. The zero element of V is not unique. 4. Any element of V has a non-unique additive inverse. 5. If for some element x in V, 0 x 0. That is, the zero scalar multiplied by some element of V does not equal the zero element of V. 4.6 Exercises 1. Show that H m (R, the set of all heat states with m + 2 real entries, is a vector space. 2. Plot a possible heat state u for a rod with m = 12. In the same graph, plot a second heat state that corresponds to 2u. Describe the similarities and differences between u and 2u. 3. Plot a possible heat state u for a rod with m = 12. In the same graph, plot the heat state that corresponds to u + v, where v is another heat

16 72 CHAPTER 4. VECTOR SPACE EXAMPLES state that is not a scalar multiple of u. Decribe the similarities and differences between u and u + v. 4. Let P 2 = {ax 2 +bx+c a, b, c R}. Show that P 2 is a vector space with scalars taken from R and addition and scalar multiplication defined in the standard way for polynomials. 5. Determine whether or not the following functions are vectors in F as defined in Example f(x = tan(x, g(x = x 5 5, h(x = ln(x. 6. Show that the set of even functions (see Example is a vector space. 7. Let C([a, b] be the set of continuous functions on the interval [a, b]. Is C([a, b] a vector space with the definitions of vector addition and scalar multiplication given in Example 4.2.1? 8. Show that the set P n (R of Example is a vector space. 9. Let V R n denote the set of all solutions to the linear equation x 1 + 3x 2 x 3 = 5. (a Use the algebraic definition of a vector space to show that V is not a vector space. (b Give a geometric argument for the fact that V is not a vector space. 10. Let {a 1, a 2,..., a n } R and consider the set V R n of all solutions to the homogeneous linear equation a 1 x 1 + a 2 x a n x n = 0. Show that the set V, together with the operations + and inherited from R n forms a vector space. 11. Show that the set S of Example is a vector space. 12. Show that the set S fin of Example is a vector space. 13. Many of the sets above are subsets of larger vector spaces. Which of the 10 vector space properties do not necessarily carry down into the smaller subset? 14. Prove that D(Z 2 from Example is a vector space.

Math 256: Linear Algebra Dr. Heather Moon contributing-authors: Dr. Thomas J. Asaki, Dr. Marie Snipes, and Dr. Chris Camfield.

Math 256: Linear Algebra Dr. Heather Moon contributing-authors: Dr. Thomas J. Asaki, Dr. Marie Snipes, and Dr. Chris Camfield. Math 256: Linear Algebra Dr Heather Moon contributing-authors: Dr Thomas J Asaki, Dr Marie Snipes, and Dr Chris Camfield April 2, 26 Contents Systems of Equations 5 Review from your basic Algebra class

More information

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.

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. Matrix Arithmetic There is an arithmetic for matrices that can be viewed as extending the arithmetic we have developed for vectors to the more general setting of rectangular arrays: if A and B are m n

More information

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists

x n -2.5 Definition A list is a list of objects, where multiplicity is allowed, and order matters. For example, as lists Vectors, Linear Combinations, and Matrix-Vector Mulitiplication In this section, we introduce vectors, linear combinations, and matrix-vector multiplication The rest of the class will involve vectors,

More information

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

Systems of Linear Equations

Systems of Linear Equations LECTURE 6 Systems of Linear Equations You may recall that in Math 303, matrices were first introduced as a means of encapsulating the essential data underlying a system of linear equations; that is to

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

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space

Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) 1.1 The Formal Denition of a Vector Space Linear Algebra (part 1) : Vector Spaces (by Evan Dummit, 2017, v. 1.07) Contents 1 Vector Spaces 1 1.1 The Formal Denition of a Vector Space.................................. 1 1.2 Subspaces...................................................

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

Linear Independence x

Linear Independence x Linear Independence A consistent system of linear equations with matrix equation Ax = b, where A is an m n matrix, has a solution set whose graph in R n is a linear object, that is, has one of only n +

More information

PH1105 Lecture Notes on Linear Algebra.

PH1105 Lecture Notes on Linear Algebra. PH05 Lecture Notes on Linear Algebra Joe Ó hógáin E-mail: johog@mathstcdie Main Text: Calculus for the Life Sciences by Bittenger, Brand and Quintanilla Other Text: Linear Algebra by Anton and Rorres Matrices

More information

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

[ Here 21 is the dot product of (3, 1, 2, 5) with (2, 3, 1, 2), and 31 is the dot product of . Matrices A matrix is any rectangular array of numbers. For example 3 5 6 4 8 3 3 is 3 4 matrix, i.e. a rectangular array of numbers with three rows four columns. We usually use capital letters for matrices,

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

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Fundamentals of Linear Algebra. Marcel B. Finan Arkansas Tech University c All Rights Reserved Fundamentals of Linear Algebra Marcel B. Finan Arkansas Tech University c All Rights Reserved 2 PREFACE Linear algebra has evolved as a branch of mathematics with wide range of applications to the natural

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

A primer on matrices

A primer on matrices A primer on matrices Stephen Boyd August 4, 2007 These notes describe the notation of matrices, the mechanics of matrix manipulation, and how to use matrices to formulate and solve sets of simultaneous

More information

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 6) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

Math Linear Algebra

Math Linear Algebra Math 39 - Linear Algebra A simple description of the subject of (finite dimensional Linear Algebra might be the study of matrices and vectors Matrices are arrays that are (usually filled with real or complex

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

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

Chapter 1: Linear Equations

Chapter 1: Linear Equations Chapter : Linear Equations (Last Updated: September, 7) The material for these notes is derived primarily from Linear Algebra and its applications by David Lay (4ed).. Systems of Linear Equations Before

More information

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and

A matrix is a rectangular array of. objects arranged in rows and columns. The objects are called the entries. is called the size of the matrix, and Section 5.5. Matrices and Vectors A matrix is a rectangular array of objects arranged in rows and columns. The objects are called the entries. A matrix with m rows and n columns is called an m n matrix.

More information

Mathematics 13: Lecture 10

Mathematics 13: Lecture 10 Mathematics 13: Lecture 10 Matrices Dan Sloughter Furman University January 25, 2008 Dan Sloughter (Furman University) Mathematics 13: Lecture 10 January 25, 2008 1 / 19 Matrices Recall: A matrix is a

More information

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

7.5 Operations with Matrices. Copyright Cengage Learning. All rights reserved. 7.5 Operations with Matrices Copyright Cengage Learning. All rights reserved. What You Should Learn Decide whether two matrices are equal. Add and subtract matrices and multiply matrices by scalars. Multiply

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Matrices: 2.1 Operations with Matrices

Matrices: 2.1 Operations with Matrices Goals In this chapter and section we study matrix operations: Define matrix addition Define multiplication of matrix by a scalar, to be called scalar multiplication. Define multiplication of two matrices,

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

1 Matrices and matrix algebra

1 Matrices and matrix algebra 1 Matrices and matrix algebra 1.1 Examples of matrices A matrix is a rectangular array of numbers and/or variables. For instance 4 2 0 3 1 A = 5 1.2 0.7 x 3 π 3 4 6 27 is a matrix with 3 rows and 5 columns

More information

Jim Lambers MAT 610 Summer Session Lecture 1 Notes

Jim Lambers MAT 610 Summer Session Lecture 1 Notes Jim Lambers MAT 60 Summer Session 2009-0 Lecture Notes Introduction This course is about numerical linear algebra, which is the study of the approximate solution of fundamental problems from linear algebra

More information

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces

Contents. 2.1 Vectors in R n. Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v. 2.50) 2 Vector Spaces Linear Algebra (part 2) : Vector Spaces (by Evan Dummit, 2017, v 250) Contents 2 Vector Spaces 1 21 Vectors in R n 1 22 The Formal Denition of a Vector Space 4 23 Subspaces 6 24 Linear Combinations and

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

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

What is the Matrix? Linear control of finite-dimensional spaces. November 28, 2010

What is the Matrix? Linear control of finite-dimensional spaces. November 28, 2010 What is the Matrix? Linear control of finite-dimensional spaces. November 28, 2010 Scott Strong sstrong@mines.edu Colorado School of Mines What is the Matrix? p. 1/20 Overview/Keywords/References Advanced

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra /34 Linear Algebra /34 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct axes)

More information

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain.

17. C M 2 (C), the set of all 2 2 matrices with complex entries. 19. Is C 3 a real vector space? Explain. 250 CHAPTER 4 Vector Spaces 14. On R 2, define the operation of addition by (x 1,y 1 ) + (x 2,y 2 ) = (x 1 x 2,y 1 y 2 ). Do axioms A5 and A6 in the definition of a vector space hold? Justify your answer.

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

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Linear Algebra 1/33 Linear Algebra 1/33 Vectors A vector is a magnitude and a direction Magnitude = v Direction Also known as norm, length Represented by unit vectors (vectors with a length of 1 that point along distinct

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

22A-2 SUMMER 2014 LECTURE Agenda

22A-2 SUMMER 2014 LECTURE Agenda 22A-2 SUMMER 204 LECTURE 2 NATHANIEL GALLUP The Dot Product Continued Matrices Group Work Vectors and Linear Equations Agenda 2 Dot Product Continued Angles between vectors Given two 2-dimensional vectors

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

LS.1 Review of Linear Algebra

LS.1 Review of Linear Algebra LS. LINEAR SYSTEMS LS.1 Review of Linear Algebra In these notes, we will investigate a way of handling a linear system of ODE s directly, instead of using elimination to reduce it to a single higher-order

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

LINEAR SYSTEMS, MATRICES, AND VECTORS

LINEAR SYSTEMS, MATRICES, AND VECTORS ELEMENTARY LINEAR ALGEBRA WORKBOOK CREATED BY SHANNON MARTIN MYERS LINEAR SYSTEMS, MATRICES, AND VECTORS Now that I ve been teaching Linear Algebra for a few years, I thought it would be great to integrate

More information

Section 5.5: Matrices and Matrix Operations

Section 5.5: Matrices and Matrix Operations Section 5.5 Matrices and Matrix Operations 359 Section 5.5: Matrices and Matrix Operations Two club soccer teams, the Wildcats and the Mud Cats, are hoping to obtain new equipment for an upcoming season.

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0. 0. and most recently 0. we solved some basic equations involving the trigonometric functions.

More information

MA106 Linear Algebra lecture notes

MA106 Linear Algebra lecture notes MA106 Linear Algebra lecture notes Lecturers: Diane Maclagan and Damiano Testa 2017-18 Term 2 Contents 1 Introduction 3 2 Matrix review 3 3 Gaussian Elimination 5 3.1 Linear equations and matrices.......................

More information

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why?

1) Which form is best when asked to determine the values of x for which the expression is undefined, equal to zero, positive or negative? Why? Solving Inequalities Prepared by: Sa diyya Hendrickson Name: Date: Consider the expanded and simplified forms of the following expression: Expanded Form: x + x 3x Simplified Form: x(x + 1) (3x ) 1) Which

More information

Matrices and Linear Algebra

Matrices and Linear Algebra Contents Quantitative methods for Economics and Business University of Ferrara Academic year 2017-2018 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2 3 4 5 Contents 1 Basics 2

More information

Linear Algebra, Summer 2011, pt. 2

Linear Algebra, Summer 2011, pt. 2 Linear Algebra, Summer 2, pt. 2 June 8, 2 Contents Inverses. 2 Vector Spaces. 3 2. Examples of vector spaces..................... 3 2.2 The column space......................... 6 2.3 The null space...........................

More information

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

Math 360 Linear Algebra Fall Class Notes. a a a a a a. a a a Math 360 Linear Algebra Fall 2008 9-10-08 Class Notes Matrices As we have already seen, a matrix is a rectangular array of numbers. If a matrix A has m columns and n rows, we say that its dimensions are

More information

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations

Kevin James. MTHSC 3110 Section 2.1 Matrix Operations MTHSC 3110 Section 2.1 Matrix Operations Notation Let A be an m n matrix, that is, m rows and n columns. We ll refer to the entries of A by their row and column indices. The entry in the i th row and j

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

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

Matrix Basic Concepts

Matrix Basic Concepts Matrix Basic Concepts Topics: What is a matrix? Matrix terminology Elements or entries Diagonal entries Address/location of entries Rows and columns Size of a matrix A column matrix; vectors Special types

More information

Lecture 3 Linear Algebra Background

Lecture 3 Linear Algebra Background Lecture 3 Linear Algebra Background Dan Sheldon September 17, 2012 Motivation Preview of next class: y (1) w 0 + w 1 x (1) 1 + w 2 x (1) 2 +... + w d x (1) d y (2) w 0 + w 1 x (2) 1 + w 2 x (2) 2 +...

More information

Tropical Polynomials

Tropical Polynomials 1 Tropical Arithmetic Tropical Polynomials Los Angeles Math Circle, May 15, 2016 Bryant Mathews, Azusa Pacific University In tropical arithmetic, we define new addition and multiplication operations on

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 857 0.7 Trigonometric Equations and Inequalities In Sections 0., 0. and most recently 0., we solved some basic equations involving the trigonometric functions.

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

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

Math 3108: Linear Algebra

Math 3108: Linear Algebra Math 3108: Linear Algebra Instructor: Jason Murphy Department of Mathematics and Statistics Missouri University of Science and Technology 1 / 323 Contents. Chapter 1. Slides 3 70 Chapter 2. Slides 71 118

More information

VECTORS [PARTS OF 1.3] 5-1

VECTORS [PARTS OF 1.3] 5-1 VECTORS [PARTS OF.3] 5- Vectors and the set R n A vector of dimension n is an ordered list of n numbers Example: v = [ ] 2 0 ; w = ; z = v is in R 3, w is in R 2 and z is in R? 0. 4 In R 3 the R stands

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

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

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous:

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous: MATH 51H Section 4 October 16, 2015 1 Continuity Recall what it means for a function between metric spaces to be continuous: Definition. Let (X, d X ), (Y, d Y ) be metric spaces. A function f : X Y is

More information

10.7 Trigonometric Equations and Inequalities

10.7 Trigonometric Equations and Inequalities 0.7 Trigonometric Equations and Inequalities 79 0.7 Trigonometric Equations and Inequalities In Sections 0., 0. and most recently 0., we solved some basic equations involving the trigonometric functions.

More information

1 What is the area model for multiplication?

1 What is the area model for multiplication? for multiplication represents a lovely way to view the distribution property the real number exhibit. This property is the link between addition and multiplication. 1 1 What is the area model for multiplication?

More information

L. Vandenberghe EE133A (Spring 2017) 3. Matrices. notation and terminology. matrix operations. linear and affine functions.

L. Vandenberghe EE133A (Spring 2017) 3. Matrices. notation and terminology. matrix operations. linear and affine functions. L Vandenberghe EE133A (Spring 2017) 3 Matrices notation and terminology matrix operations linear and affine functions complexity 3-1 Matrix a rectangular array of numbers, for example A = 0 1 23 01 13

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

CS 246 Review of Linear Algebra 01/17/19

CS 246 Review of Linear Algebra 01/17/19 1 Linear algebra In this section we will discuss vectors and matrices. We denote the (i, j)th entry of a matrix A as A ij, and the ith entry of a vector as v i. 1.1 Vectors and vector operations A vector

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

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

Definition 2.3. We define addition and multiplication of matrices as follows.

Definition 2.3. We define addition and multiplication of matrices as follows. 14 Chapter 2 Matrices In this chapter, we review matrix algebra from Linear Algebra I, consider row and column operations on matrices, and define the rank of a matrix. Along the way prove that the row

More information

Chapter 1. Vectors, Matrices, and Linear Spaces

Chapter 1. Vectors, Matrices, and Linear Spaces 1.4 Solving Systems of Linear Equations 1 Chapter 1. Vectors, Matrices, and Linear Spaces 1.4. Solving Systems of Linear Equations Note. We give an algorithm for solving a system of linear equations (called

More information

Matrix representation of a linear map

Matrix representation of a linear map Matrix representation of a linear map As before, let e i = (0,..., 0, 1, 0,..., 0) T, with 1 in the i th place and 0 elsewhere, be standard basis vectors. Given linear map f : R n R m we get n column vectors

More information

Ohio s Learning Standards-Extended. Mathematics. The Real Number System Complexity a Complexity b Complexity c

Ohio s Learning Standards-Extended. Mathematics. The Real Number System Complexity a Complexity b Complexity c Ohio s Learning Standards-Extended Mathematics The Real Number System Complexity a Complexity b Complexity c Extend the properties of exponents to rational exponents N.RN.1 Explain how the definition of

More information

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016

Abstract Algebra I. Randall R. Holmes Auburn University. Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 Abstract Algebra I Randall R. Holmes Auburn University Copyright c 2012 by Randall R. Holmes Last revision: November 11, 2016 This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivatives

More information

Linear Algebra. Min Yan

Linear Algebra. Min Yan Linear Algebra Min Yan January 2, 2018 2 Contents 1 Vector Space 7 1.1 Definition................................. 7 1.1.1 Axioms of Vector Space..................... 7 1.1.2 Consequence of Axiom......................

More information

chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS 5.1 Basic Definitions

chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS 5.1 Basic Definitions chapter 5 INTRODUCTION TO MATRIX ALGEBRA GOALS The purpose of this chapter is to introduce you to matrix algebra, which has many applications. You are already familiar with several algebras: elementary

More information

Lecture 16: 9.2 Geometry of Linear Operators

Lecture 16: 9.2 Geometry of Linear Operators Lecture 16: 9.2 Geometry of Linear Operators Wei-Ta Chu 2008/11/19 Theorem 9.2.1 If T: R 2 R 2 is multiplication by an invertible matrix A, then the geometric effect of T is the same as an appropriate

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

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 2

Designing Information Devices and Systems I Spring 2019 Lecture Notes Note 2 EECS 6A Designing Information Devices and Systems I Spring 9 Lecture Notes Note Vectors and Matrices In the previous note, we introduced vectors and matrices as a way of writing systems of linear equations

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

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

An overview of key ideas

An overview of key ideas An overview of key ideas This is an overview of linear algebra given at the start of a course on the mathematics of engineering. Linear algebra progresses from vectors to matrices to subspaces. Vectors

More information

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form

Chapter 5. Linear Algebra. A linear (algebraic) equation in. unknowns, x 1, x 2,..., x n, is. an equation of the form Chapter 5. Linear Algebra A linear (algebraic) equation in n unknowns, x 1, x 2,..., x n, is an equation of the form a 1 x 1 + a 2 x 2 + + a n x n = b where a 1, a 2,..., a n and b are real numbers. 1

More information

Calculus II - Basic Matrix Operations

Calculus II - Basic Matrix Operations Calculus II - Basic Matrix Operations Ryan C Daileda Terminology A matrix is a rectangular array of numbers, for example 7,, 7 7 9, or / / /4 / / /4 / / /4 / /6 The numbers in any matrix are called its

More information

Lecture Summaries for Linear Algebra M51A

Lecture Summaries for Linear Algebra M51A These lecture summaries may also be viewed online by clicking the L icon at the top right of any lecture screen. Lecture Summaries for Linear Algebra M51A refers to the section in the textbook. Lecture

More information

Vector Spaces ปร ภ ม เวกเตอร

Vector Spaces ปร ภ ม เวกเตอร Vector Spaces ปร ภ ม เวกเตอร 5.1 Real Vector Spaces ปร ภ ม เวกเตอร ของจ านวนจร ง Vector Space Axioms (1/2) Let V be an arbitrary nonempty set of objects on which two operations are defined, addition and

More information

Stage-structured Populations

Stage-structured Populations Department of Biology New Mexico State University Las Cruces, New Mexico 88003 brook@nmsu.edu Fall 2009 Age-Structured Populations All individuals are not equivalent to each other Rates of survivorship

More information

Linear equations in linear algebra

Linear equations in linear algebra Linear equations in linear algebra Samy Tindel Purdue University Differential equations and linear algebra - MA 262 Taken from Differential equations and linear algebra Pearson Collections Samy T. Linear

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

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

Rings If R is a commutative ring, a zero divisor is a nonzero element x such that xy = 0 for some nonzero element y R.

Rings If R is a commutative ring, a zero divisor is a nonzero element x such that xy = 0 for some nonzero element y R. Rings 10-26-2008 A ring is an abelian group R with binary operation + ( addition ), together with a second binary operation ( multiplication ). Multiplication must be associative, and must distribute over

More information

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

Two matrices of the same size are added by adding their corresponding entries =. 2 Matrix algebra 2.1 Addition and scalar multiplication Two matrices of the same size are added by adding their corresponding entries. For instance, 1 2 3 2 5 6 3 7 9 +. 4 0 9 4 1 3 0 1 6 Addition of two

More information

Examples: u = is a vector in 2. is a vector in 5.

Examples: u = is a vector in 2. is a vector in 5. 3 Vectors and vector equations We'll carefully define vectors, algebraic operations on vectors and geometric interpretations of these operations, in terms of displacements These ideas will eventually give

More information

Chapter 2: Matrices and Linear Systems

Chapter 2: Matrices and Linear Systems Chapter 2: Matrices and Linear Systems Paul Pearson Outline Matrices Linear systems Row operations Inverses Determinants Matrices Definition An m n matrix A = (a ij ) is a rectangular array of real numbers

More information

IFT 6760A - Lecture 1 Linear Algebra Refresher

IFT 6760A - Lecture 1 Linear Algebra Refresher IFT 6760A - Lecture 1 Linear Algebra Refresher Scribe(s): Tianyu Li Instructor: Guillaume Rabusseau 1 Summary In the previous lecture we have introduced some applications of linear algebra in machine learning,

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Chapter 9: Systems of Equations and Inequalities

Chapter 9: Systems of Equations and Inequalities Chapter 9: Systems of Equations and Inequalities 9. Systems of Equations Solve the system of equations below. By this we mean, find pair(s) of numbers (x, y) (if possible) that satisfy both equations.

More information

Tues Feb Vector spaces and subspaces. Announcements: Warm-up Exercise:

Tues Feb Vector spaces and subspaces. Announcements: Warm-up Exercise: Math 2270-004 Week 7 notes We will not necessarily finish the material from a given day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent

More information