Runge-Kutta Methods Application icon

Runge-Kutta Methods 5.2

7.8 MB / 1+ Downloads / Rating 2.4 - 5 reviews


See previous versions

Runge-Kutta Methods, developed and published by Carlos Mathstools, has released its latest version, 5.2, on 2017-01-13. This app falls under the Education category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 2.4, based on 5 reviews.

Runge-Kutta Methods APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.mathstools.rungekutta

Updated: 8 years ago

Developer Name: Carlos Mathstools

Category: Education

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing Runge-Kutta Methods on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

2.4
Total 5 reviews

Reviews

1 ★, on 2019-05-19
Gives wrong results

5 ★, on 2020-08-12
😁

Previous Versions

Runge-Kutta Methods 5.2
2017-01-13 / 7.8 MB / Android 2.3+

About this app

Runge-Kutta Methods is a powerful application to help solving in numerical intitial value problems for differential equations and differential equations systems.

Runge-Kutta Methods can solve initial value problems in Ordinary Differential Equations systems up to order 6.

Also, Runge-Kutta Methods, calculates the An , Bn coefficients for Fourier Series representation.

You can select over 12 integration methods including Runge-Kutta including Fehlberg and Dormand and Prince methods. From most simply Euler Method (order 1) to New65 (order 6).

Program opens with a default initial value problem:

y' = y ,
y(0)= 1

For integration interval: [0, 1]
wich admits the inmediate and obvous solution y=exp(x).

*********************** INPUTS *************************


Select Simple ODE Solver mode if your problem has only an equation or System ODEs mode if you has a System or Ordinary equations.

1) Enter the initial value for the independent variable, x0.
2) Enter the final value for the independent variable, xn.
3) Enter the step size for the method, h.
4) Enter the given initial value of the independent variable y0.
5) Select from the combo the integration method (default Euler method is selected).
6) Enter the function f(x, y) of your problem, for example.

if f(x,y) = e2xy -> enter e^(2*x*y)
if f(x,y) = sin e2xy -> enter sin(e^(2*x*y))

6) Enter exact solution if known for the estimation of statistical Runge-Kutta methods error.

********************** NOTE THAT ***********************

The calculations using numerical methods are subject to two kind of errors

1)Truncation mehod error

2)Error due to limitation of computer arithmetic

For more information and questions questions please visit us in www.mathstools.com

This app requires interner connection!!

Enjoy it!!

New features

- Accuracy selection
- Off line Runge-kutta method execution