#
Modeling Toolkit Introduction
The material here is designed to get you up to speed with using
ModelingToolkit.jl, otherwise referred to as MTK. This is not meant as a
replacement for the ModelingToolkit
documentation (which is linked
to at the top of every page) but rather as a complement to it. Specifically,
this documentation provides a path for those with no previous Julia
experience to get started with MTK.
#
Julia Newbies
If you are completely new to the Julia language (or haven't yet figured out how to configure your environment), this Newbie Guide is a great place to start.
#
Walkthrough
Once you have julia installed and configured, you can start with the First
Order Models example and progress from there. In
case you want to jump to a specific case, here are the examples that are
discussed:
- First Order Models
- Adding Parameters
- Bouncing Ball
- Equation Oriented RLC Model
- Component Oriented RLC Model
- Creating Component Libraries
#
Explanations
In addition, there are explanations on specific topics. You'll probably need to be somewhat familiar with in order to follow these explanations: