I have a matrix of steady state distributions and this is how the results are coming out.
[[ 0.43397114, 0.00939583, 0.55663303]
[ 0.43397114, 0.00939583, 0.55663303]
[ 0.43397114, 0.00939583, 0.55663303]]
I want to select one of them as P[0]
for instance. But it's coming out as
[[ 0.43397114, 0.00939583, 0.55663303]]
Can anyone tell me how I can select and convert one of them as they are the same so that it can plotted against let's say X = np.linspace(100,100,3)