Re: Point Of intersection between two plotted functions

2008-06-13 Thread Terry Reedy
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | Is there anyway one could find ot the point of intersection between | any two plotted functions Assume you have sequence xi, yi, zi, where yi and zi are function values corresponding to xi. In general, you will never have exact inter

Re: Point Of intersection between two plotted functions

2008-06-13 Thread Mark Westwood
Hi Let your 2 functions be f(x) and g(x). Then you have to solve the equation f(x) = g(x). For some functions it will be easier to determine intervals of the real line where f(x)-g(x) > 0 and where f(x)-g(x) < 0 and to find an interval in which the 2 intersect, which would probably be good enoug

Point Of intersection between two plotted functions

2008-06-12 Thread arslanburney
Is there anyway one could find ot the point of intersection between any two plotted functions and also display them using gnuplot.py?? -- http://mail.python.org/mailman/listinfo/python-list