How to create a matrix from this relation

  • Thread starter Thread starter Jakes
  • Start date Start date
  • Tags Tags
    Matrix Relation
AI Thread Summary
To create a matrix from the relation R on set A={1,2,3,4}, construct a 4x4 matrix M where both rows and columns are labeled with the elements of set A. Each entry m_ij in the matrix is set to 1 if the element i is related to element j according to the relation R, and 0 otherwise. For the given relation R, the resulting matrix will have 1s in positions corresponding to the pairs in R and 0s elsewhere. This method effectively represents the relation in matrix form. The constructed matrix provides a clear visual representation of the relationships defined by R.
Jakes
Messages
7
Reaction score
0
Let R be a relation on set A={1,2,3,4}
R = {(1,1) (1,2) (1,3) (1,4) (2,2) (2,4) (3,3) (3,4) (4,4)}
Construct a matrix of R

I don't know how to solve matrix can you tell me how to construct a matrix with this Relation
 
Physics news on Phys.org
I'm not sure of what you want to do with the matrix, but a guess would be

that you do a matrix M with , rows i, columns j, each labelled 1,2,3,4, and then,

entry m_ij is 1 if i is related to j, and m_ij =0 otherwise.
 
Bacle said:
I'm not sure of what you want to do with the matrix, but a guess would be

that you do a matrix M with , rows i, columns j, each labelled 1,2,3,4, and then,

entry m_ij is 1 if i is related to j, and m_ij =0 otherwise.

Thanks ...
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Back
Top