Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A = {{0,1,1,0},{1,0,0,1},{1,0,0,1},{0,1,1,0}}
- D = 2 *{{1,0,0,0},{0,1,0,0},{0,0,1,0},{0,0,0,1}}
- D^-1 = 0.5*{{1,0,0,0},{0,1,0,0},{0,0,1,0},{0,0,0,1}}
- I+A = {{1,1,1,0},{1,1,0,1},{1,0,1,1},{0,1,1,1}}
- D^-1*(I+A) = 0.5 * {{1,1,1,0},{1,1,0,1},{1,0,1,1},{0,1,1,1}}
- Eigenvectors:
- http://www.wolframalpha.com/input/?i=Eigenvector+0.5+*%7B%7B1%2C1%2C1%2C0%7D%2C%7B1%2C1%2C0%2C1%7D%2C%7B1%2C0%2C1%2C1%7D%2C%7B0%2C1%2C1%2C1%7D%7D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement