subject
Computers and Technology, 24.03.2021 15:50 kbows12

Difficulty: Moderate Exercise 6 (4 points):
**Create a function in a file that begins with
function q-markov (P, x0)
format
n=size (P,1);
q-1);
**First, the function has to check whether the given matrix P (that will have positive entries)
is stochastic, that is, left-stochastic. If P is not left-stochastic, the program displays a message
disp('P is not a stochastic matrix')
and terminates. The empty output for a will stay.
If P is left-stochastic (then it will be regular stochastic), we will proceed with following:
**First, find the unique steady-state vector q, which is the probability vector that forms a
basis for the Null space of the matrix P-eye (n): employ a MATLAB command null(,'r')
to find a basis for the Null space and, then, scale the vector in the basis to get the required
probability vector a.
**Next, verify that the Markov chain converges to q by calculating consecutive iterations:
x =P*x0, x =P*x, x, =P*X,
You can use a “while” loop here. Your loop has to terminate when, for the first time, the
output of the function closetozeroroundoff () with p=7, run on the vector of the difference
between a consecutive iteration and q, is the zero vector. Count the number of iterations k that
is required to archive this accuracy and display k in your code with the corresponding
message.
This is the end of your function markov.
We

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:30
Which of the following is an example of intellectual properly! oa. new version of a novelb. journal of ideasc. pages of a bookood. lines of a poem
Answers: 2
question
Computers and Technology, 22.06.2019 20:50
What is the difference between windows 7 and windows 10?
Answers: 1
question
Computers and Technology, 23.06.2019 13:30
Anetwork security application that prevents access between a private and trusted network and other untrusted networks
Answers: 1
question
Computers and Technology, 24.06.2019 23:50
Which career involves analyzing various factors that influence the customer decision-making process? analyze various factors that influence the customer decision-making processes. reset next
Answers: 2
You know the right answer?
Difficulty: Moderate Exercise 6 (4 points):
**Create a function in a file that begins with
Questions
question
Mathematics, 20.09.2020 15:01
question
Mathematics, 20.09.2020 15:01
question
History, 20.09.2020 15:01
Questions on the website: 13722362