+ 1
Markov chains in C?
Does anyone have a good algorithm for Markov chains in C? For any size matrix using an array? I can make it for fixed matrix and just program in the operations , but I didn’t know if there was a more systematic way. The first multiplication works from and array but going through a repeated “for” loop the values get off. Thank you!
1 Odpowiedź
+ 4
Have you searched GitHub?