Skip to content

Commit

Permalink
doc: resolve typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Dec 13, 2024
1 parent b6dc841 commit 010b2b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Solverz supports three types of abstract equation types, that are

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

For example, we want to know how long it takes for an apple to fall from a tree to the ground. We have the DAE
Say, we want to know how long it will take for an apple, launched from the ground into the air, to fall back to the
ground. We have the differential equations

$$
\begin{aligned}
Expand Down
4 changes: 2 additions & 2 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

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

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
Say, we want to know how long it will take for an apple, launched from the ground into the air, to fall back to the
ground. We have the differential equations

```{math}
\left\{
Expand Down

0 comments on commit 010b2b5

Please sign in to comment.