Skip to content

Commit

Permalink
docs: improve the introductory example
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Nov 20, 2024
1 parent 36c84c9 commit e2419ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@

Solverz aims to help you model and solve your equations more efficiently.

Solverz supports three types of abstract equation types, that are

- Algebraic Equations (AEs) $0=F(y,p)$
- Finite Difference Algebraic Equations (FDAEs) $0=F(y,p,y_0)$
- Differential Algebraic Equations (DAEs) $M\dot{y}=F(t,y,p)$

where $p$ is the parameter set of your models, $y_0$ is the previous time node value of $y$.

Say, we want to know how long it takes for an apple to fall from a tree to the ground. We have the
differential equations

Expand Down

0 comments on commit e2419ee

Please sign in to comment.