I have been trying to put Points at the intersection of two curves, one of which is the ouput of a differential equation solved with NDSolve. The output being an Interpolation, NSolve cannot find the intersection coordinates.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
I would use
With the results:
|
|||||||
|

NSolve[]wouldn't be up to the task here, as it's mostly intended for algebraic equations. Why not mention the particular "curves" whose intersections you seek? Maybe the differential equation too, while you're at it... – J. M.♦ Nov 3 '12 at 16:46FindRoot, but that locates one root at a time as it's a fully numerical function. – acl Nov 3 '12 at 16:49Read the FAQs! 3) When you see good Q&A, vote them up byclicking the gray triangles, because the credibility of the system is based on the reputation gained by users sharing their knowledge. ALSO, remember to accept the answer, if any, that solves your problem,by clicking the checkmark sign` – chris Nov 4 '12 at 10:23