test case 2 is underconstrained (either of the two zeros could be changed) and test case 3 doesn't account for increased precision.
hmm, sorry man. This was just for fun so people might get interested in markov chains, so I didn't think too hard about the test cases :)
perhaps it's been changed already, test 2 does not look underconstrained (one additional constrain of mc is that its columns should add up to 1)
In fact tests 2 and 3 are 'overconstrained' (you do not need the 'states' information to solve these)
Please, do not use isequal with floats, check them against some tolerance: abs(a-b) < tol. Currently rounding numbers to 2 decimal places seems to fix the issue if the test suite is not updated. Good problem.
given 3 sides, find area of this triangle
683 Solvers
Increment a number, given its digits
563 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
324 Solvers
Given a window, how many subsets of a vector sum positive
754 Solvers
Cell Counting: How Many Draws?
598 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!