How to solve the definite integral?

我使用'int'来解决下面的定积分,在我'运行'我的代码之后,只有'int'输出,我认为它可能没有解析解,我该怎么办才能得到'x'的公式?
以下是我的公式:
formula.png
以下是我的代码:
明确
CLC
syms xz
ymin = double(求解(x ^ 3 - 2 * x ^ 2 + x));
f = exp(-0.06 *(z-3.7)^ 2)*(z-7.5 + 10 ^( - 2)* x)^(3/2);
Q =(你(F,Z,7.5×/ 100,17.5));
以下是输出:
output.png

Answers (0)

Tags

Asked:

on 8 Jul 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!