@@ -245,7 +245,7 @@ a nice goal while learning a new coding language.
245
245
= head2 Requirements
246
246
247
247
In Perl 6 there are some modules in the ecosystem that can do the job we
248
- want in a very easy way :
248
+ want in a very easy way :
249
249
= item L < C < Math::Model > |https://github.com/moritz/Math-Model>
250
250
which lets you write mathematical and physical models in an easy and
251
251
natural way.
@@ -257,16 +257,16 @@ For this example we are going to use
257
257
L < C < Math::Model > |https://github.com/moritz/Math-Model> because its
258
258
useful sintaxis, but remember that this module requires
259
259
L < C < Math::RungeKutta > |https://github.com/moritz/Math-RungeKutta> as well.
260
- Simply install them with I < zef > before using these examples.
260
+ Simply install them with I < zef > before using these examples.
261
261
In the future it should be a nice idea to add other modules.
262
262
263
263
= head2 Malthus model
264
264
265
265
Let's start with the I < 'Hello World' > of mathematical Ecology:
266
266
L < Malthusian growth model|https://en.wikipedia.org/wiki/Malthusian_growth_model > .
267
267
A Malthusian growth model, sometimes called a simple exponential growth
268
- model, is essentially exponential growth based on the idea of the
269
- function being proportional to the speed to which the function grows.
268
+ model, is essentially exponential growth based on the idea of the
269
+ function being proportional to the speed to which the function grows.
270
270
The equation, then, looks like this:
271
271
272
272
I < dx/dt = g*x >
0 commit comments