Matrix, Find determinant using properties of Det.

Click For Summary
SUMMARY

The discussion focuses on finding the determinant of a specific 3x3 matrix using properties of determinants. The matrix in question is represented as: [[1, 1, 1], [a, b, c], [a^2, b^2, c^2]]. The solution involves transforming the matrix through column operations, ultimately leading to the determinant being expressed as (b-a)(c-a)(c-b). The method utilized includes subtracting the first column from the second and third columns and applying the expansion by minors.

PREREQUISITES
  • Understanding of 3x3 matrices
  • Knowledge of properties of determinants
  • Familiarity with column operations in matrix algebra
  • Experience with expansion by minors
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about column operations and their effects on determinants
  • Explore the method of expansion by minors for calculating determinants
  • Practice solving determinants of various matrix sizes
USEFUL FOR

Students studying linear algebra, particularly those focusing on determinants, as well as educators and tutors looking for effective methods to teach determinant properties.

am_knightmare
Messages
9
Reaction score
0

Homework Statement


1 1 1
a b c = (b-a)(c-a)(c-b)
a^2 b^2 c^2
(above is a 3x3 matrix equaling to a equation)
question:"Show by applying property of the determinant"

Homework Equations


N/A

The Attempt at a Solution


read through the whole chapter of determinants, there were no similar problems. read it the second time focusing on properties, no simimlar properties, Please help.
 
Physics news on Phys.org
Start by subtracting the first column from the second and third columns. Then think about an expansion by minors.
 
Just solved it. thanks for the reply though.
1 1 1
a b c
a^2 b^2 c^2
becomes
1 0 0
a b-a c-a
a^2 (b^2-a^2) (c^2-a^2)
then becomes
(b-a)(c-a) times
1 0 0
a 1 1
a^2 b-a c-a
then
1 0 0
a 1 0
a^2 b-a c-b
det= 1 x 1 x(c-b) ( c-a) (b-a)
 
am_knightmare said:
Just solved it. thanks for the reply though.
1 1 1
a b c
a^2 b^2 c^2
becomes
1 0 0
a b-a c-a
a^2 (b^2-a^2) (c^2-a^2)
then becomes
(b-a)(c-a) times
1 0 0
a 1 1
a^2 b-a c-a
then
1 0 0
a 1 0
a^2 b-a c-b
det= 1 x 1 x(c-b) ( c-a) (b-a)

Yup. That'll do it.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
7K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K