EDA365电子论坛网
标题:
matlab积分计算
[打印本页]
作者:
uperrua
时间:
2021-8-19 16:17
标题:
matlab积分计算
, T9 n0 u' {4 T9 D
clear;
syms x a
F=(1+a/x)^x;
limit(F,x,inf,'left')
) ?) R+ x, ~/ L1 f- N% f1 @
6 P/ q/ k# A4 H# x5 n# m" i
% T3 }9 u0 D! S& q( V
clear;
syms x
y=log((x+2)/(1-x));
dy=diff(y,x);
dy3=diff(y,x,3)
pretty(dy3)
; F6 V2 i$ _% x3 }- _% \8 |
9 c0 c1 I4 \# s. R, w3 G2 _
2 T* j4 g+ r) @4 P! r) p
/ V; @8 t& M! l) a
clear;
y=(sym('x^5+x^3-sqrt(x)/4'));
int(y)
pretty(ans)
; l; C8 L0 i f5 B
+ l- N; C1 s" w: z* u1 P
4 v: P R, _' ^6 C
clear;
syms x
y=(x*exp(x))/(1+x)^2;
int(y,0,2)
. O. ~1 M4 y* _% L8 l1 P9 E
$ F0 v+ U1 R/ a
* k7 f ~; k" i8 w4 ]7 a& X
clear
syms x y
f=x*x+y;
int(int(f,y,x*x,sqrt(x)),x,0,1)
# N0 v1 {" D, y" e& @9 G; u
, v7 {6 ]) g' Q' ?$ ?+ W7 {
5 Z# ]4 d* G0 p2 d7 U
clear
syms x y z
z=sqrt(1-x^2+y^2);
f=x*y*z;
l=int(int(f,y,0,sqrt(1-x^2)),x,0,1)
$ ?, x% w; _0 P( P$ O
& v( J6 T: E) T# b0 o1 X* i- {, B
3 z K5 Q# N9 l6 f# h
作者:
youOK
时间:
2021-8-19 17:35
matlab积分计算
作者:
xiaogegepcb
时间:
2021-8-19 17:38
matlab积分计算
作者:
SpencerJ2
时间:
2021-8-19 17:39
妥妥的matlab积分计算
作者:
saiyaren
时间:
2021-8-27 16:42
matlab积分计算
欢迎光临 EDA365电子论坛网 (https://bbs.eda365.com/)
Powered by Discuz! X3.2