Matrices. Introduction to Matrices Class Work How many rows and columns does each matrix have? 1. A = ( ) 2.

Size: px
Start display at page:

Download "Matrices. Introduction to Matrices Class Work How many rows and columns does each matrix have? 1. A = ( ) 2."

Transcription

1 Matrices Introduction to Matrices How many rows and columns does each matrix have? 1. A = ( ) 2. B = ( 1 0) 0 2. C = ( 5 ) D = ( ) E 5x1 6. F 2x4 Identify the given element using the matrices above.. a 2,1 8. b 1,1 9. c 2,1 10. d 4,2 How many rows and columns does each matrix have? A = ( ) 12. B = ( 5) C = ( 5 9 ) D = ( ) E 2x6 16. F x Identify the given element using the matrices above. 1. a 2, 18. b 2,1 19. c,4 20. d 1,2 Pre-Calc Matrices ~1~ NJCTL.org

2 Adding, Subtracting, and Scalar Multiplication of Matrices A = ( ) B = ( ) C = ( ) D = ( 4) E = ( ) Using the matrices above, perform the given operation or state Not Possible. 21. A 22. 2B 2. A+B 24. C+D 25. D+E 26. C+A 2. A C 28. B A 29. D C 0. 2A + B C A = ( 9 5 ) B = ( 2 9 0) C = ( 2 ) D = ( 1 ) E = ( ) Using the matrices above, perform the given operation or state Not Possible. 1. D 2. 2C. A+D 4. C+B 5. D+E 6. C+A. A C 8. B A 9. E C 40. 2B + A 4C Matrix Multiplication Determine if the indicated multiplication is possible. If it is, give the dimensions of the product. 41. A 2X B X4 42. A 4X5 B 4X5 4. A 1X6 B 6X1 44. A 2X5 B 5X9 45. A X B X4 Perform the following multiplication, or write Not Possible. 46. ( ) ( ) Pre-Calc Matrices ~2~ NJCTL.org

3 4. ( ) (2 2 0 ) 48. ( ) ( ) ( 0 2) ( ) ( 2 2 1) ( ) Determine if the indicated multiplication is possible. If it is, give the dimensions of the product. 51. A 2X4 B X4 52. A 4X5 B 5X4 5. A 1X5 B 5X 54. A 2X5 B X2 55. A 4X B X1 Perform the following multiplication, or write Not Possible. 56. ( ) ( ) 5. ( ) ( ) (1 2 ) ( 5) ( 5) (1 2 ) ( 1 4 4) ( 0 1) Finding Determinants Find the following determinants Pre-Calc Matrices ~~ NJCTL.org

4 Find the following determinants Finding Inverse Matrices Find the inverse of the given matrix. If no inverse exist, explain why. 81. ( ) 82. ( ) 8. ( 1 2 ) 84. ( ) Pre-Calc Matrices ~4~ NJCTL.org

5 85. ( 4 2 ) 86. ( ) 8. ( ) ( 5 4 2) ( 2 2) ( 5 4 2) Find the inverse of the given matrix. If no inverse exist, explain why. 91. ( ) 92. ( ) 9. ( 5 4 ) 94. ( ) 95. ( ) 96. ( 5 4 ) ( 4) ( ) ( 1 4 ) ( 0 1 4) Solving Systems of Equations with Matrices Solve the following systems using matrices x + y = 1 x + y = x 2y = 8x 4y = 14 Pre-Calc Matrices ~5~ NJCTL.org

6 10. 5x + 6y = 2 4x y = x + 5y = 4 2x y = x + y 4z = 11 x y + 2z = x + y + z = x + y = y + z = 2 x + z = x + y + 2z = 10 x + y + z = 1 4x + y + z = 10 Solve the following systems using matrices x + y = 10 x y = x 2y = 8 x 4y = x + y = 6 4x 2y = x + 6y = 2 x y = x y = 9 1x + 2y + 4z = 6 x + y + 2z = x + y = y + z = 2 x + z = x + 2y + 2z = 10 x + y + z = 1 4x + 8y + 8z = 10 Circuits: Definitions and Properties 115. Draw a network that reflects the information in the table Name any loops. 11. Name any parallel edges Is any vertex isolated? If so which? 119. Is this a simple graph? What needs to be done to make it one? 120. What is the degree of each vertex? What is the degree of the network? 121. Create an adjacency matrix for this network. Edge Endpoints e 1 {v 1,v } e 2 {v 2} e {v 4,v 2} e 4 {v,v 4} e 5 {v 1,v } e 6 {v 1,v 4} e {v,v 4} Pre-Calc Matrices ~6~ NJCTL.org

7 122. At holiday cookie exchange everyone gives everyone else half dozen cookies. If 20 people showed up how many cookies were given? 12. At a business meeting with 111 people in attendance is it possible for everyone to shake hands exactly 11 times? 124. Use the following adjacency matrix to create a directed graph. (Rows are the starts) v 1 v 2 v v 4 v 5 v 1 v 2 v v 4 v 5 [ ] 125. Draw a network that reflects that connects v 1, v 2, v, v 4, and v 5 in the table Name any loops. 12. Name any parallel edges Is any vertex isolated? If so, which? 129. Is this a simple graph? What needs to be done to make it one? 10. What is the degree of each vertex? What is the degree of the network? 11. Create an adjacency matrix for this network. 12. At holiday cookie exchange everyone gives everyone else 10 cookies. If 15 people showed up how many cookies were given? 1. At a business meeting with 111 people in attendance is it possible for everyone to shake hands exactly 10 times? 14. Use the following adjacency matrix to create a directed graph. (Rows are the starts) v 1 v 2 v v 4 v 5 v 1 v 2 v v 4 v 5 [ ] Edge Endpoints e 1 {v 2,v } e 2 {v 1} e {v,v 2} e 4 {v,v 4} e 5 {v 2,v } e 6 {v 2,v 4} e {v,v 4} Euler 15. Name a walk from A to C. 16. If edge e was removed find a walk from B to E. 1. Is this graph traversable? 18. Show Euler s Formula holds for this graph. 19. Is the graph a connected graph? 140. Which edges could be removed for it still to be connected? 141. What edges need to be added for this to be an Euler circuit? Pre-Calc Matrices ~~ NJCTL.org

8 142. Name a walk from B to D. 14. If edge f was removed find a walk from A to E Is this graph traversable? 145. Show Euler s Formula holds for this graph Is the graph a connected graph? 14. Which edges could be removed for it still to be connected? 148. What edges need to be added for this to be an Euler circuit? 149. Show that Euler s Formula holds for this graph. Matrix Powers and Walks Given the directed adjacency matrix A, answer the following How many walks of length 2 are there from a 2 to a 4? 151. How many walks of length 2 are there from a 1 to a 4? 152. How many walks of length are there from a 2 to a 4? 15. How many walks of length are there from a 1 to a 4? 154. How many walks of length 4 are there from a 2 to a 4? Given the directed adjacency matrix B, answer the following How many walks of length 2 are there from b 1 to b? 156. How many walks of length 2 are there from b 2 to b? 15. How many walks of length are there from b 1 to b? 158. How many walks of length are there from b 2 to b? 159. How many walks of length 5 are there from b 1 to b? Given the directed adjacency matrix A, answer the following How many walks of length 2 are there from a 2 to a 4? 161. How many walks of length 2 are there from a 1 to a 4? 162. How many walks of length are there from a 2 to a 4? 16. How many walks of length are there from a 1 to a 4? 164. How many walks of length 4 are there from a 2 to a 4? Given the directed adjacency matrix B, answer the following How many walks of length 2 are there from b 1 to b? 166. How many walks of length 2 are there from b 2 to b? 16. How many walks of length are there from b 1 to b? 168. How many walks of length are there from b 2 to b? 169. How many walks of length 6 are there from b 1 to b? Pre-Calc Matrices ~8~ NJCTL.org

9 Markov Chains 10. John, Harold and George are learning to throw a Frisbee at the park. When John throws it he has 50% chance of getting it to George, 25% to Harold, and a 25% it comes back to him. Harold reaches George 40%, John 0%, and himself 0%. George reaches John 0% and Harold 0%. a. Create a matrix to represent this situation. b. Create a vertex-edge graph that models this situation. Label. c. Multiplying the matrix in part (a) with itself will give the percentage for 2 throws. What is the probability that the Frisbee starts with John and ends with George in 2 throws? d. In ten throws, who will have the Frisbee? Does it matter where it started? Explain. 11. A variety of corn can have either grow either one ear per stalk or two. It is known that the kernels from a one eared stalk will grow one eared stalks 65% of the time. The kernels from a two eared stalk will produce two eared stalks 5% of the time. a. Create a matrix to represent this situation. b. Create a vertex-edge graph that models this situation. Label. c. What is the probability that the two eared stalk will have lead to a one eared stalk in generations? d. In ten generations, what are the chances that an unknown kernel will grow a two eared stalk? Does it matter where it started? Explain. Unit Review Multiple Choice 1. Given the matrices at right, what are the dimensions of A? a. x b. 2x c. x2 d. 2x2 2. What operations can be done with matrices A and B? I. Multiplication II. Addition III. Subtraction IV. Scalar Multiplication a. I only b. II and III c. I and IV d. all of the above. What element is 4(A 1,2) a. b. 4 c. 6 d. 8 Pre-Calc Matrices ~9~ NJCTL.org

10 Using the given matrices, perform the indicated operation and answer the question. 4. In A+E, what is the element in the 1,2 position? a. 5 b. c. -9 d. not possible 5. In D B, what is the element in 2, position? a. -4 b. -1 c. 1 d In A*E, what is the element in 1,1 position? a. 6 b. 10 c. 24 d. not possible. C = a. -5 b. - c. d det F = a. 4 b. 8 c. 12 d. not possible 9. Matrix G is 2x2 but does not have an inverse, which of the following is G? a. ( ) b. ( ) c. ( ) d. ( ) Given ( 0 1 4), find x, y, and z a. (2, 4, ) b. (6, -5, ) c. (-4, 1, ) d. cannot be determined Pre-Calc Matrices ~10~ NJCTL.org

11 11. Which is a walk from A to C? a. A h D a A f E e B g C b. A f E e B b C c. A h D c C d. A h D a A f E e B b C 12. What is the degree of B? a. 2 b. c. 4 d At this year s Knowledge Slam there were 8 teams in attendance. During the opening rounds every team went against every team to determine who would go on to the semifinals. How many total meetings were there before the semifinals? a. 4 b. c. 28 d How many ways are there to go from b 1 to b 2 of length 6? a. 0 b c d Extended Response 1. Alice, Bob, and Chris go get ice cream. Alice gets flavors, 2 hot toppings and 1 cold topping. Bob gets 2 flavors, 1 hot and 1 cold topping. Chris gets flavors, 1 hot topping and cold. a. Create a matrix to represent what they purchased, let each person have their own row. b. They make this visit on a regular basis, getting the same number of flavors and toppings but they like to order different flavors. What is the most of each that they could order after 4 visits? Answer can be left in matrix form. c. What operation was used in part b? Would this operation still be possible if one of them missed a visit? 2. John, Harold and George are learning to throw a Frisbee at the park. When John throws it he has 40% chance of getting it to George, 5% to Harold, and a 25% it comes back to him. Harold reaches George 50%, John 0%, and himself 20%. George reaches John 60% and Harold 40%. a. Create a matrix to represent this situation. b. Create a vertex-edge graph that models this situation. Label. Pre-Calc Matrices ~11~ NJCTL.org

12 c. Multiplying the matrix in part (a) with itself will give the percentage for 2 throws. What is the probability that the Frisbee starts with John and ends with George in 2 throws?. Create a vertex edge graph that meets the following conditions. 5 vertices labeled A thru E 11 edges labeled a to k directed a loop at B 2 ways from C to D and 1 from D to C A is isolated a. create an adjacency matrix for your graph b. Does your graph have any parallel edges? If so name them, if not explain why. c. Name a circuit starting at C, if one exists rows, 2 columns 2. 1 row, columns. rows, 2 columns 4. 4 rows, columns 5. 5 rows, 1 column 6. 2 rows, 4 columns rows, columns 12. rows, 1 column 1. rows, 4 columns 14. rows, columns rows, 6 columns 16. rows, columns ( ) ( ) Answers 6 2. ( 2 10) not possible 25. not possible ( 0 12) ( 0 4) ( 2 2 ) not possible ( ) ( 9 ) ( ) not possible ( 4 12 ) not possible Pre-Calc Matrices ~12~ NJCTL.org

13 ( ) ( 8 14) ( 14 ) not possible ( ) yes, 2x4 42. no 4. yes, 1x1 44. yes, 2x9 45. yes, x ( 2 6 ) ( 1 8 ) 48. not possible ( ) ( 5 16 ) no 52. yes, 4x4 5. yes, 1x 54. no 55. yes, 4x ( 4 9 ) 5. ( ) 58. (2) ( ) ( ) ( ) 82. ( ) 8. ( ) 84. not possible, det=0 85. ( 2 4 ) (.5 ) 8. not possible, not square ) ( ( ) ( (.5 1 ) ( 1 2 ) 9. ( ) ) Pre-Calc Matrices ~1~ NJCTL.org

14 94. not possible, det= ( ) ( 4 ) 9. not possible, not square ( ) 99. ( ) ( ) (2, -1) 102. (2, ½) 10. (2, -2) 104. (1, 0) 105. (2, 1,-1) 106. (8, -1, ) 10. (1,, ) 108. (4, 2) 109. (-1,) 110. (0, 2) 111. (.5, -1.5) 112. (4, -1, 1) 11. (5, -1, -1) 114. no solution 115. Answers will vary 116. E2 11. E1 e5; e4 e 118. No 119. Need to eliminate e2, e, or e5, and e4 or e 120. V1: ; V2: 4; V: 4; V4: 4; network: [ ] cookies 12. No, not possible to have an odd number of odd vertices 124. Answers will vary 125. Answers will vary 126. E2 12. E1 e e5; e4 e 128. Yes, V No loops, no parallel 10. V1:2; V2:4; V:5; V4:; V5:0; network: [ ] cookies 1. Yes 14. Answers will vary 15. A e E c C 16. B d D f E 1. Yes 18. V=5; E=8 F=5: 5-8+5=2 19. Yes 140. Answers will vary 141. Already is one 142. B e E f A a D 14. A h D d C c B e E 144. No more than 2 odd vertices 145. V=5; E=8; F=5: f-8+5= Yes 14. b, c, or do 148. all vertices need to be even 149. v=6; E=6; F=2: 6-6+2= Pre-Calc Matrices ~14~ NJCTL.org

15 , , A. [ ] B J M..5.. G.4. C. 22.5% D. J A. [ ] b E EE.5.5 c. 9% d. 58 Pre-Calc Matrices ~15~ NJCTL.org

CS 1200 Exam 3 July 25, 2017

CS 1200 Exam 3 July 25, 2017 This is a closed-book, closed-notes exam. The only items you are allowed to use are writing implements. Mark each sheet of paper you use with your name and clearly indicate the problem number. The max

More information

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3.

Complex Numbers Class Work. Complex Numbers Homework. Pre-Calc Polar & Complex #s ~1~ NJCTL.org. Simplify using i b 4 3. Complex Numbers Class Work Simplify using i. 1. 16 2. 36b 4 3. 8a 2 4. 32x 6 y 7 5. 16 25 6. 8 10 7. 3i 4i 5i 8. 2i 4i 6i 8i 9. i 9 10. i 22 11. i 75 Complex Numbers Homework Simplify using i. 12. 81 13.

More information

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A Midpoint and Distance Formula Class Work M is the midpoint of A and B. Use the given information to find the missing point. 1. A(4, 2) and B(3, -8), find M 2. A(5, 7) and B( -2, -9), find M 3. A( 2,0)

More information

Discrete Math. Background Knowledge/Prior Skills Commutative and associative properties Solving systems of equations

Discrete Math. Background Knowledge/Prior Skills Commutative and associative properties Solving systems of equations Discrete Math Numbers and Operations Standard: Understands and applies concepts of numbers and operations. Power 1: Understands numbers, ways of representing numbers, relationships among numbers, and number

More information

BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, 2017 Junior Preliminary Problems & Solutions

BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, 2017 Junior Preliminary Problems & Solutions BRITISH COLUMBIA SECONDARY SCHOOL MATHEMATICS CONTEST, 017 Junior Preliminary Problems & s 1. If x is a number larger than, which of the following expressions is the smallest? (A) /(x 1) (B) /x (C) /(x

More information

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES

STRAND J: TRANSFORMATIONS, VECTORS and MATRICES Mathematics SKE, Strand J STRAND J: TRANSFORMATIONS, VECTORS and MATRICES J4 Matrices Text Contents * * * * Section J4. Matrices: Addition and Subtraction J4.2 Matrices: Multiplication J4.3 Inverse Matrices:

More information

Stochastic processes. MAS275 Probability Modelling. Introduction and Markov chains. Continuous time. Markov property

Stochastic processes. MAS275 Probability Modelling. Introduction and Markov chains. Continuous time. Markov property Chapter 1: and Markov chains Stochastic processes We study stochastic processes, which are families of random variables describing the evolution of a quantity with time. In some situations, we can treat

More information

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A Midpoint and Distance Formula Class Work M is the midpoint of A and B. Use the given information to find the missing point. 1. A(, 2) and B(3, -8), find M 2. A(5, 7) and B( -2, -), find M (3. 5, 3) (1.

More information

Recitation 8: Graphs and Adjacency Matrices

Recitation 8: Graphs and Adjacency Matrices Math 1b TA: Padraic Bartlett Recitation 8: Graphs and Adjacency Matrices Week 8 Caltech 2011 1 Random Question Suppose you take a large triangle XY Z, and divide it up with straight line segments into

More information

Matrix Operations and Equations

Matrix Operations and Equations C H A P T ER Matrix Operations and Equations 200 Carnegie Learning, Inc. Shoe stores stock various sizes and widths of each style to accommodate buyers with different shaped feet. You will use matrix operations

More information

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120

Course Number 432/433 Title Algebra II (A & B) H Grade # of Days 120 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2

Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2 EECS 16A Designing Information Devices and Systems I Spring 2017 Babak Ayazifar, Vladimir Stojanovic Homework 2 This homework is due February 6, 2017, at 23:59. Self-grades are due February 9, 2017, at

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

Ma/CS 6b Class 12: Graphs and Matrices

Ma/CS 6b Class 12: Graphs and Matrices Ma/CS 6b Class 2: Graphs and Matrices 3 3 v 5 v 4 v By Adam Sheffer Non-simple Graphs In this class we allow graphs to be nonsimple. We allow parallel edges, but not loops. Incidence Matrix Consider a

More information

Matrix Algebra. Learning Objectives. Size of Matrix

Matrix Algebra. Learning Objectives. Size of Matrix Matrix Algebra 1 Learning Objectives 1. Find the sum and difference of two matrices 2. Find scalar multiples of a matrix 3. Find the product of two matrices 4. Find the inverse of a matrix 5. Solve a system

More information

Pre-Calc Vectors ~1~ NJCTL.org

Pre-Calc Vectors ~1~ NJCTL.org Intro to Vectors Class Work Draw vectors to represent the scenarios. 1. A plane flies east at 300 mph. 2. A ship sails northwest at 20 knots. 3. A river flows south at 4 mph. Draw the following vector.

More information

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 2

Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 2 EECS 16A Designing Information Devices and Systems I Fall 2016 Babak Ayazifar, Vladimir Stojanovic Homework 2 This homework is due September 13th, 2016, at Noon. Optional Problems: We do not grade these

More information

6 Euler Circuits and Hamiltonian Cycles

6 Euler Circuits and Hamiltonian Cycles November 14, 2017 6 Euler Circuits and Hamiltonian Cycles William T. Trotter trotter@math.gatech.edu EulerTrails and Circuits Definition A trail (x 1, x 2, x 3,, x t) in a graph G is called an Euler trail

More information

Vocabulary. A network is a set of objects. that are connected together by a. The vertices of a network are the. The arcs or edges of a network show

Vocabulary. A network is a set of objects. that are connected together by a. The vertices of a network are the. The arcs or edges of a network show Unit 4+ Vocabulary Knowledge Rating* Lesson Vocabulary Terms Definition Picture/Example/Notation A network is a set of objects 1 Network that are connected together by a. 1 Vertices The vertices of a network

More information

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form.

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form. Matrices A matrix is a method of writing a set of numbers using rows and columns. 1 2 3 4 3 2 1 5 7 2 5 4 2 0 5 10 12 8 4 9 25 30 1 1 Reading Information from a Matrix Cells in a matrix can be referenced

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

Math 304 Handout: Linear algebra, graphs, and networks.

Math 304 Handout: Linear algebra, graphs, and networks. Math 30 Handout: Linear algebra, graphs, and networks. December, 006. GRAPHS AND ADJACENCY MATRICES. Definition. A graph is a collection of vertices connected by edges. A directed graph is a graph all

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

WRITING EQUATIONS through 6.1.3

WRITING EQUATIONS through 6.1.3 WRITING EQUATIONS 6.1.1 through 6.1.3 An equation is a mathematical sentence that conveys information to the reader. It uses variables and operation symbols (like +, -, /, =) to represent relationships

More information

Chapter 29 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M.

Chapter 29 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. 29 Markov Chains Definition of a Markov Chain Markov chains are one of the most fun tools of probability; they give a lot of power for very little effort. We will restrict ourselves to finite Markov chains.

More information

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course.

1 ** The performance objectives highlighted in italics have been identified as core to an Algebra II course. Strand One: Number Sense and Operations Every student should understand and use all concepts and skills from the pervious grade levels. The standards are designed so that new learning builds on preceding

More information

Powerful tool for sampling from complicated distributions. Many use Markov chains to model events that arise in nature.

Powerful tool for sampling from complicated distributions. Many use Markov chains to model events that arise in nature. Markov Chains Markov chains: 2SAT: Powerful tool for sampling from complicated distributions rely only on local moves to explore state space. Many use Markov chains to model events that arise in nature.

More information

3.6 Determinants. 3.6 Determinants 1

3.6 Determinants. 3.6 Determinants 1 3.6 Determinants 1 3.6 Determinants We said in Section 3.3 that a 2 2 matri a b c d is invertible if and only if its erminant, ad - bc, is nonzero, and we saw the erminant used in the formula for the inverse

More information

a n d n d n i n n d a o n e o t f o b g b f h n a f o r b c d e f g c a n h i j b i g y i t n d p n a p p s t e v i s w o m e b

a n d n d n i n n d a o n e o t f o b g b f h n a f o r b c d e f g c a n h i j b i g y i t n d p n a p p s t e v i s w o m e b Pre-Primer Word Search a n d n d n i n n d a o n e o t f o b g b f h n a f o r b c d e f g c a n h i j b i g y i t n d p n a p p s t e v i s w o m e b and big can for in is it me one 1 Pre-Primer Word

More information

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of

Use estimation strategies reasonably and fluently while integrating content from each of the other strands. PO 1. Recognize the limitations of for Strand 1: Number and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, and the relationships among numbers and different number systems. PO 1. Solve problems

More information

2.5 Multiplication of Matrices

2.5 Multiplication of Matrices Math 141: Business Mathematics I Fall 2015 2.5 Multiplication of Matrices Instructor: Yeong-Chyuan Chung Outline Another matrix operation - multiplication Representing and interpreting data using matrices

More information

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products

8.1 Apply Exponent Properties Involving Products. Learning Outcome To use properties of exponents involving products 8.1 Apply Exponent Properties Involving Products Learning Outcome To use properties of exponents involving products Product of Powers Property Let a be a real number, and let m and n be positive integers.

More information

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018

MATH 315 Linear Algebra Homework #1 Assigned: August 20, 2018 Homework #1 Assigned: August 20, 2018 Review the following subjects involving systems of equations and matrices from Calculus II. Linear systems of equations Converting systems to matrix form Pivot entry

More information

ACP Algebra 1 Page 1 of 18 Final Exam Review Packet Equation Review

ACP Algebra 1 Page 1 of 18 Final Exam Review Packet Equation Review ACP Algebra 1 Page 1 of 18 Final Eam Review Packet 015-016 Equation Review 1. Solve the equations. a. 3( 6) = 6( + 4) b. (3 + 5) = ( + 5) c. ( 3) + 4( 3) = 4( + 5) d. (m ) + 6 = 4m +. Solve the equation

More information

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream

Algebra vocabulary CARD SETS Frame Clip Art by Pixels & Ice Cream Algebra vocabulary CARD SETS 1-7 www.lisatilmon.blogspot.com Frame Clip Art by Pixels & Ice Cream Algebra vocabulary Game Materials: one deck of Who has cards Objective: to match Who has words with definitions

More information

3) The lower quartile is 8, 10, 11 and the upper quartile is 15, 16, 18. Q1 is 10 and Q3 is 16.

3) The lower quartile is 8, 10, 11 and the upper quartile is 15, 16, 18. Q1 is 10 and Q3 is 16. Strategy for Benchmark Questions: 1. Asking for the interquartile range. The formula is IQ Range = Q3 - Q1. Q3 (42) - Q1 (7) = 35 2. Asking for the interquartile range. Formula: IQ Range = Q3 - Q1 1) First,

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

CP Pre-Calculus Summer Packet

CP Pre-Calculus Summer Packet Page CP Pre-Calculus Summer Packet Name: Ø Do all work on a separate sheet of paper. Number your problems and show your work when appropriate. Ø This packet will count as your first homework assignment

More information

6 th Grade Math Unit 1 Algebraic Thinking (Part A Number Relationships) pg. 1 Lesson Notes and Resources Available on Teacher s Website

6 th Grade Math Unit 1 Algebraic Thinking (Part A Number Relationships) pg. 1 Lesson Notes and Resources Available on Teacher s Website 6 th Grade Math Unit 1 Algebraic Thinking (Part A Number Relationships) pg. 1 1.2 Powers and Exponents (online textbook pgs. 10-15) A) Write the product as a power. 11 11 11 11 11 B) Find the value of

More information

Tennessee Comprehensive Assessment Program TCAP. TNReady Algebra II Part I PRACTICE TEST. Student Name. Teacher Name

Tennessee Comprehensive Assessment Program TCAP. TNReady Algebra II Part I PRACTICE TEST. Student Name. Teacher Name Tennessee Comprehensive Assessment Program TCAP TNReady Algebra II Part I PRACTICE TEST Student Name Teacher Name Tennessee Department of Education Algebra II, Part I Directions This booklet contains constructed-response

More information

Algebra II Scope and Sequence

Algebra II Scope and Sequence 1 st Grading Period (8 weeks) Linear Equations Algebra I Review (A.3A,A.4B) Properties of real numbers Simplifying expressions Simplifying Radicals New -Transforming functions (A.7C) Moving the Monster

More information

Mathematics GCSE Higher Tier Taster Pages

Mathematics GCSE Higher Tier Taster Pages Question 14 (June 2011 4306/1H) a) on the cumulative frequency diagram you can work out the lower quartile, median and upper quartile. These have been got by using the dashed red lines. Draw them across

More information

Energy Flow in Technological Systems. December 01, 2014

Energy Flow in Technological Systems. December 01, 2014 Energy Flow in Technological Systems Scientific Notation (Exponents) Scientific notation is used when we are dealing with very large or very small numbers. A number placed in scientific notation is made

More information

Arizona Mathematics Standards Articulated by Grade Level (2008) for College Work Readiness (Grades 11 and 12)

Arizona Mathematics Standards Articulated by Grade Level (2008) for College Work Readiness (Grades 11 and 12) Strand 1: Number and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, and the relationships among numbers and different number systems. College Work Readiness

More information

Linear Programming. Linear Programming I. Lecture 1. Linear Programming. Linear Programming

Linear Programming. Linear Programming I. Lecture 1. Linear Programming. Linear Programming Linear Programming Linear Programming Lecture Linear programming. Optimize a linear function subject to linear inequalities. (P) max " c j x j n j= n s. t. " a ij x j = b i # i # m j= x j 0 # j # n (P)

More information

Chapter 9: Relations Relations

Chapter 9: Relations Relations Chapter 9: Relations 9.1 - Relations Definition 1 (Relation). Let A and B be sets. A binary relation from A to B is a subset R A B, i.e., R is a set of ordered pairs where the first element from each pair

More information

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4

Linear Algebra Section 2.6 : LU Decomposition Section 2.7 : Permutations and transposes Wednesday, February 13th Math 301 Week #4 Linear Algebra Section. : LU Decomposition Section. : Permutations and transposes Wednesday, February 1th Math 01 Week # 1 The LU Decomposition We learned last time that we can factor a invertible matrix

More information

1 Counting spanning trees: A determinantal formula

1 Counting spanning trees: A determinantal formula Math 374 Matrix Tree Theorem Counting spanning trees: A determinantal formula Recall that a spanning tree of a graph G is a subgraph T so that T is a tree and V (G) = V (T ) Question How many distinct

More information

Chapter 4: Systems of Equations and Inequalities

Chapter 4: Systems of Equations and Inequalities Chapter 4: Systems of Equations and Inequalities 4.1 Systems of Equations A system of two linear equations in two variables x and y consist of two equations of the following form: Equation 1: ax + by =

More information

Interactive Study Guide Solving Two-Step Equations

Interactive Study Guide Solving Two-Step Equations 11-1 To solve equations with more than one operation, or a two-step equation, follow the order of operations in reverse. First add or subtract then, multiply or divide. Solving Two-Step Equations Using

More information

Circuits. CSE 373 Data Structures

Circuits. CSE 373 Data Structures Circuits CSE 373 Data Structures Readings Reading Alas not in your book. So it won t be on the final! Circuits 2 Euler Euler (1707-1783): might be the most prolific mathematician of all times (analysis,

More information

REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS

REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS REVISION SHEET DECISION MATHS 2 DECISION ANALYSIS The main ideas are covered in AQA Edexcel MEI OCR D2 Before the exam you should know The meaning of the different kinds of node. Be able to construct a

More information

4.3 Row operations. As we have seen in Section 4.1 we can simplify a system of equations by either:

4.3 Row operations. As we have seen in Section 4.1 we can simplify a system of equations by either: 4.3 Row operations As we have seen in Section 4.1 we can simplify a system of equations by either: 1. Swapping the order of the equations around. For example: can become 3x 1 + 7x 2 = 9 x 1 2x 1 = 2 x

More information

[ ] 1 [ B] 7.2 Matrix Algebra Pre Calculus. 7.2 MATRIX ALGEBRA (Day 1)

[ ] 1 [ B] 7.2 Matrix Algebra Pre Calculus. 7.2 MATRIX ALGEBRA (Day 1) 7. Matrix Algebra Pre Calculus 7. MATRIX ALGEBRA (Day 1) Learning Targets: 1. Use matrices to represent data.. Add or Subtract matrices without a calculator. 3. Multiply a scalar by a matrix without a

More information

Using Matrices to Solve Systems of Equations

Using Matrices to Solve Systems of Equations LESSON 6 Using Matrices to Solve Systems of Equations Opening Exercise In the last unit, you learned to solve systems of equations by graphing, and by the substitution and elimination methods. Systems

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

Math Week in Review #3 - Exam 1 Review

Math Week in Review #3 - Exam 1 Review Math 166 Exam 1 Review Fall 2006 c Heather Ramsey Page 1 Math 166 - Week in Review #3 - Exam 1 Review NOTE: For reviews of the other sections on Exam 1, refer to the first page of WIR #1 and #2. Section

More information

LINEAR PROGRAMMING I. a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm

LINEAR PROGRAMMING I. a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm Linear programming Linear programming. Optimize a linear function subject to linear inequalities. (P) max c j x j n j= n s. t. a ij x j = b i i m j= x j 0 j n (P) max c T x s. t. Ax = b Lecture slides

More information

CSE 321 Solutions to Practice Problems

CSE 321 Solutions to Practice Problems CSE 321 Solutions to Practice Problems Instructions: Feel free NOT to multiply out binomial coefficients, factorials, etc, and feel free to leave answers in the form of a sum. No calculators, books or

More information

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space

4/17/2012. NE ( ) # of ways an event can happen NS ( ) # of events in the sample space I. Vocabulary: A. Outcomes: the things that can happen in a probability experiment B. Sample Space (S): all possible outcomes C. Event (E): one outcome D. Probability of an Event (P(E)): the likelihood

More information

CS 580: Algorithm Design and Analysis. Jeremiah Blocki Purdue University Spring 2018

CS 580: Algorithm Design and Analysis. Jeremiah Blocki Purdue University Spring 2018 CS 580: Algorithm Design and Analysis Jeremiah Blocki Purdue University Spring 2018 Recap Network Flow Problems Max-Flow Min Cut Theorem Ford Fulkerson Augmenting Paths Residual Flow Graph Integral Solutions

More information

Graph fundamentals. Matrices associated with a graph

Graph fundamentals. Matrices associated with a graph Graph fundamentals Matrices associated with a graph Drawing a picture of a graph is one way to represent it. Another type of representation is via a matrix. Let G be a graph with V (G) ={v 1,v,...,v n

More information

Lecture slides by Kevin Wayne

Lecture slides by Kevin Wayne LINEAR PROGRAMMING I a refreshing example standard form fundamental questions geometry linear algebra simplex algorithm Lecture slides by Kevin Wayne Last updated on 7/25/17 11:09 AM Linear programming

More information

2 Which graph shows the solution to the following

2 Which graph shows the solution to the following 1 In order for Josh to graph the solution to the inequality 4x 2y > 6, which of the following steps does he need to use? Select all that apply. A. Shade above the line. B. Draw the line y = 2x 3 as a solid

More information

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices

CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices CSCI 239 Discrete Structures of Computer Science Lab 6 Vectors and Matrices This lab consists of exercises on real-valued vectors and matrices. Most of the exercises will required pencil and paper. Put

More information

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix

Determinants. We said in Section 3.3 that a 2 2 matrix a b. Determinant of an n n Matrix 3.6 Determinants We said in Section 3.3 that a 2 2 matri a b is invertible if and onl if its c d erminant, ad bc, is nonzero, and we saw the erminant used in the formula for the inverse of a 2 2 matri.

More information

Lecture 22: Section 4.7

Lecture 22: Section 4.7 Lecture 22: Section 47 Shuanglin Shao December 2, 213 Row Space, Column Space, and Null Space Definition For an m n, a 11 a 12 a 1n a 21 a 22 a 2n A = a m1 a m2 a mn, the vectors r 1 = [ a 11 a 12 a 1n

More information

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2. This homework is due September 14, 2015, at Noon.

Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2. This homework is due September 14, 2015, at Noon. EECS 16A Designing Information Devices and Systems I Fall 2015 Anant Sahai, Ali Niknejad Homework 2 This homework is due September 14, 2015, at Noon. Submission Format Your homework submission should consist

More information

Using Matrices to Solve Systems of Equations

Using Matrices to Solve Systems of Equations LESSON 6 Using Matrices to Solve Systems of Equations Opening Exercise In the last unit, you learned to solve systems of equations by graphing, and by the substitution and elimination methods. Systems

More information

General Mathematics 2018 Chapter 5 - Matrices

General Mathematics 2018 Chapter 5 - Matrices General Mathematics 2018 Chapter 5 - Matrices Key knowledge The concept of a matrix and its use to store, display and manipulate information. Types of matrices (row, column, square, zero, identity) and

More information

Chapter 35 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal.

Chapter 35 out of 37 from Discrete Mathematics for Neophytes: Number Theory, Probability, Algorithms, and Other Stuff by J. M. Cargal. 35 Mixed Chains In this chapter we learn how to analyze Markov chains that consists of transient and absorbing states. Later we will see that this analysis extends easily to chains with (nonabsorbing)

More information

x y = x + y. For example, the tropical sum 4 9 = 4, and the tropical product 4 9 = 13.

x y = x + y. For example, the tropical sum 4 9 = 4, and the tropical product 4 9 = 13. Comment: Version 0.1 1 Introduction Tropical geometry is a relatively new area in mathematics. Loosely described, it is a piece-wise linear version of algebraic geometry, over a particular structure known

More information

Algebra 2 Matrices. Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find.

Algebra 2 Matrices. Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find. Algebra 2 Matrices Review Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find. Evaluate the determinant of the matrix. 2. 3. A matrix contains 48 elements.

More information

MSc Mas6002, Introductory Material Mathematical Methods Exercises

MSc Mas6002, Introductory Material Mathematical Methods Exercises MSc Mas62, Introductory Material Mathematical Methods Exercises These exercises are on a range of mathematical methods which are useful in different parts of the MSc, especially calculus and linear algebra.

More information

MATH 3012 N Homework Chapter 9

MATH 3012 N Homework Chapter 9 MATH 01 N Homework Chapter 9 February, 017 The recurrence r n+ = r n+1 + r n can be expressed with advancement operators as A A )r n = 0 The quadratic can then be factored using the quadratic formula,

More information

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction

Mathematics SKE: STRAND J. UNIT J4 Matrices: Introduction UNIT : Learning objectives This unit introduces the important topic of matrix algebra. After completing Unit J4 you should be able to add and subtract matrices of the same dimensions (order) understand

More information

Activity 4: The Electric-Circuit Interaction

Activity 4: The Electric-Circuit Interaction RECORD SHEET Activity 4: The Electric-Circuit Interaction Name Date Class Key Questions 1. 2. Explore Your Ideas Experiment 1: When does an electric-circuit interaction occur? 1. Draw a picture of the

More information

Lesson 12: Solving Equations

Lesson 12: Solving Equations Exploratory Exercises 1. Alonzo was correct when he said the following equations had the same solution set. Discuss with your partner why Alonzo was correct. (xx 1)(xx + 3) = 17 + xx (xx 1)(xx + 3) = xx

More information

Solution Set 3, Fall '12

Solution Set 3, Fall '12 Solution Set 3, 86 Fall '2 Do Problem 5 from 32 [ 3 5 Solution (a) A = Only one elimination step is needed to produce the 2 6 echelon form The pivot is the in row, column, and the entry to eliminate is

More information

Polynomial vs. Non-Polynomial Functions Even vs. Odd Functions; End Behavior Read 4.1 Examples 1-3

Polynomial vs. Non-Polynomial Functions Even vs. Odd Functions; End Behavior Read 4.1 Examples 1-3 HW # Name Period Row Date Polynomial vs. Non-Polynomial Functions Even vs. Odd Functions; End Behavior Read.1 Eamples 1- Section.1. Which One Doesn't Belong? Which function does not belong with the other

More information

Relationships between variables. Visualizing Bivariate Distributions: Scatter Plots

Relationships between variables. Visualizing Bivariate Distributions: Scatter Plots SFBS Course Notes Part 7: Correlation Bivariate relationships (p. 1) Linear transformations (p. 3) Pearson r : Measuring a relationship (p. 5) Interpretation of correlations (p. 10) Relationships between

More information

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space Table of Contents Introduction.............................................................. v Unit 1: Modeling with Matrices... 1 Lesson 2: Solving Problems Using Matrices.................................

More information

Spectral Graph Theory

Spectral Graph Theory Spectral Graph Theory Aaron Mishtal April 27, 2016 1 / 36 Outline Overview Linear Algebra Primer History Theory Applications Open Problems Homework Problems References 2 / 36 Outline Overview Linear Algebra

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

Create your own system of equations: 1. Prove (2, 5) is a solution for the following system: 2. Is (-2, 0) a solution for the following system?

Create your own system of equations: 1. Prove (2, 5) is a solution for the following system: 2. Is (-2, 0) a solution for the following system? 5.1 Explain Solving Systems of Linear Equations by Graphing - Notes Main Ideas/ Questions What You Will Learn What is a system of linear equations? Essential Question: How can you solve a system of linear

More information

What are the mean, median, and mode for the data set below? Step 1

What are the mean, median, and mode for the data set below? Step 1 Unit 11 Review Analyzing Data Name Per The mean is the average of the values. The median is the middle value(s) when the values are listed in order. The mode is the most common value(s). What are the mean,

More information

Lecture Notes: Markov chains Tuesday, September 16 Dannie Durand

Lecture Notes: Markov chains Tuesday, September 16 Dannie Durand Computational Genomics and Molecular Biology, Lecture Notes: Markov chains Tuesday, September 6 Dannie Durand In the last lecture, we introduced Markov chains, a mathematical formalism for modeling how

More information

Review. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Review. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Review DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Probability and statistics Probability: Framework for dealing with

More information

EE5120 Linear Algebra: Tutorial 1, July-Dec Solve the following sets of linear equations using Gaussian elimination (a)

EE5120 Linear Algebra: Tutorial 1, July-Dec Solve the following sets of linear equations using Gaussian elimination (a) EE5120 Linear Algebra: Tutorial 1, July-Dec 2017-18 1. Solve the following sets of linear equations using Gaussian elimination (a) 2x 1 2x 2 3x 3 = 2 3x 1 3x 2 2x 3 + 5x 4 = 7 x 1 x 2 2x 3 x 4 = 3 (b)

More information

Use mathematical induction in Exercises 3 17 to prove summation formulae. Be sure to identify where you use the inductive hypothesis.

Use mathematical induction in Exercises 3 17 to prove summation formulae. Be sure to identify where you use the inductive hypothesis. Exercises Exercises 1. There are infinitely many stations on a train route. Suppose that the train stops at the first station and suppose that if the train stops at a station, then it stops at the next

More information

MATHEMATICS 105 Practice Final Exam, F Please answer the following questions (3 points each) 30 pt

MATHEMATICS 105 Practice Final Exam, F Please answer the following questions (3 points each) 30 pt MATHEMATICS 105 Practice Final Exam, F2005 Print name Last name First name Here are some useful equations: Linear growth Recursive P N = P N 1 + d d is the common difference Exponential growth Recursive

More information

MIA Textbook INTERMEDIATE 1 CHECKLIST

MIA Textbook INTERMEDIATE 1 CHECKLIST St Ninian s High School MIA Textbook INTERMEDIATE 1 CHECKLIST I understand this part of the course = I am unsure of this part of the course = I do not understand this part of the course = Name Class Teacher

More information

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1

Matrix notation. A nm : n m : size of the matrix. m : no of columns, n: no of rows. Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 Matrix notation A nm : n m : size of the matrix m : no of columns, n: no of rows Row matrix n=1 [b 1, b 2, b 3,. b m ] Column matrix m=1 n = m square matrix Symmetric matrix Upper triangular matrix: matrix

More information

MATRIX DETERMINANTS. 1 Reminder Definition and components of a matrix

MATRIX DETERMINANTS. 1 Reminder Definition and components of a matrix MATRIX DETERMINANTS Summary Uses... 1 1 Reminder Definition and components of a matrix... 1 2 The matrix determinant... 2 3 Calculation of the determinant for a matrix... 2 4 Exercise... 3 5 Definition

More information

Algebra 2 Notes Systems of Equations and Inequalities Unit 03d. Operations with Matrices

Algebra 2 Notes Systems of Equations and Inequalities Unit 03d. Operations with Matrices Operations with Matrices Big Idea Organizing data into a matrix can make analysis and interpretation much easier. Operations such as addition, subtraction, and scalar multiplication can be performed on

More information

Answers. Investigation 3. ACE Assignment Choices. Applications. = = 210 (Note: students

Answers. Investigation 3. ACE Assignment Choices. Applications. = = 210 (Note: students Answers Investigation ACE Assignment Choices Problem. Core,,, Other Applications ; Connections, ; Etensions 7, ; unassigned choices from previous problems Problem. Core, Other Connections 7; Etensions

More information

YEAR 6 BLOCK 1 ASSESSMENT

YEAR 6 BLOCK 1 ASSESSMENT www.plusguide.com YEAR 6 BLOCK ASSESSMENT 6 Name: Date: KEY OBJECTIVES ASSESSED Question Order a mixed set of numbers with up to three decimal places. 0 Reduce a fraction to its simplest form by cancelling

More information

1 4 3 A Scalar Multiplication

1 4 3 A Scalar Multiplication 1 Matrices A matrix is a rectangular array of variables or constants in horizontal rows and vertical columns, usually enclosed in brackets. In a matrix, the numbers or data are organized so that each position

More information

18.600: Lecture 39 Review: practice problems

18.600: Lecture 39 Review: practice problems 18.600: Lecture 39 Review: practice problems Scott Sheffield MIT Markov chains Alice and Bob share a home with a bathroom, a walk-in closet, and 2 towels. Markov chains Alice and Bob share a home with

More information

c. Find the slope and y-intercept of the graph of the linear equation. Then sketch its graph.

c. Find the slope and y-intercept of the graph of the linear equation. Then sketch its graph. Name Solve. End-of-Course. 7 =. 5 c =. One cell phone plan charges $0 per month plus $0.5 per minute used. A second cell phone plan charges $5 per month plus $0.0 per minute used. Write and solve an equation

More information