Strange square matrix question

In summary, the question asks to show that for a square matrix, the (i,j) entry is equivalent to the (j,i) entry in a symmetric matrix. The solution involves considering the definition of a symmetric matrix and using index notation to show that A=A^T implies a_{ij} = a_{ji}. The question may seem strange, but it is asking for a direct application of the definition.
  • #1
Jbreezy
582
0

Homework Statement



Show that for a square matrix the (i,j) entry is equlivant to the (j,i) entry in a symmetric matrix.



Homework Equations





The Attempt at a Solution



I just felt this question was weird. They don't give the answers so I'm looking for confirmation.

I guess you could just do
## A = n## x ## n ##
If symmetric
## A = A^T ##
Consider the defination of A, then, ##( n ## x ## n)^T = n ## x ## n ##
Implies (i,j) = (j,i)

I don't know maybe this way?
 
Physics news on Phys.org
  • #2
Jbreezy said:
Consider the defination of A, then, ##( n ## x ## n)^T = n ## x ## n ##
Implies (i,j) = (j,i)
what does n x n mean? just the dimensions of the matrix? So, you've shown the transposed matrix has the same dimensions as the original one, but I don't see how this implies (i,j)=(j,i)... Are you familiar with index notation? And how the transpose of a matrix looks in index notation?

edit: uhhhh... you're right, it is a strange question. It seems to be pretty much asking you to just write down the definition. But I think your teacher/professor would be happier if you said something about index notation of matrices.
 
Last edited:
  • #3
You need to show that ##A=A^T## implies ##a_{ij} = a_{ji}##. Those are two different statements. Start by considering what exactly it means to say that ##A=A^T##.
 
  • #4
Oh yeah I guess that would be better. I just kind of fudged it. I know index notation.
Thanks dude. It is a dumb question.
 

FAQ: Strange square matrix question

What is a square matrix?

A square matrix is a type of matrix in which the number of rows is equal to the number of columns. This means it has an equal number of rows and columns, and is always in a square shape, hence the name.

What makes a matrix "strange"?

A "strange" square matrix is one that has unusual or unexpected properties or characteristics. This could include non-numeric elements, non-square dimensions, or non-standard operations.

How do you solve a strange square matrix?

The method for solving a strange square matrix will depend on its specific properties and the operations involved. Generally, you can use standard matrix operations such as addition, subtraction, multiplication, and inversion to solve a strange square matrix.

What are some real-world applications of square matrices?

Square matrices have many practical applications in fields such as physics, engineering, economics, and computer graphics. They are used to represent and solve systems of equations, model physical systems, and manipulate data in various industries.

Can a square matrix have a determinant of zero?

Yes, a square matrix can have a determinant of zero. This means that the matrix is not invertible, and the system of equations it represents either has no solution or infinite solutions. A matrix with a determinant of zero is also known as a singular matrix.

Back
Top