continuation_test


continuation_test, a MATLAB code which calls continuation(), which implements the continuation method for a simple 2D problem, which involves finding a point on the unit circle, and then finding a sequence of nearby points which trace out the full curve, using only the information available in the implicit definition of the curve from the function f(x,y)=x^2+y^2-1.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

continuation, a MATLAB code which implements the continuation method for a simple 2D problem, involving finding a point on the unit circle, and then finding a sequence of nearby points that trace out the full curve, using only the information available in the implicit definition of the curve from the function f(x,y)=x^2+y^2-1.

Source Code:


Last modified on 15 September 2019.