So the question would be:For which values of t is the matrix A invertible?

Click For Summary
SUMMARY

The matrix A is defined as follows: A = [[1, 1, 2, 1], [1, 2, 3, 4], [2, 4, 7, 2t-6], [2, 2, 6-t, t]]. For A to be invertible, its determinant must not equal zero. The determinant calculation leads to the equation 4t² - 7t + 50 ≠ 0. Despite this, online calculators indicate that the matrix is invertible for various values of t, including 0, 1, and 3, suggesting a discrepancy in the determinant evaluation process.

PREREQUISITES
  • Understanding of matrix determinants, specifically for 4x4 matrices
  • Familiarity with the rule of Sarrus for calculating 3x3 determinants
  • Knowledge of row reduction techniques in linear algebra
  • Experience with online matrix calculators for verification
NEXT STEPS
  • Learn how to compute determinants of 4x4 matrices using cofactor expansion
  • Study row reduction methods to simplify matrix determinant calculations
  • Explore the implications of determinant values on matrix invertibility
  • Investigate the use of symbolic computation tools for matrix analysis
USEFUL FOR

Students in linear algebra, mathematicians analyzing matrix properties, and educators teaching matrix theory will benefit from this discussion.

junsugal
Messages
6
Reaction score
0

Homework Statement



Consider the matrix A = 1 1 2 1
1 2 3 4
2 4 7 2t-6
2 2 6-t t
Find the values of t for which the matrix A is invertible


Homework Equations





The Attempt at a Solution



For A to be invertible, the determinant should not be 0.

So what I did is find the determinant of the 4x4 matrix.
Since this 4x4 matrix doesn't have any zero.
I find 4 3x3 determinants which leads to 3 2x2 determinants. And a total of 12 2x2 determinants.
After I sum all of them, my equation lead to 4t^2-7t+50 is not equals to zero.
And I can't solve for t.
This is weird because when I use online calculator for matrix, for t is 0,1,3, or any random number I put in, there is an inverse matrix.
 
Physics news on Phys.org
The determinant of that matrix is 2t2-17t+26. I would suggest row-reducing the matrix a bit to make finding the determinant less tedious.
 
you needn't even row-reduce that much. clearing out the first column reduces the problem to finding a 3x3 determinant, and one can use the rule of sarrus:

\begin{vmatrix}a&b&c\\d&e&f\\g&h&k\end{vmatrix} = aek + bfg + cdh - ceg - afh - bdk
 

Similar threads

Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
4K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
4
Views
2K