No BSD License  

Highlights from
An Introduction to Stochastic Processes

image thumbnail
[P]=e426_dat
function [P]=e426_dat
%
%  Example 4.2.6
%
P=zeros(10,10); P(1,1)=1/2; P(1,3)=1/2; P(2,2)=1/3; P(2,7)=2/3;
P(3,1)=1; P(4,5)=1; P(5,4)=1/3; P(5,5)=1/3; P(5,9)=1/3;
P(6,6)=1; P(7,7)=1/4; P(7,9)=3/4; 
P(8,3)=1/4; P(8,4)=1/4; P(8,8)=1/4; P(8,10)=1/4;
P(9,2)=1; P(10,2)=1/3; P(10,5)=1/3; P(10,10)=1/3;

Contact us at files@mathworks.com