I am pretty new to Julia, but I have project for which I have to analyse a bifurcation behaviour with codimension 3 for a DDE model. Hence I was wondering if BifurcationKit.jl could handle this, since in the documentation there are only example with codim 2.
BK does not handle codim3. The only exception is that you can continue Bogdanov Takens in 3 params but it is not shown in the tutorials. The docs mention this though
I see, thank you for your quick reply! This is helpful, so it seems that I cannot use Julia for my problem. Which software would you then recommend? I see there are some recommendations in the docs but not too sure which one would be best.
what codim 3 are you interested in?
As in, what is the DDE model I am analysing, or which bifurcation am I looking for?
To be honest I am not too sure… Do we have to know how it looks like prior to the analysis?
For the simpler form of the model (for which the bifurcation had codim 1) , it is a transcritical bifurcation. But for the codim 3 version, I would assume a similar behaviour.
To be more accurate, my DDE model is parameterised by 3 parameters, and I am expecting a transcritical bifurcation, where the stability of the fixed points and the location of the bifurcation depends on the 3 parameters.
Maybe I am using the wrong terminology?