search for: braaksma

Displaying 1 result from an estimated 1 matches for "braaksma".

Did you mean: braakman
2010 Jun 24
1
help, bifurcation diagram efficiency
Hello all - This code will run, but it bogs down my computer when I run it for finer and finer time increments and more generations. I was wondering if there is a better way to write my loops so that this wouldn't happen. Thanks! -Tyler ################# # Bifurcation diagram # Using Braaksma system of equations # We have however used a Fourier analysis # to get a forcing function similar to # cardiac action potential... ################# require(odesolve) # We get this s_of_t function from Maple ws s_of_t = function(t) { (1/10) * (( (1/2) + (1/2) * (sin((1/4)*pi*t))/(abs(sin...