I draw two functions on a graph:
graph twoway (function y=x^(-0.5)) (function y=8-(1/3)*x). I want to know how to calculate and show the coordinates of the intersection of these two curves. Thank you!
graph twoway (function y=x^(-0.5)) (function y=8-(1/3)*x). I want to know how to calculate and show the coordinates of the intersection of these two curves. Thank you!
Comment