matlab中积分syms h x sx=(h-1.5)*sqrt(1.5^2-x^2-(h-1.5)^2)+sqrt(
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/06 08:03:35
matlab中积分
syms h x sx=(h-1.5)*sqrt(1.5^2-x^2-(h-1.5)^2)+sqrt(1.5^2-x^2)*asin((h-1.5)/sqrt(1.5^2-x^2))
提示警告:Warning:Explicit integral could not be found.
还有
v1 =
int((h-3/2)*(-x^2-h^2+3*h)^(1/2)+1/2*(9-4*x^2)^(1/2)*asin(2*(h-3/2)/(9-4*x^2)^(1/2))+1/2*pi*(9/4-x^2),x = 5/8 ..13/8).
哪位大侠知道该怎么改呢?
syms h x sx=(h-1.5)*sqrt(1.5^2-x^2-(h-1.5)^2)+sqrt(1.5^2-x^2)*asin((h-1.5)/sqrt(1.5^2-x^2))
提示警告:Warning:Explicit integral could not be found.
还有
v1 =
int((h-3/2)*(-x^2-h^2+3*h)^(1/2)+1/2*(9-4*x^2)^(1/2)*asin(2*(h-3/2)/(9-4*x^2)^(1/2))+1/2*pi*(9/4-x^2),x = 5/8 ..13/8).
哪位大侠知道该怎么改呢?
改不了,你的这个函数太复杂了,没有原函数的解析解
matlab中积分syms h x sx=(h-1.5)*sqrt(1.5^2-x^2-(h-1.5)^2)+sqrt(
matlab中,syms e u; h=exp(1i*sqrt(2*e-u^2)); g=int(h,'u',0,1);
matlab中 sqrt(1+(cos(x))^2)的积分
用matlab画图 y=2.45*a*h.*1/b*sqrt(b^2-h.^2)-2.45*a*b*asin(sqrt(
matlab 计算定积分怎么运行很慢,我的程序如下:syms x S2=sqrt(1+(1.767*x^2-3.68*x
怎么用MATLAB 把H=2*(acos(x/2)-(x/2)*sqrt(1-(x/2)^2))/pi的图像画出来
matlab中 >> x=-1:0.001:1; >> y=log((1+sqrt(1-x.^2))/x)+sqrt(1
怎么用MATLAB计算y=sqrt(a^2+x^2)/x^2的积分啊
用matlab重复计算积分并输出,A=1.78*int(sqrt(1-y^2/0.6^2),y,-0.6,h-0.6),
lim (sqrt(x+2)-sqrt(x))/(sqrt(x+1)-sqrt(x)) (X趋近于正无穷)
求积分 ∫sqrt(3x*x-2)dx=?
如何用matlab做sqrt(1-x^2)*x*log(2+x)的数值积分