Skip to content

Commit

Permalink
delete unused parameter in KdV tutorial of docs (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Jan 8, 2025
1 parent e76553e commit f84205a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/tutorials/kdv.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function usol(t, x)
μ = (xmax - xmin) / 2
c = get_c()
A = 3 * c
K = sqrt(1/c - 1)
x_t = mod(x - c*t - xmin, xmax - xmin) + xmin - μ
A / cosh(sqrt(3*A) / 6 * x_t)^2
Expand Down

0 comments on commit f84205a

Please sign in to comment.