Invertible Operator with 0's on the Diagonal: What Conditions are Needed?

In summary, the operator may not have an upper-triangular matrix, but it can still be invertible if the diagonal values are all 0. A 2 by 2 matrix with 0s on the diagonal can be invertible if the other two numbers are filled in to make the determinant non-zero. Additionally, the inverse of a matrix can be found using a method that does not involve determinants and instead relies on satisfying certain conditions for the matrix to be invertible.
  • #1
cubixguy77
8
0

Homework Statement


Give an example of an operator whose matrix with respect to some basis contains only 0's on the diagonal, but the operator is invertible.

The Attempt at a Solution


I think the operator will not have an upper-triangular matrix since it would then not be invertible.
 
Physics news on Phys.org
  • #2
No, what you after is not upper triangular. What are some alternatives?
 
  • #3
i'm still unsure of what the diagonal values represent
if the diagonals are all 0, what does that tell you about the operator?
 
  • #4
No body said all the diagonals are 0, just the main diagonal. Start simple. Try a 2 by 2 matrix with 0s on the diagonal. Now, you know that a matrix is invertible as long as its determinant is not 0. Just fill in the other two numbers so the determinant is not 0.
 
  • #5
our class was taught such that we're leaving determinants out until the end of the year...
so that doesn't tell me a whole heck of a lot
if the diagonal is all 0's, what condition would make the matrix invertible (aside from anything having to do with determinants) ?
 
  • #6
Well if it's a two dimensional matrix, A, you could easily find the inverse of it and show that [itex]AA^{-1}=I=A^{-1}A[/itex]. That way you wouldn't need to find its determinant.
 
  • #7
cubixguy77 said:
our class was taught such that we're leaving determinants out until the end of the year...
so that doesn't tell me a whole heck of a lot
if the diagonal is all 0's, what condition would make the matrix invertible (aside from anything having to do with determinants) ?

You must know SOME way to find the inverse of a matrix. Take M=[[0,a],[b,0]], put it into that method and figure out what conditions a and b need to satisfy for it to have an inverse.
 

1. What is an operator?

An operator is a symbol or keyword used in programming that performs a specific operation on one or more values or variables. Examples of operators include addition (+), subtraction (-), multiplication (*), and division (/).

2. Why is an example needed for operators?

Operators can have different meanings and functions depending on the programming language being used. An example helps to illustrate how an operator is used in a specific context and can make it easier to understand its purpose and syntax.

3. How do operators work?

Operators work by taking one or more values or variables as inputs and performing a specific operation on them. This operation can be a mathematical calculation, a logical comparison, or a string concatenation, among others.

4. Can operators be combined?

Yes, operators can be combined to create more complex operations. This is known as operator precedence, where certain operators are evaluated before others based on their level of precedence. For example, in the expression 5 + 3 * 2, the multiplication operator (*) has a higher precedence than the addition operator (+), so it will be evaluated first.

5. Are there different types of operators?

Yes, there are different types of operators, including arithmetic operators, comparison operators, logical operators, assignment operators, and more. Each type of operator has its own set of rules and functions, so it is important to understand the purpose and syntax of each one.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
462
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
20
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
26
Views
4K
Back
Top