rk4 0.2.0 copy "rk4: ^0.2.0" to clipboard
rk4: ^0.2.0 copied to clipboard

The fourth order runge kutta method is used to solve the first and second order differential equations

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rk4

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rk4: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rk4/rk4.dart';
0
likes
10
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

The fourth order runge kutta method is used to solve the first and second order differential equations

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rk4