求问用ContourPlot画含有NIntegrate的方程图像不全的问题
mathematica吧
全部回复
仅看楼主
level 1
Clear["`*"]
A = (1/44.27)^2;
B = 15/0.0345;
C1 = 139.62959902286144`;
C2 = 31.427701554689126`;
t = 4/3;
xn = 7.5/0.0345;
ContourPlot[
NIntegrate[1/Sqrt[
A*(B - x1)^2 + C1*(E^(x - xn) - E^(x1 - xn)) +
C2*(E^(t*(x - xn)) - E^(t*(x1 - xn)))], {x, x2, x1}] == 1, {x1,
200, 220}, {x2, 200, 220}, FrameLabel -> Automatic]
感觉画出的图像并不完整,请问是什么原因呢?
2020年03月23日 03点03分 1
吧务
level 15
总之先加点PlotPoints试下。
2020年04月04日 02点04分 2
1