Skip to content

Commit 853e6c9

Browse files
Update sde_premade_problems.jl
1 parent 10364db commit 853e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sde_premade_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ du_t = \frac{1}{4}u(1-u^2)dt + \frac{1}{2}(1-u^2)dW_t
6565
and initial condtion ``u_0=\frac{1}{2}``, with solution
6666
6767
```math
68-
u(u0,p,t,W_t)=\frac{(1+u0)\exp(W_t)+u0-1}{(1+u0)\exp(W_t)+1-u0}
68+
u(u0,p,t,W_t)=\frac{(1+u_0)\exp(W_t)+u)0-1}{(1+u_0)\exp(W_t)+1-u_0}
6969
```
7070
"""
7171
prob_sde_cubic = SDEProblem(ff_cubic,σ_cubic,1/2,(0.0,1.0))

0 commit comments

Comments
 (0)