Determinant of a matrix multiplied by a scalar

Click For Summary

Homework Help Overview

The discussion revolves around the properties of determinants, specifically focusing on the effect of multiplying a matrix by a scalar. Participants are examining the relationship between the determinant of a matrix and its scalar multiples, particularly for 2x2 and nxn matrices.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to prove that for a scalar \(\alpha\) and an nxn matrix \(A\), the determinant satisfies the relation \(det(\alpha A) = \alpha^n det(A)\). Some participants are discussing induction as a method to establish this relationship.

Discussion Status

There are multiple lines of reasoning being explored, including the use of induction and the definition of determinants. Some participants have provided hints and guidance on how to approach the proof, while others express uncertainty about the induction process and the definitions involved.

Contextual Notes

Participants mention that the attachment containing the problem statement is pending approval, which may limit the context available for discussion. There is also a reference to specific definitions and forms of determinants that may not be universally understood among participants.

karnten07
Messages
206
Reaction score
0

Homework Statement



it is problem 1 on the attachment

Homework Equations


detA = ad - bc for a 2 x 2 matrix, where the first column is a c and the 2nd column is b d



The Attempt at a Solution


ah i see the first part i think, but I am nto sure I am writing my answer in the most correct way, say from first principles (not sure that is the correct eay to describe it). So when i multiply the 2 x 2 matrix by the scalar and work out the determinant by ad - bc, i get the scalar term squared times the determinant of A as the answer. therefore satisfying the first part.
 

Attachments

Last edited:
Physics news on Phys.org
In general, for a nxn matrix A, and any scalar \alpha, det(\alphaA) = \alpha^n det(A).

The attachment is still pending approval, so you could post the exact text of the problem, if it's not too long.
 
If A is an (n x n) matrix and Q is a scalar, prove det(QA) = Q^n det(A)

Directly from the definition of the determinant;

det(A) = Sum of (-1)^(i+j) aij det(A(ij)) n>2
a11a22 - a12a21 n=2

Hint: use induction ie. show for n = 2 first, then show that the statement is true if one assumes it is true for (n-1)(n-1) matrices.

ive tried to write it out as int he question but where I've wrote sum of, this is sigma with an n on the top and j=1 on the bottom.
 
im unsure how to write out the induction for the (n-1)x(n-1) matrix. I think I am right in sayign that the form given in the question of the determinant is the laplace way of writing it? many thanks
 
You have shown it is true for n = 2. Now assume it is true for some n = k, and write your "definition" of the determinant. Hint: of what order are the sub-determinants appearing in the sum?

Btw, I would not like to cause confusion (so you can ignore this comment after reading it), but what you're using is not exactly the definition of the determinant, that's why I put it under quotes. By using the real definition, one can almost directly see that this relation holds.
 
radou said:
You have shown it is true for n = 2. Now assume it is true for some n = k, and write your "definition" of the determinant. Hint: of what order are the sub-determinants appearing in the sum?

Btw, I would not like to cause confusion (so you can ignore this comment after reading it), but what you're using is not exactly the definition of the determinant, that's why I put it under quotes. By using the real definition, one can almost directly see that this relation holds.

Sorry I am not very fluent in matrices work, i understand what you mean by sub determinants, i know when working out the determinant the sub det's are alternately positive and negatively multiplied.

So for an n-1 by n-1 matrix, how do i write out the determinant of it using this general definition (given by what my notes call a row expansion?) to show that the relation works?
Im just very unsure on how to go about writing the proof and where to start, if you could give me any more hints and start me off id be most grateful. thanks
 
OK, for a nxn matrix A, we have det(A)=\sum_{j=1}^n (-1)^{i+j} a_{ij} det A_{ij}, where A_{ij} is the matrix we get after removing the i-th row and j-th column from the original matrix (hence, the order of this matrix is n-1). Now, you did prove that, for a 2x2 matrix, det(\alphaA) = \alpha^2 det(A). This is the basis of induction. Now, assume this relation holds for a kxk matrix. We want to show that the relation holds for a (k+1)x(k+1) matrix too, right? Okay, so let A be some (k+1)x(k+1) matrix. Then, det(\alphaA) = \sum_{j=1}^n (-1)^{i+j} a_{ij} det(\alpha A_{ij}). Do you know how to proceed now?
 

Similar threads

Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
3K
Replies
10
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K