Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well, the adjacency matrix I used as an example is orthogonal, but they don't have to be. Any matrix with 1's and 0's can be interpreted as an unweighted adjacency matrix for an undirected graph (if the matrix is symmetric) or directed graph (if it's not symmetric). For example, here's an adjacency matrix that's not an orthogonal matrix:

  [ 1 0 ]
  [ 1 1 ]


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: