Skip to content

Commit 1c00326

Browse files
Update comparison.md
Fixes #3472
1 parent 36447a9 commit 1c00326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/comparison.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
- Modelica is an object-oriented single dispatch language. ModelingToolkit.jl,
2424
built on Julia, uses multiple dispatch extensively to simplify code.
2525
- Many Modelica compilers supply a GUI. ModelingToolkit.jl does not.
26-
- Modelica can be used to simulate ODE and DAE systems. ModelingToolkit.jl
27-
has a much more expansive set of system types, including nonlinear systems,
28-
SDEs, PDEs, and more.
26+
- Modelica is designed for simulating ODE and DAE systems (which can include nonlinear dynamics).
27+
In contrast, ModelingToolkit.jl supports a much broader range of system types, including SDEs,
28+
PDEs, time-independent nonlinear systems (e.g. various forms of optimization problems) and more.
2929

3030
## Comparison Against Simulink
3131

0 commit comments

Comments
 (0)