Skip to content

Commit

Permalink
Homeworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ihh committed Jan 19, 2012
1 parent eef88f8 commit 08e4ffb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions homeworks/Makefile
@@ -0,0 +1,10 @@

all: $(subst .tex,.pdf.open,$(wildcard *.tex))

%.pdf: %.tex
pdflatex -shell-escape $< >$@

%.open: %
open $*

.SECONDARY:
14 changes: 14 additions & 0 deletions homeworks/homework1.tex
@@ -0,0 +1,14 @@
\documentclass[10pt]{article}
\begin{document}
\title{BioE241 Homework 1}
\date{}
\maketitle


\begin{enumerate}
\item Prove that the detailed balance condition for reversibility of a homogeneous continuous-time discrete-state Markov chain implies the existence of a symmetric matrix that is related to the instantaneous rate matrix by a similarity transformation.
\item Prove that the matrix exponential, as defined by Taylor series, is a valid solution for the transition probabilities of a continuous-time discrete-state Markov chain.
\item Prove that a continuous-time finite-state Markov chain necessarily has (at least) one equilibrium probability distribution over states. Under what conditions does it have more than one such distribution? Give an example.
\end{enumerate}

\end{document}

0 comments on commit 08e4ffb

Please sign in to comment.