Skip to content

Commit bf06f8a

Browse files
committed
Use multiplication sign
1 parent 72eb07a commit bf06f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ f(u, p, t) = A * u
433433
prob = DE.ODEProblem(f, u0, tspan)
434434
```
435435

436-
Here our ODE is on a 4x2 matrix, and the ODE is the linear system defined by
436+
Here our ODE is on a 4×2 matrix, and the ODE is the linear system defined by
437437
multiplication by `A`. To solve the ODE, we do the same steps
438438
as before.
439439

0 commit comments

Comments
 (0)