Skip to content

Commit db680b4

Browse files
committed
Improved README.
1 parent 2bcb613 commit db680b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $$
145145
\end{aligned}
146146
$$
147147

148-
Since the implemented solvers are designed for index 1 DAE's we have to perform some sort of index reduction. Therefore, we use the [stabilized index 1 formulation of Hiller and Anantharaman](https://doi.org/10.1002/nme.1620320803). The resulting system is given as
148+
Since the implemented solvers are designed for index 1 DAE's we have to perform some sort of index reduction. Therefore, we transform the semi-explicit form into a general form as proposed by [Gear](https://doi.org/10.1137/0909004). The resulting index 1 system is given as
149149

150150
$$
151151
\begin{aligned}
@@ -194,7 +194,7 @@ $$
194194
\end{aligned}
195195
$$
196196

197-
Since the implemented solvers are designed for index 1 DAE's we have to perform some sort of index reduction. Therefore, we use the [stabilized index 1 formulation of Hiller and Anantharaman](https://doi.org/10.1002/nme.1620320803). The resulting system is given as
197+
Since the implemented solvers are designed for index 1 DAE's we have to perform some sort of index reduction. Therefore, we use the [stabilized index 1 formulation of Hiller and Anantharaman](https://doi.org/10.1002/nme.1620320803). The resulting index 1 system is given as
198198

199199
$$
200200
\begin{aligned}
@@ -228,7 +228,7 @@ This problem is solved for $atol = rtol = 10^{-(3 + m / 4)}$, where $m = 0, \dot
228228

229229
### IDE - Weissinger
230230

231-
A simple example of an implicit differential equations is called Weissinger's equation
231+
A simple example of an implicit differential equations is called [Weissinger's equation](https://www.mathworks.com/help/matlab/ref/ode15i.html#bu7u4dt-1)
232232

233233
$$
234234
t y^2 (\dot{y})^3 - y^3 (\dot{y}^2) + t (t^2 + 1) \dot{y} - t^2 y = 0 .

0 commit comments

Comments
 (0)