Questions tagged [modeling]

Questions about approaches for simulating physical systems or phenomena by building from related understanding and basic principles.

Useful Links:

210 questions
5
votes
2 answers

How to model Macroeconomic dynamics?

I am rather new to Mathematica and I wanted to see if I could get some help with the following. I am trying to generate a model of macroeconomic indicators defined by the following functions, but I do not know how to input these in Mathematica or…
4
votes
1 answer

How can I calculate the maximum number of grid layout possibilities?

I am doing some modelling where I am trying to randomly layout some points on a grid. What I know: How big the grid is The number of objects that have to be laid out on the grid, at a point The minimum distance between one point to another The…
H2OBorne
  • 43
  • 4
1
vote
0 answers

Parameters in NDSolve for an Accurate Graphical Output -- What to Tweak?

Friday Greetings, I'm working on an ODE system as a basic model for cancer treatment: $\begin{array}{c} \frac{{dN}}{{dt}} = kN\left( {1 - \frac{N}{\alpha }} \right) - \mu CN\\ \frac{{dC}}{{dt}} = d\left( t \right) - \lambda C - \gamma CN\\ N\left(…