1 00:00:00,000 --> 00:00:00,750 2 00:00:00,750 --> 00:00:04,339 I have here three equations of four unknowns. 3 00:00:04,339 --> 00:00:07,529 You can already guess, or you already know, that if you have 4 00:00:07,530 --> 00:00:09,539 more unknowns than equations, you are probably not 5 00:00:09,539 --> 00:00:11,339 constraining it enough. 6 00:00:11,339 --> 00:00:11,800 You actually are going to have an 7 00:00:11,800 --> 00:00:13,360 infinite number of solutions. 8 00:00:13,359 --> 00:00:15,320 Those infinite number of solutions could still be 9 00:00:15,320 --> 00:00:18,179 constrained. 10 00:00:18,179 --> 00:00:20,399 Let's say we're in four dimensions, in this case, 11 00:00:20,399 --> 00:00:21,809 because we have four variables. 12 00:00:21,809 --> 00:00:24,349 Maybe we were constrained into a plane in four dimensions, or 13 00:00:24,350 --> 00:00:25,740 if we were in three dimensions, maybe we're 14 00:00:25,739 --> 00:00:26,750 constrained to a line. 15 00:00:26,750 --> 00:00:29,640 A line is an infinite number of solutions, but it's a more 16 00:00:29,640 --> 00:00:31,100 constrained set. 17 00:00:31,100 --> 00:00:33,700 Let's solve this set of linear equations. 18 00:00:33,700 --> 00:00:36,830 We've done this by elimination in the past. What I want to do 19 00:00:36,829 --> 00:00:38,949 is I want to introduce the idea of matrices. 20 00:00:38,950 --> 00:00:41,770 The matrices are really just arrays of numbers that are 21 00:00:41,770 --> 00:00:44,390 shorthand for this system of equations. 22 00:00:44,390 --> 00:00:46,799 Let me create a matrix here. 23 00:00:46,799 --> 00:00:49,879 I could just create a coefficient matrix, where the 24 00:00:49,880 --> 00:00:55,280 coefficient matrix would just be, let me write it neatly, 25 00:00:55,280 --> 00:01:01,730 the coefficient matrix would just be the coefficients on 26 00:01:01,729 --> 00:01:05,340 the left hand side of these linear equations. 27 00:01:05,340 --> 00:01:07,570 The coefficient there is 1. 28 00:01:07,569 --> 00:01:08,979 The coefficient there is 1. 29 00:01:08,980 --> 00:01:10,930 The coefficient there is 2. 30 00:01:10,930 --> 00:01:12,750 You have 2, 2, 4. 31 00:01:12,750 --> 00:01:14,859 2, 2, 4. 32 00:01:14,859 --> 00:01:16,819 1, 2, 0. 33 00:01:16,819 --> 00:01:20,359 1, 2, there is no coefficient the x3 term here, because 34 00:01:20,359 --> 00:01:21,920 there is no x3 term there. 35 00:01:21,920 --> 00:01:25,710 We'll say the coefficient on the x3 term there is 0. 36 00:01:25,709 --> 00:01:31,209 And then we have 1, minus 1, and 6. 37 00:01:31,209 --> 00:01:34,359 Now if I just did this right there, that would be the 38 00:01:34,359 --> 00:01:37,209 coefficient matrix for this system of 39 00:01:37,209 --> 00:01:38,599 equations right there. 40 00:01:38,599 --> 00:01:41,239 What I want to do is I want to augment it, I want to augment 41 00:01:41,239 --> 00:01:44,780 it with what these equations need to be equal to. 42 00:01:44,780 --> 00:01:46,320 Let me augment it. 43 00:01:46,319 --> 00:01:47,519 What I am going to do is I'm going to just draw a little 44 00:01:47,519 --> 00:01:55,000 line here, and write the 7, the 12, and the 4. 45 00:01:55,000 --> 00:02:00,030 I think you can see that this is just another 46 00:02:00,030 --> 00:02:01,799 way of writing this. 47 00:02:01,799 --> 00:02:03,509 And just by the position, we know that these are the 48 00:02:03,510 --> 00:02:05,910 coefficients on the x1 terms. We know that these are the 49 00:02:05,909 --> 00:02:08,788 coefficients on the x2 terms. And what this does, it really 50 00:02:08,788 --> 00:02:12,789 just saves us from having to write x1 and x2 every time. 51 00:02:12,789 --> 00:02:16,139 We can essentially do the same operations on this that we 52 00:02:16,139 --> 00:02:18,809 otherwise would have done on that. 53 00:02:18,810 --> 00:02:22,560 What we can do is, we can replace any equation with that 54 00:02:22,560 --> 00:02:25,020 equation times some scalar multiple, 55 00:02:25,020 --> 00:02:26,210 plus another equation. 56 00:02:26,210 --> 00:02:28,110 We can divide an equation, or multiply an 57 00:02:28,110 --> 00:02:29,390 equation by a scalar. 58 00:02:29,389 --> 00:02:30,809 We can subtract them from each other. 59 00:02:30,810 --> 00:02:32,229 We can swap them. 60 00:02:32,229 --> 00:02:36,319 Let's do that in an attempt to solve this equation. 61 00:02:36,319 --> 00:02:38,180 The first thing I want to do, just like I've done in the 62 00:02:38,180 --> 00:02:41,219 past, I want to get this equation into the form of, 63 00:02:41,219 --> 00:02:43,180 where if I can, I have a 1. 64 00:02:43,180 --> 00:02:47,909 My leading coefficient in any of my rows is a 1. 65 00:02:47,909 --> 00:02:53,270 And that every other entry in that column is a 0. 66 00:02:53,270 --> 00:02:55,180 In the past, I made sure that every other entry 67 00:02:55,180 --> 00:02:56,300 below it is a 0. 68 00:02:56,300 --> 00:02:58,950 That's what I was doing in some of the previous videos, 69 00:02:58,949 --> 00:03:01,419 when we tried to figure out of things were linearly 70 00:03:01,419 --> 00:03:02,619 independent, or not. 71 00:03:02,620 --> 00:03:05,215 Now I'm going to make sure that if there is a 1, if there 72 00:03:05,215 --> 00:03:08,039 is a leading 1 in any of my rows, that everything else in 73 00:03:08,039 --> 00:03:09,289 that column is a 0. 74 00:03:09,289 --> 00:03:11,669 75 00:03:11,669 --> 00:03:16,259 That form I'm doing is called reduced row echelon form. 76 00:03:16,259 --> 00:03:18,000 Let me write that. 77 00:03:18,000 --> 00:03:26,520 Reduced row echelon form. 78 00:03:26,520 --> 00:03:30,450 If we call this augmented matrix, matrix A, then I want 79 00:03:30,449 --> 00:03:35,239 to get it into the reduced row echelon form of matrix A. 80 00:03:35,240 --> 00:03:38,409 And matrices, the convention is, just like vectors, you 81 00:03:38,409 --> 00:03:41,740 make them nice and bold, but use capital letters, instead 82 00:03:41,740 --> 00:03:42,770 of lowercase letters. 83 00:03:42,770 --> 00:03:45,550 We'll talk more about how matrices relate to vectors in 84 00:03:45,550 --> 00:03:46,530 the future. 85 00:03:46,530 --> 00:03:49,810 Let's just solve this system of equations. 86 00:03:49,810 --> 00:03:52,819 The first thing I want to do is, in an ideal world I would 87 00:03:52,819 --> 00:03:55,530 get all of these guys right here to be 0. 88 00:03:55,530 --> 00:04:02,090 Let me replace this guy with that guy, with the first entry 89 00:04:02,090 --> 00:04:03,390 minus the second entry. 90 00:04:03,389 --> 00:04:04,639 Let me do that. 91 00:04:04,639 --> 00:04:08,539 92 00:04:08,539 --> 00:04:10,030 The first row isn't going to change. 93 00:04:10,030 --> 00:04:13,900 It's going to be 1, 2, 1, 1. 94 00:04:13,900 --> 00:04:16,560 And then I get a 7 right there. 95 00:04:16,560 --> 00:04:17,910 That's my first row. 96 00:04:17,910 --> 00:04:20,930 Now the second row, I'm going to replace it with the first 97 00:04:20,930 --> 00:04:23,889 row minus the second row. 98 00:04:23,889 --> 00:04:25,769 So what do I get. 99 00:04:25,769 --> 00:04:28,839 1 minus 1 is 0. 100 00:04:28,839 --> 00:04:31,379 2 minus 2 is 0. 101 00:04:31,379 --> 00:04:35,120 1 minus 2 is minus 1. 102 00:04:35,120 --> 00:04:39,800 And then 1 minus minus 1 is 2. 103 00:04:39,800 --> 00:04:40,629 That's 1 plus 1. 104 00:04:40,629 --> 00:04:45,709 And then 7 minus 12 is minus 5. 105 00:04:45,709 --> 00:04:47,609 Now I want to get rid of this row here. 106 00:04:47,610 --> 00:04:48,360 I don't want to get rid of it. 107 00:04:48,360 --> 00:04:49,939 I want to get rid of this 2 right here. 108 00:04:49,939 --> 00:04:51,829 I want to turn it into a 0. 109 00:04:51,829 --> 00:04:56,349 Let's replace this row with this row minus 110 00:04:56,350 --> 00:04:59,040 2 times that row. 111 00:04:59,040 --> 00:05:01,360 What I'm going to do is, this row minus 2 112 00:05:01,360 --> 00:05:02,420 times the first row. 113 00:05:02,420 --> 00:05:04,819 I'm going to replace this row with that. 114 00:05:04,819 --> 00:05:07,730 2 minus 2 times 1 is 0. 115 00:05:07,730 --> 00:05:09,050 That was the whole point. 116 00:05:09,050 --> 00:05:13,689 4 minus 2 times 2 is 0. 117 00:05:13,689 --> 00:05:19,310 0 minus 2 times 1 is minus 2. 118 00:05:19,310 --> 00:05:26,430 6 minus 2 times 1 is 6 minus 2, which is 4. 119 00:05:26,430 --> 00:05:36,834 4 minus 2 times 7, is 4 minus 14, which is minus 10. 120 00:05:36,834 --> 00:05:38,209 Now what can I do next. 121 00:05:38,209 --> 00:05:42,229 122 00:05:42,230 --> 00:05:45,770 You can kind of see that this row, well talk more about what 123 00:05:45,769 --> 00:05:46,589 this row means. 124 00:05:46,589 --> 00:05:48,859 When all of a sudden it's all been zeroed out, there's 125 00:05:48,860 --> 00:05:49,730 nothing here. 126 00:05:49,730 --> 00:05:52,870 If I had non-zero term here, then I'd want to zero this guy 127 00:05:52,870 --> 00:05:54,879 out, although it's already zeroed out. 128 00:05:54,879 --> 00:05:56,850 I'm just going to move over to this row. 129 00:05:56,850 --> 00:06:00,990 The first thing I want to do is I want to make this leading 130 00:06:00,990 --> 00:06:02,930 coefficient here a 1. 131 00:06:02,930 --> 00:06:07,259 What I want to do is, I'm going to multiply this entire 132 00:06:07,259 --> 00:06:09,839 row by minus 1. 133 00:06:09,839 --> 00:06:13,039 If I multiply this entire row times minus 1. 134 00:06:13,040 --> 00:06:14,879 I don't even have to rewrite the matrix. 135 00:06:14,879 --> 00:06:19,939 This becomes plus 1, minus 2, plus 5. 136 00:06:19,939 --> 00:06:22,259 I think you can accept that. 137 00:06:22,259 --> 00:06:23,420 Now what can we do? 138 00:06:23,420 --> 00:06:27,290 Well, let's turn this right here into a 0. 139 00:06:27,290 --> 00:06:32,819 Let me rewrite my augmented matrix in the new form that I 140 00:06:32,819 --> 00:06:35,860 have. I'm going to keep the middle row the same this time. 141 00:06:35,860 --> 00:06:42,939 My middle row is 0, 0, 1, minus 2, and then it's 142 00:06:42,939 --> 00:06:45,709 augmented, and I get a 5 there. 143 00:06:45,709 --> 00:06:50,329 What I want to do is I want to eliminate this minus 2 here. 144 00:06:50,329 --> 00:06:54,419 Why don't I add this row to 2 times that row. 145 00:06:54,420 --> 00:06:57,600 Then I would have minus 2, plus 2, and that'll work out. 146 00:06:57,600 --> 00:06:59,450 What do I get. 147 00:06:59,449 --> 00:07:01,899 Well, these are just leading 0's. 148 00:07:01,899 --> 00:07:06,539 Then I have minus 2, plus 2 times 1. 149 00:07:06,540 --> 00:07:08,680 That's just 0. 150 00:07:08,680 --> 00:07:17,829 4 plus 2 times minus 2, that is minus 4. 151 00:07:17,829 --> 00:07:22,310 That's 4 plus minus 4, that's 0 as well. 152 00:07:22,310 --> 00:07:26,720 Then you have minus 10 plus 2 times 5. 153 00:07:26,720 --> 00:07:32,200 Well, that's just minus 10 plus 10, which is 0. 154 00:07:32,199 --> 00:07:34,969 That one just got zeroed out. 155 00:07:34,970 --> 00:07:37,400 Normally, when I just did regular elimination, I was 156 00:07:37,399 --> 00:07:40,109 happy just having the situation where I had these 157 00:07:40,110 --> 00:07:40,790 leading 1's. 158 00:07:40,790 --> 00:07:43,420 Everything below it were 0's. 159 00:07:43,420 --> 00:07:46,100 I wasn't too concerned about what was above our 1's. 160 00:07:46,100 --> 00:07:47,320 What I want to do is, I want to make 161 00:07:47,319 --> 00:07:49,730 those into a 0 as well. 162 00:07:49,730 --> 00:07:53,920 I want to make this guy a 0 as well. 163 00:07:53,920 --> 00:07:59,170 What I can do is, I can replace this first row with 164 00:07:59,170 --> 00:08:02,740 that first row minus this second row. 165 00:08:02,740 --> 00:08:05,680 What is 1 minus 0? 166 00:08:05,680 --> 00:08:07,199 That's just 1. 167 00:08:07,199 --> 00:08:09,899 2 minus 0 is 2. 168 00:08:09,899 --> 00:08:13,769 1 minus 1 is 0. 169 00:08:13,769 --> 00:08:17,829 1 minus minus 2 is 3. 170 00:08:17,829 --> 00:08:22,539 7 minus 5 is 2. 171 00:08:22,540 --> 00:08:23,810 There you have it. 172 00:08:23,810 --> 00:08:27,970 We have our matrix in reduced row echelon form. 173 00:08:27,970 --> 00:08:32,350 This is the reduced row echelon form of our matrix, 174 00:08:32,350 --> 00:08:35,950 I'll write it in bold, of our matrix A right there. 175 00:08:35,950 --> 00:08:39,620 You know it's in reduced row echelon form because all of 176 00:08:39,620 --> 00:08:43,360 your leading 1's in each row-- so what are my 177 00:08:43,360 --> 00:08:44,419 leading 1's in each row? 178 00:08:44,419 --> 00:08:46,879 I have this 1 and I have that 1. 179 00:08:46,879 --> 00:08:51,019 They're the only non-zero entry in their columns. 180 00:08:51,019 --> 00:08:53,759 These are called the pivot entries. 181 00:08:53,759 --> 00:08:55,289 Let me label that for you. 182 00:08:55,289 --> 00:08:58,079 That's called a pivot entry. 183 00:08:58,080 --> 00:08:59,810 Pivot entry. 184 00:08:59,809 --> 00:09:01,699 They're the only non-zero entry in 185 00:09:01,700 --> 00:09:03,320 their respective columns. 186 00:09:03,320 --> 00:09:07,080 If I have any zeroed out rows, and I do have a zeroed out 187 00:09:07,080 --> 00:09:08,930 row, it's right there. 188 00:09:08,929 --> 00:09:12,659 This is zeroed out row. 189 00:09:12,659 --> 00:09:15,329 Just the style, or just the convention, is that for 190 00:09:15,330 --> 00:09:20,200 reduced row echelon form, that has to be your last row. 191 00:09:20,200 --> 00:09:24,250 We have the leading entries are the only -- they're all 1. 192 00:09:24,250 --> 00:09:25,019 That's one case. 193 00:09:25,019 --> 00:09:25,980 You can't have this a 5. 194 00:09:25,980 --> 00:09:29,409 You'd want to divide that equation by 5 if this was a 5. 195 00:09:29,409 --> 00:09:31,730 So your leading entries in each row are a 1. 196 00:09:31,730 --> 00:09:35,759 That the leading entry in each successive row is to the right 197 00:09:35,759 --> 00:09:38,120 of the leading entry of the row before it. 198 00:09:38,120 --> 00:09:40,289 This guy right here is to the right of that guy. 199 00:09:40,289 --> 00:09:43,399 This is just the style, the convention, of reduced row 200 00:09:43,399 --> 00:09:44,789 echelon form. 201 00:09:44,789 --> 00:09:47,629 If you have any zeroed out rows, it's in the last row. 202 00:09:47,629 --> 00:09:49,929 And finally, of course, and I think I've said this multiple 203 00:09:49,929 --> 00:09:52,859 times, this is the only non-zero entry in the row. 204 00:09:52,860 --> 00:09:54,430 What does this do for me? 205 00:09:54,429 --> 00:09:56,459 Now I can go back from this world, back 206 00:09:56,460 --> 00:09:57,850 to my linear equations. 207 00:09:57,850 --> 00:10:00,860 We remember that these were the coefficients on x1, these 208 00:10:00,860 --> 00:10:02,259 were the coefficients on x2. 209 00:10:02,259 --> 00:10:05,350 These were the coefficients on x3, on x4, and then these were 210 00:10:05,350 --> 00:10:07,000 my constants out here. 211 00:10:07,000 --> 00:10:10,730 I can rewrite this system of equations using my reduced row 212 00:10:10,730 --> 00:10:18,899 echelon form as x1, x1 plus 2x2. 213 00:10:18,899 --> 00:10:20,500 There's no x3 there. 214 00:10:20,500 --> 00:10:26,000 So plus 3x4 is equal to 2. 215 00:10:26,000 --> 00:10:29,190 This equation, no x1, no x2, I have an x3. 216 00:10:29,190 --> 00:10:38,310 I have x3 minus 2x4 is equal to 5. 217 00:10:38,309 --> 00:10:39,489 I have no other equation here. 218 00:10:39,490 --> 00:10:41,440 This one got completely zeroed out. 219 00:10:41,440 --> 00:10:45,490 I was able to reduce this system of equations to this 220 00:10:45,490 --> 00:10:47,279 system of equations. 221 00:10:47,279 --> 00:10:50,429 The variables that you associate with your pivot 222 00:10:50,429 --> 00:10:54,159 entries, we call these pivot variables. 223 00:10:54,159 --> 00:10:56,225 x1 and x3 are pivot variables. 224 00:10:56,225 --> 00:11:00,700 225 00:11:00,700 --> 00:11:02,670 The variables that aren't associated with the pivot 226 00:11:02,669 --> 00:11:05,809 entry, we call them free variables. 227 00:11:05,809 --> 00:11:12,139 x2 and x4 are free variables. 228 00:11:12,139 --> 00:11:16,539 Now let's solve for, essentially you can only solve 229 00:11:16,539 --> 00:11:17,620 for your pivot variables. 230 00:11:17,620 --> 00:11:20,370 The free variables we can set to any variable. 231 00:11:20,370 --> 00:11:21,960 I said that in the beginning of this equation. 232 00:11:21,960 --> 00:11:24,370 We have fewer equations than unknowns. 233 00:11:24,370 --> 00:11:27,940 This is going to be a not well constrained solution. 234 00:11:27,940 --> 00:11:31,170 You're not going to have just one point in R4 that solves 235 00:11:31,169 --> 00:11:31,549 this equation. 236 00:11:31,549 --> 00:11:35,019 You're going to have multiple points. 237 00:11:35,019 --> 00:11:37,860 Let's solve for our pivot variables, because that's all 238 00:11:37,860 --> 00:11:39,360 we can solve for. 239 00:11:39,360 --> 00:11:45,169 This equation tells us, right here, it tells us x3, let me 240 00:11:45,169 --> 00:11:59,959 do it in a good color, x3 is equal to 5 plus 2x4. 241 00:11:59,960 --> 00:12:12,050 Then we get x1 is equal to 2 minus x2, 2 minus 2x2. 242 00:12:12,049 --> 00:12:20,559 2 minus 2x2 plus, sorry, minus 3x4. 243 00:12:20,559 --> 00:12:24,929 I just subtracted these from both sides of the equation. 244 00:12:24,929 --> 00:12:27,629 This right here is essentially as far as we can go to the 245 00:12:27,629 --> 00:12:30,179 solution of this system of equations. 246 00:12:30,179 --> 00:12:33,729 I can pick, really, any values for my free variables. 247 00:12:33,730 --> 00:12:37,154 I can pick any values for my x2's and my x4's and I can 248 00:12:37,154 --> 00:12:38,539 solve for x3. 249 00:12:38,539 --> 00:12:40,559 What I want to do right now is write this in a slightly 250 00:12:40,559 --> 00:12:43,509 different form so we can visualize a little bit better. 251 00:12:43,509 --> 00:12:45,679 Of course, it's always hard to visualize things in four 252 00:12:45,679 --> 00:12:46,529 dimensions. 253 00:12:46,529 --> 00:12:49,839 So we can visualize things a little bit better, as to the 254 00:12:49,840 --> 00:12:51,810 set of this solution. 255 00:12:51,809 --> 00:12:53,679 Let's write it this way. 256 00:12:53,679 --> 00:12:57,259 If I were to write it in vector form, our solution is 257 00:12:57,259 --> 00:13:03,069 the vector x1, x3, x3, x4. 258 00:13:03,070 --> 00:13:04,320 What is it equal to? 259 00:13:04,320 --> 00:13:06,760 260 00:13:06,759 --> 00:13:10,269 Well it's equal to-- let me write it like this. 261 00:13:10,269 --> 00:13:12,370 It's equal to-- I'm just rewriting, I'm just 262 00:13:12,370 --> 00:13:15,700 essentially rewriting this solution set in vector form. 263 00:13:15,700 --> 00:13:19,360 So x1 is equal to 2-- let me write a little column 264 00:13:19,360 --> 00:13:23,250 there-- plus x2. 265 00:13:23,250 --> 00:13:24,000 Let me write it this way. 266 00:13:24,000 --> 00:13:32,539 Plus x2 times something plus x4 times something. 267 00:13:32,539 --> 00:13:37,129 268 00:13:37,129 --> 00:13:45,279 x1 is equal to 2 minus 2 times x2, or plus x2 minus 2. 269 00:13:45,279 --> 00:13:47,449 I put a minus 2 there. 270 00:13:47,450 --> 00:13:50,820 I can say plus x4 times minus 3. 271 00:13:50,820 --> 00:13:53,430 I can put a minus 3 there. 272 00:13:53,429 --> 00:13:57,299 This right here, the first entries of these vectors 273 00:13:57,299 --> 00:14:00,689 literally represent that equation right there. x1 is 274 00:14:00,690 --> 00:14:06,590 equal to 2 plus x2 times minus 2 plus x4 times minus 3. 275 00:14:06,590 --> 00:14:08,504 What does x3 equal? 276 00:14:08,504 --> 00:14:14,379 277 00:14:14,379 --> 00:14:16,600 x3 is equal to 5. 278 00:14:16,600 --> 00:14:18,090 Put that 5 right there. 279 00:14:18,090 --> 00:14:19,930 Plus x4 times 2. 280 00:14:19,929 --> 00:14:23,679 281 00:14:23,679 --> 00:14:24,799 x2 doesn't apply to it. 282 00:14:24,799 --> 00:14:25,759 We can just put a 0. 283 00:14:25,759 --> 00:14:28,569 0 times x2 plus 2 times x4. 284 00:14:28,570 --> 00:14:30,430 Now what does x2 equal? 285 00:14:30,429 --> 00:14:35,000 You could say, x2 is equal to 0 plus 1 times x2 286 00:14:35,000 --> 00:14:37,090 plus 0 times x4. 287 00:14:37,090 --> 00:14:38,430 x2 is just equal to x2. 288 00:14:38,429 --> 00:14:39,750 It's a free variable. 289 00:14:39,750 --> 00:14:41,600 Similarly, what does x4 equal to? 290 00:14:41,600 --> 00:14:50,019 x4 is equal to 0 plus 0 times x2 plus 1 times x4. 291 00:14:50,019 --> 00:14:51,769 What does this do for us? 292 00:14:51,769 --> 00:14:54,250 Well, all of a sudden here, we've expressed our solution 293 00:14:54,250 --> 00:14:59,169 set as essentially the linear combination of the linear 294 00:14:59,169 --> 00:15:00,360 combination of three vectors. 295 00:15:00,360 --> 00:15:02,039 This is a vector. 296 00:15:02,039 --> 00:15:05,289 You can view it as a coordinate. 297 00:15:05,289 --> 00:15:07,589 Either a position vector. 298 00:15:07,590 --> 00:15:09,139 It is a vector in R4. 299 00:15:09,139 --> 00:15:12,439 You can view it as a position vector or a coordinate in R4. 300 00:15:12,440 --> 00:15:16,230 You could say, look, our solution set is essentially-- 301 00:15:16,230 --> 00:15:17,289 this is in R4. 302 00:15:17,289 --> 00:15:18,769 Each of these have four components, but you can 303 00:15:18,769 --> 00:15:21,639 imagine it in r3. 304 00:15:21,639 --> 00:15:24,129 That my solution set is equal to some 305 00:15:24,129 --> 00:15:27,179 vector, some vector there. 306 00:15:27,179 --> 00:15:28,189 That's the vector. 307 00:15:28,190 --> 00:15:29,800 Think of it is as a position vector. 308 00:15:29,799 --> 00:15:34,209 It would be the coordinate 2, 0, 5, 0. 309 00:15:34,210 --> 00:15:37,590 Which obviously, this is four dimensions right there. 310 00:15:37,590 --> 00:15:42,160 It's equal to multiples of these two vectors. 311 00:15:42,159 --> 00:15:44,379 Let's call this vector, right here, let's 312 00:15:44,379 --> 00:15:46,649 call this vector a. 313 00:15:46,649 --> 00:15:51,389 Let's call this vector, right here, vector b. 314 00:15:51,389 --> 00:15:55,649 Our solution set is all of this point, which is right 315 00:15:55,649 --> 00:15:59,439 there, or I guess we could call it that position vector. 316 00:15:59,440 --> 00:16:01,590 That position vector will look like that. 317 00:16:01,590 --> 00:16:04,560 Where you're starting at the origin right there, plus 318 00:16:04,559 --> 00:16:06,744 multiples of these two guys. 319 00:16:06,745 --> 00:16:11,389 If this is vector a, let's do vector a in a different color. 320 00:16:11,389 --> 00:16:13,330 Vector a looks like that. 321 00:16:13,330 --> 00:16:17,259 Let's say vector a looks like that, and then vector 322 00:16:17,259 --> 00:16:19,620 b looks like that. 323 00:16:19,620 --> 00:16:22,659 This is vector b, and this is vector a. 324 00:16:22,659 --> 00:16:24,689 I don't know if this is going to be easier or harder for you 325 00:16:24,690 --> 00:16:26,720 to visualize, because obviously we are dealing in 326 00:16:26,720 --> 00:16:29,340 four dimensions right here, and I'm just drawing on a two 327 00:16:29,340 --> 00:16:30,910 dimensional surface. 328 00:16:30,909 --> 00:16:34,259 What you can imagine is, is that the solution set is equal 329 00:16:34,259 --> 00:16:38,039 to this fixed point, this position vector, plus linear 330 00:16:38,039 --> 00:16:40,490 combinations of a and b. 331 00:16:40,490 --> 00:16:42,529 We're dealing, of course, in R4. 332 00:16:42,529 --> 00:16:43,309 Let me write that down. 333 00:16:43,309 --> 00:16:45,029 We're dealing in R4. 334 00:16:45,029 --> 00:16:47,769 But linear combinations of a and b are 335 00:16:47,769 --> 00:16:50,929 going to create a plane. 336 00:16:50,929 --> 00:16:54,849 You can multiply a times 2, and b times 3, or a times 337 00:16:54,850 --> 00:16:57,120 minus 1, and b times minus 100. 338 00:16:57,120 --> 00:16:59,450 You can keep adding and subtracting these linear 339 00:16:59,450 --> 00:17:01,230 combinations of a and b. 340 00:17:01,230 --> 00:17:05,960 They're going to construct a plane that contains the 341 00:17:05,960 --> 00:17:10,710 position vector, or contains the point 2, 0, 5, 0. 342 00:17:10,710 --> 00:17:16,759 The solution for these three equations with four unknowns, 343 00:17:16,759 --> 00:17:18,660 is a plane in R4. 344 00:17:18,660 --> 00:17:23,990 345 00:17:23,990 --> 00:17:26,140 I know that's really hard to visualize, and maybe I'll do 346 00:17:26,140 --> 00:17:28,009 another one in three dimensions. 347 00:17:28,009 --> 00:17:31,890 Hopefully this at least gives you a decent understanding of 348 00:17:31,890 --> 00:17:35,570 what an augmented matrix is, what reduced row echelon form 349 00:17:35,569 --> 00:17:38,470 is, and what are the valid operations I can perform on a 350 00:17:38,470 --> 00:17:42,319 matrix without messing up the system.