Displaying 1 result from an estimated 1 matches for "s_of_t".
Did you mean:
__off_t
2010 Jun 24
1
help, bifurcation diagram efficiency
...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((1/4)*pi*t)))) * (
6.588315815*sin((1/4)*pi*t) - 1.697435362*sin((1/2)*pi*t) - 1.570296922*sin
((3/4)*pi*t) + 0.3247901958*sin(pi*t) + 0.7962749105*sin((5/4)*pi*t) +
0.07812230515*sin((3/2)*pi*t)...