我有 2 条曲线用以下 Mathematica 代码说明:
Show[Plot[PDF[NormalDistribution[0.044, 0.040], x], {x, 0, 0.5}, PlotStyle -> Red],
Plot[PDF[NormalDistribution[0.138, 0.097], x], {x, 0, 0.5}]]
我需要做两件事:
- 找到两条曲线相交处的 x 和 y 坐标
- 在上面的交点中找到 x 坐标右侧的红色曲线下的区域。
我以前没有在 Mathematica 中解决过这种问题,也没有在文档中找到解决方法。不确定要搜索什么。