solve 2 linear equations on a graph

M

Moik

I have plotted 2 lines on a graph in Excel 2003 and I want the function that
gives the value of the intersection
 
D

Dave Curtis

Hi,

If you have the gradient and intercept of the two lines in four cells then
you work out the X coordinate where they cross using

(intercept2-intercept1)/(slope1-slope2)

and the corresponding Y cordinate using

=(Xcoordinate x slope1)+intercept1

Then you can plot these two points as another series on the chart. Let me
know if you get stuck.

Dave

url:http://www.ureader.com/msg/10296297.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top