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
What can I do to protect my devices?
Mark, I’m pretty convinced that I need to protect my devices from other folks. How should I think about that? How does one protect their device? Yeah. The first piece is really taking what the manufacturers and the companies behind them are giving you. S…
Designing Characters with Deep Learning: Spellbrush (W18) - YC Gaming Tech Talks 2020
My name is Corey; I’m the CEO at Spell Rush, and I’m here to talk to you today about designing characters with deep learning. So, um, we’re Spell Rush. We’re a YC company as well; we’re building deep learning tools for art and artists. What exactly does …
Corn Flour Fireball
[Applause] I’m about to make a corn starch Fireball. Check it! [Music] Out, that is awesome! But it’s not just about making a giant Fireball; this is about real science. What’s going to happen when I put this butane torch on this teaspoon of corn flour? …
Motion problems with integrals: displacement vs. distance | AP Calculus AB | Khan Academy
What we’re going to do in this video is start thinking about the position of an object traveling in one dimension. To get our bearings there, I’m going to introduce a few ideas. So the first idea is that of displacement. You might use that word in everyd…
Hanging out with a monitor lizard | Primal Survivor: Extreme African Safari
There’s a monitor lizard right there, right on that termite mound, just basking in the sun. They can either play dead or they can run like grease lightning. Let me see if I can get a better look at it. I can see that this monitor could use a little hel…
Tracing program execution | Intro to CS - Python | Khan Academy
Let’s trace a program step by step. This is a common pattern we’ll use to understand what the computer is doing under the hood when we press the Run button. Tracing program execution like this helps us better read and write programs because we can start t…