Hi.
I am doing a project in computer science where I have a need for determing the intersection point between two gaussians defined by their mean and standard variance e.g. g1(mu1,sigma1^2), g2(mu2,sigma2^2).
How do i find their intersection point in the case where the two distributions only have a single intersection point?

