Question about hollow matrix and diagonalization

AI Thread Summary
Diagonalizing a hollow matrix, defined as a matrix with zero entries along the diagonal, is possible but depends on the specific matrix. For example, the matrix with entries [[0, 1], [1, 0]] can be diagonalized, while the zero matrix [[0, 0], [0, 0]] is trivially diagonalizable. The discussion highlights that the diagonalizability of hollow matrices is not guaranteed and varies based on their structure. Understanding the characteristics of the matrix is crucial for determining diagonalizability. Overall, the ability to diagonalize hollow matrices is conditional and requires examination of individual cases.
pizzamakeren
Messages
17
Reaction score
0
Homework Statement
A simple question about the topic diagonal matrix and diagonalization.
Relevant Equations
No equations
A quick and simple question. I just realized that this has been posted in the wrong section, but ill give it a try anyway. Does anyone know if it's possible to diagonalize a hollow matrix? What i mean by a hollow matrix is a matrix with only zero entries along the diagonal.
 
Last edited:
Physics news on Phys.org
Why not? Try diagonalizing$$\begin{pmatrix}
0 & 1 \\
1 & 0
\end{pmatrix}$$and see what you get.
 
Sometimes. It depends on the matrix.
\begin{pmatrix}
0 & 0 \\ 0 & 0
\end{pmatrix}
is obviously diagonalizable.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top