MatCont for Homotopy Method

47 ビュー (過去 30 日間)
FBBVC
FBBVC 2020 年 4 月 22 日
コメント済み: Andrew Newell 2020 年 4 月 29 日
Hello,
has anybody managed or can give some advice how to apply the homotopy method within matcont? My goal is to follow the path of solution x (equilibrium) to a linear shifted function H(x, t) = F(x(t)) − (1 − t)F(x0). During that path, I want to encounter possible bifurcatin points. F is a different function, that outputs just some kind of vector to the given x(t).
MatCont seems to be perfect for that application but it seems like it only handles differential equations. How can I adapt it to work with a simple (system of) equations?

回答 (1 件)

Andrew Newell
Andrew Newell 2020 年 4 月 24 日
編集済み: Andrew Newell 2020 年 4 月 24 日
The primary purpose of MatCont (which is a GUI front end for Cl_MatCont) is to analyze solution curves of the form . These may be equilibrium solutions of an ODE system
and that is how MatCont expects you to enter it. So one approach would just be to pretend it's an ODE and then find the equilibrium solutions.
MatCont creates a curve file and then uses Cl_MatCont to solve for the curve and its critical points. So another approach is to create the curve file yourself and run Cl_MatCont. You can then formulate it explicitly as an equilibrium curve instead of an ODE. This is more work and requires a much greater familiarity with Cl_MatCont, but it's a better approach if you're planning to solve a particular kind of problem many times. If you want to do that, I recommend reading the manual. In the first example it shows you how to solve and there is no ODE.
  8 件のコメント
FBBVC
FBBVC 2020 年 4 月 28 日
I will have a look into Bertini. Thank you very much so far!
Andrew Newell
Andrew Newell 2020 年 4 月 29 日
Glad to help!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by