Post Reply 
Solve with integrating an implicit function
06-24-2014, 05:26 AM
Post: #16
RE: Solve with integrating an implicit function
You should not be surprised that plotting an implicit function as such is faster than plotting it as an explicit function, where all calls to fsolve are independant. Hint: near a regular point you know the tangent, if you move a little along say x, you have a good starting point for the solver on the tangent. Singular points are harder to handle. This is the way plotimplicit works, it finds a discretization of the implicit curve, with all points of the discretization approx. solutions to the equation, once computed you can zoom, or compute approx area inside without recomputing. Another method if you want just a plot output would be to compute the sign pixel by pixel. It's probably possible to mix methods. Perhaps jte can summarize how the adv. graph works.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Solve with integrating an implicit function - parisse - 06-24-2014 05:26 AM



User(s) browsing this thread: 1 Guest(s)