Skip to content

Commit 9d53da8

Browse files
fixed hyperpang docs (#18)
1 parent 601219a commit 9d53da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/continuous_famous_systems.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2121,11 +2121,11 @@ end
21212121

21222122
"""
21232123
```julia
2124-
function hyper_lu(u0 = [5.0, 8.0, 12.0, 21.0];
2124+
function hyper_pang(u0 = [1.0, 1.0, 10.0, 1.0];
21252125
a = 36,
21262126
b = 3.0,
21272127
c = 20.0,
2128-
d = 1.3)
2128+
d = 2.0)
21292129
```
21302130
```math
21312131
\\begin{aligned}

0 commit comments

Comments
 (0)