yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Determinant when multiplying a matrix by a constant


2m read
·Nov 11, 2024

So let's say that I have matrix A and its elements, it's a 2x2: a, b, c, d. We have a lot of practice taking determinants of matrices like this. The determinant of this matrix, same thing as the determinant of a, b, c, d, it's going to be equal to a times d, a d, minus b times c.

Now, what would happen if we multiply one row of this matrix by a constant? What would happen to its determinant? Well, let's try it out. So you have your original, the determinant of your original matrix a, b, c, d. I'm just rewriting what I just did up here: that's a d minus b c.

Now, if I were to multiply, let's say, this first row by a constant k, how would that change the determinant? Well, instead of this being just an a, this is now a k a. Instead of this being just a b, it is now a k b. And so this is equal to k times a d minus b c, which is the same thing as it's equal to k times our original determinant of our matrix A.

So that seems pretty interesting, and I encourage you to see that if you, instead of doing the first row, you did the second row, you would have gotten the same outcome. And then you can also verify that look, if I multiply both of these rows by that constant k, how would that change things? Well then, I'm going to have k a times k d, so you're going to have a k squeezed in there, and then you're going to have k b times k c.

And so this would actually be, you could factor out a k squared, and so this is going to be k squared times the determinant of A. And that can be extended to a generalized property that if I have some n by n matrix A, then the determinant, the determinant of k times that n by n matrix A, the determinant of this, when I multiply a constant times an entire matrix, I'm multiplying that constant times all the rows, you could say all of the elements.

Well, this is going to be equal to... pause this video, see if you can intuit what this general formula is going to be. You might be tempted to say it's k times the determinant of A, but remember that's only if I multiply one row by k. But if I multiply the entire matrix by k, well then this determinant is going to be the constant k to the nth power times the determinant of our n by n matrix A.

And you could see this play out in a three by three case. In fact, I encourage you to try it out with some three by threes, and you could also do a generalized proof for an n by n case. But I won't do that now; this is really just to give you the idea.

More Articles

View All
Big takeaways from the Civil War
We’ve been discussing the American Civil War, which lasted from 1861 until 1865. It was the deadliest conflict in all of American history, in which about 620,000 Americans lost their lives. We briefly went over the very end of the war, as Grant caught up …
The Soul of Music: Sampa The Great Returns to her Roots | Podcast | Overheard at National Geographic
Foreign [Music] Douglas: I’m a producer here at Overheard, and this is the second episode of our four-part series focusing on music exploration and black history. It’s called The Soul of Music. National Geographic explorers will be sitting down with some…
Keep It Simple
Imagine you woke up to two incredibly loud beeping sounds: your smoke detectors going off. You can smell the fumes rising up and filling your entire house. Your home is about to be engulfed in flames. When your body’s adrenaline kicks in, do you remember …
Developing strategies for multiplying decimals
So right over here, we want to compute what three times 0.25, or 3 times 25 hundredths, is. I encourage you to pause the video and see if you can figure this out. All right, now let’s work through this together. In this video, we’re going to explore mult…
Jeff Dean’s Lecture for YC AI
So I’m going to tell you a very not super deep into any one topic but very broad brush sense of the kinds of things we’ve been using deep learning for the kinds of systems we’ve built around making deep learning faster. This is joint work with many, many,…
Adding multi digit numbers with place value
What we’re going to do in this video is get some practice adding multiple digit numbers. But the point of it isn’t just to get the answer, but to understand why the method we use actually works. So we’re going to add 40,762 to 30,473, and you can pause t…