0% found this document useful (0 votes)
93 views

Calculated Values of DEQ Variables: Variable Initial Value Minimal Value Maximal Value Final Value

The document is a report from a POLYMATH simulation that solved an ordinary differential equation with 5 equations and 1 differential equation over time t from 0 to 3. It lists the initial, minimum, maximum, and final values of the variables and shows the differential and explicit equations. The simulation took less than 0.001 seconds to run and used a Runge-Kutta-Fehlberg method with a small step size and truncation error tolerance.

Uploaded by

Cer No Rus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
93 views

Calculated Values of DEQ Variables: Variable Initial Value Minimal Value Maximal Value Final Value

The document is a report from a POLYMATH simulation that solved an ordinary differential equation with 5 equations and 1 differential equation over time t from 0 to 3. It lists the initial, minimum, maximum, and final values of the variables and shows the differential and explicit equations. The simulation took less than 0.001 seconds to run and used a Runge-Kutta-Fehlberg method with a small step size and truncation error tolerance.

Uploaded by

Cer No Rus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

POLYMATH Report

Ordinary Differential Equations 17-Dec-2014

Calculated values of DEQ variables


Variable Initial value Minimal value Maximal value Final value
1 t 0 0 3. 3.
2 Xb 0 0 0.5296709 0.5296709
3 X 0 0 0.6507849 0.6507849
4 Ca0 2. 2. 2. 2.
5 k 0.3 0.3 0.3 0.3
6 E 0 0 1. 0

Differential equations
1 d(Xb)/d(t) = X * E

Explicit equations
1 X = (1 - 1 / sqrt(2.4 * t + 1))
2 Ca0 = 2
3 k = 0.3
4 E = If (t < 1) Then 0 Else ( If (t < 2) Then (1) Else (0))

General
Total number of equations 5
Number of differential equations 1
Number of explicit equations 4
Elapsed time 0.000 sec
Solution method RKF_45
Step size guess. h 0.000001
Truncation error tolerance. eps 0.000001

You might also like