In what ways are matrices used in the real world?

1.74K views

In what ways are matrices used in the real world?

In: Mathematics

11 Answers

Anonymous 0 Comments

Another one: network analysis. If you have some kind of graph like this https://en.wikipedia.org/wiki/Seven_Bridges_of_K%C3%B6nigsberg

…you can write a connectivity matrix where element (ij) equals the number of paths from i to j. Once you have that, the square of the matrix shows you the places you can reach with two jumps, the cube shows you places you can reach with three jumps, and so on.

You are viewing 1 out of 11 answers, click here to view all answers.