Skip to content
Snippets Groups Projects
Commit 2593c9cb authored by Erik Strand's avatar Erik Strand
Browse files

Wrap lines that got away

parent 9e9fd2ef
Branches
No related tags found
No related merge requests found
......@@ -148,14 +148,15 @@ of that current?
## 3.4
This problem is much harder than the others. Consider a stochastic process $$x(t)$$ that randomly
switches between x = 0 and x = 1. Let $$\alpha \mathrm{d}t$$ be the probability that it makes a transition from 0 to 1
during the interval $$\mathrm{d}t$$ if it starts in x = 0, and let $$\beta \mathrm{d}t$$ be the probability that it makes a
transition from 1 to 0 during $$\mathrm{d}t$$ if it starts in x = 1.
switches between x = 0 and x = 1. Let $$\alpha \mathrm{d}t$$ be the probability that it makes a
transition from 0 to 1 during the interval $$\mathrm{d}t$$ if it starts in x = 0, and let $$\beta
\mathrm{d}t$$ be the probability that it makes a transition from 1 to 0 during $$\mathrm{d}t$$ if it
starts in x = 1.
### (a)
Write a matrix differential equation for the change in time of the probability $$p_0(t)$$ to be in the 0
state and the probability $$p_1(t)$$ to be in the 1 state.
Write a matrix differential equation for the change in time of the probability $$p_0(t)$$ to be in
the 0 state and the probability $$p_1(t)$$ to be in the 1 state.
### (b)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment