a) Suppose Alice starts with page ; then, in the next hour
she will be at exactly one of the
pages,
with
probabilities
respectively. Thus, the probability that Alice will be at any one
of the
pages,
is
But this probability is because in the next
hour she will definitely be at one of the
pages; this means
and this is true for all .
Let
Then
for all .
This means
. Thus,
is an
eigenvalue of
.
b) We use induction on . If
then by definition
the probability that Alice ends up browsing page
(starting from page
) after
hours
is
. Thus, the statement in question is true for
.
Suppose that the statement is true for some . Now
suppose that Alice starts at page
. Suppose that after
hours
she is at page
. Then the probability
that she will be at page
in
hour is (by
base case and induction hypothesis)
Since can be any of the
pages
, the
probability that she is at page
in
hour is
Thus, the statement in question is true for . By
induction, the statement is true for all
.
Alice is visiting a website with n pages. The structure of the website and Alice's browsing process is captured by...
JUDY'S HTML TUTORIAL MENU CREATING YOUR FIRST WEB PAGE The best way to make a web page is to just dive right in. Open Notepad. To open notepad in Windows, click the windows icon in the lower left corner of the screen and then type "notepad." Notepad is a text editor. Other text editors you may consider are TextPad, Sublime Text, or NotePad++. Do not use Word or WordPad; they are word processors. If you are using an Apple computer...
this is advance java
Monster ARray Summary: Write a program that shows the path of an imaginary monster moving through a two dimensional array trying to "eat" the highest values in the array. As the monster goes, it leaves a trail behind it. Imagine a 40x40 array, displayed like this, where Os are printed as periods (dots), and non-zero valués are printed as normal. Then, place the values 2 through 9 randomly on the array. The rest of the document...