Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

DifferentialEquations sanity check

$
0
0

@Luigi_Marongiu wrote:

Hello,
I have been using DifferentialEquations to try and model microbial interactions. In the first approach, I give some absolute concentrations of bacteria and phages (viruses of bacteria) and I get this figure:
bacteria = 50000
viruses = 80
absQuant
In a second approach, I give relative quantifications:
bacteria = 1
viruses = 0.0016
relQuant
I obtain the same identical figure (the difference in label position is due from changing loc=“best” to loc=“lower right”). So my question is: is there a way to assess the sanity of the result? How can be that both figures have the same y-axis values? The plots are slightly different on the x-axis, but is there a trick to be sure of the result?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles