File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # [ Automatic Transformation of Nth Order ODEs to 1st Order ODEs] (@id higher_order_ODE )
1+ # [ Automatic Transformation of Nth Order ODEs to 1st Order ODEs] (@id higher_order )
22
33ModelingToolkit has a system for transformations of mathematical
44systems. These transformations allow for symbolically changing
Original file line number Diff line number Diff line change 1- # [ Automated Index Reduction of DAEs] (@ref higher_index)
1+ # [ Automated Index Reduction of DAEs] (@id higher_index)
22
33In many cases one may accidentally write down a DAE that is not easily solvable
44by numerical methods. In this tutorial, we will walk through an example of a
Original file line number Diff line number Diff line change 1- # (Experimental) [ Modeling Discrete Systems] (@id discrete)
1+ # [ (Experimental) Modeling Discrete Systems] (@id discrete)
22
33In this example, we will use the new [ ` DiscreteSystem ` ] ( @ref ) API
44to create an SIR model.
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ If you want some extra modeling goodies:
390390If the getting started tutorial is too high-level for you, do a deeper dive:
391391 - [ Learn everything there is to know about ` @mtkmodel ` blocks] (@ref mtk_language)
392392 - [ Learn how to write your own components to use in ` @mtkmodel ` ] (@ref acausal)
393- - [ Learn how to script the creation of ` ODESystems ` without the ` @mtkmodel ` ] (@id programmatically)
393+ - [ Learn how to script the creation of ` ODESystems ` without the ` @mtkmodel ` ] (@ref programmatically)
394394 - [ Learn how to conserve certain quantities when connecting components using a domain] (@ref domains)
395395 - [ Learn how MTK ensures that the initial state of your model is correct] (@ref initialization)
396396 - [ Learn how MTK reduces the size of your model] (@ref tearing)
@@ -410,4 +410,4 @@ Still want to know more about MTK?
410410 - Not sure how MTK relates to similar tools and packages? Read
411411 [ Comparison of ModelingToolkit vs Equation-Based and Block Modeling Languages] (@ref comparison)
412412 - Want to become a MTK dev? Read
413- [ Internal Details] (@ref internal )
413+ [ Internal Details] (@ref internals )
You can’t perform that action at this time.
0 commit comments