A strange probability and graph problem

Revision en2, by Gary2005, 2021-01-01 17:48:33

There is a graph with n nodes.The edges are generated with different probabilities.

P[i][j] is the probability of generating the edge i->j .

For every i, you want to know the probability that the first node can go to the i-th node through the generated edges .

n<=80

I don't know how to solve it ,can you help me?

Tags #probabililty, #graph, #help me, #strange

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Gary2005 2021-01-01 17:48:33 2
en1 English Gary2005 2021-01-01 17:45:26 364 Initial revision (published)