Function Intersection
I have a java program that does function graphing among other things and the next thing i wanted to put in was finding intersections of functions on the cartesian plane. I have some ideas of how to go about it but they arent working too well. Does anyone know of an algorithm for finding the intersection of two functions?

