Menu

Error while continuing from Hopf points.

vr98
2019-12-10
2019-12-20
  • vr98

    vr98 - 2019-12-10

    Neutral saddle
    Error using cont>ParseCommandLine (line> 715)
    error in parameters, see help

    Error in cont (line 39)
    [cds.curve, x0, v0, opt] = ParseCommandLine(varargin{:});

    Error in cont_lc (line 23)
    [xlc,vlc,slc,hlc,flc] =
    cont(@limitcycle,x0,v0,opt);

    1. I am continuing from a Hopf point in order to obtain limit cycles. But at some of the Hopf Points, the above message is displayed. I do not undertand the error.

    2. Also, at some Hopf points it says step size too small and stops computing limit cycles. I would like to compute more limit cycles. I have tried increasing stepsize and decreasing tolerances, but the message persists.
      I am working with Cl_matcont5p4.
      Please advice.

    Thank you!

     

    Last edit: vr98 2019-12-10
    • hilmeijer

      hilmeijer - 2019-12-20

      The very first line states "Neutral saddle". This means you have real eigenvalues of the form +a and -a, so that their sum is zero, just as for a purely imaginary pair. The testfunction for a Hopf checks if the sum of two eigenvalues is zero.

      So then it is not a Hopf point and you simply cannot start it.


      From: vr98 vr98@users.sourceforge.net
      Sent: Tuesday, December 10, 2019 6:20 AM
      To: [matcont:discussion]
      Subject: [matcont:discussion] Error while continuing from Hopf points.

      Neutral saddle
      Error using cont>ParseCommandLine (line> 715)
      error in parameters, see help

      Error in cont (line 39)
      [cds.curve, x0, v0, opt] = ParseCommandLine(varargin{:});

      Error in cont_lc (line 23)
      [xlc,vlc,slc,hlc,flc] =
      cont(@limitcycle,x0,v0,opt);

      1. I am continuing from a Hopf point in order to obtain limit cycles. But at some of the Hopf Points, the above message is displayed. I do not undertand the error.

      2. Also, at some Hopf points it says step size too small and stops computing limit cycles. I would like to compute more limit cycles. I have tried increasing stepsize and decreasing tolerances, but the message persists.

      Please advice.

      Thank you!


      Error while continuing from Hopf points.


      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/matcont/discussion/762214/

      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

       

Log in to post a comment.