ModelicaBook
ModelicaBook copied to clipboard
Source for my new Modelica Book
In _ModelicaByExample/Functions/Nonlinearities/InverseQuadratic.mo_, the algorithm specified is `x := sqrt(b*b - 4*a*(c - y))/(2*a);` but it should be `x := (-b + sqrt(b*b - 4*a*(c - y)))/(2*a);`
Bumps [msgpack5](https://github.com/mcollina/msgpack5) from 3.6.0 to 3.6.1. Release notes Sourced from msgpack5's releases. v3.6.1 fix: prevent object prototype poisoning #97 Commits a73f521 Bumped v5.3.1 2130d2c Bumped v5.3.0 15333ce Updated all dependencies...
Is there a reason that ModelicaByExample has not been updated for any of the tagged releases of the book? It might be OK that v0.5.0 - v0.5.3 are the same...
The parameters in the GUI are wrong. https://mbe.modelica.university/behavior/discrete/decay/ Run the models and you'll see the plots don't agree because the parameters are not correct.
It would be nice if there were canonical ways to link to both the Modelica Standard Library and the Modelica Specification. It might be a nice idea for the Modelica...
This page https://mbe.modelica.university/behavior/equations/physical has this link https://mbe.modelica.university/behavior/variables/#variability which is broken
I noticed that the TOC (Table of Contents) button on the top left corner is not working on Firefox (version Nightly 72). It does not open the TOC popup. In...
Hello, A nice folded display for annotations was introduced in #37. I noticed however three issues with the current mechanism: 1. Folding is also done in examples where annotations is...
When looking for some Modelica topic on google (in this case, arrays), Modelica by Example appears as a suggestion with the following link: https://book.xogeny.com/behavior/arrays/construction whereas if trying to reach to...