Recent content by IBeBananaMan

  1. I

    Mathematica Mathematica 8.0 - Generating List of Powers of Matrices/Graphs

    Wow, thanks a bunch! Not only did you do it, but by replacing MatrixForm with AdjacencyGraph in your second code gives me the graphs I'm looking for (typing this for reference in case anyone else is fooling around with adjacency graphs/matrices). Problem solved!
  2. I

    Mathematica Mathematica 8.0 - Generating List of Powers of Matrices/Graphs

    Hello. I'm trying to consider a matrix A and looking at Ak and (Ak)TAk, where T is the usual transpose. This is no big deal. But I'd rather not look at them one at a time--I want to consider some powers k from 1 through as high as I want them. When I try Table[MatrixPower[A...