Oh I'm sorry for leaving that out. I do know the values of c1,c2,c3. These are a string of constants I thought I would leave out for simplicity.
The equation again is, dx/dt = c1 / (c2 + c3*x(t)*t) initial value is x(0) = 0.
I have access to Matlab, Mathematica and a C compiler. My preference...
I've been trying to figure out a way to get an approximation to a complex DiffEQ.
dx/dt = c1 / (c2 + c3*x*t)
Does anyone have any input on wether this problem can be approximated?
Thank you.