We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5bff26 commit fa02ee7Copy full SHA for fa02ee7
docs/src/tutorials/discrete_system.md
@@ -43,7 +43,7 @@ the Fibonacci series:
43
```
44
45
The "default value" here should be interpreted as the value of `x` at all past timesteps.
46
-For example, here `x(k-1)` and `x(k-2)` will be `1.0`, and the initialvalue of `x(k)` will
+For example, here `x(k-1)` and `x(k-2)` will be `1.0`, and the initial value of `x(k)` will
47
thus be `2.0`. During problem construction, the _past_ value of a variable should be
48
provided. For example, providing `[x => 1.0]` while constructing this problem will error.
49
Provide `[x(k-1) => 1.0]` instead. Note that values provided during problem construction
0 commit comments