Is matrix A diagonal, symmetric, or skew symmetric?

TJ@UNF
Messages
4
Reaction score
0

Homework Statement



Let A be a 3x3 matrix such that the ij-entry of A is given by i/j. write the matrix. Determine if A is Diagonal, symmetric, skew symmetric, or none of these.

I'm having trouble with this question. I would appreciate anyone's suggestions or input.

Thanks.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
What did you try already?
 
I'm not sure how to interpret the ij-entry given by i/j.

a11 a12 a13

A = a21 a22 a23

a31 a32 a33

and if it's given by i/j, does that mean I should think of the 3x3 matrix as

a1 a1/2 a1/3

a2 a1 a2/3

a3 a3/2 a1

If that's correct then it appears to have properties of a diagonal matrix where aij = 0 if i != j

I'm new to Linear Algebra so any input would be appreciated.
 
The matrix would look like

1/1 1/2 1/3

2/1 2/2 2/3

3/1 3/2 3/3
 
Oh ok. That's seems fairly obvious now. Thanks for your help.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top