matlab 积分后带int,matlab int 积分

本文介绍了MATLAB中int函数的使用方法,包括不定积分和定积分的计算。通过示例展示了如何对多项式、三角函数等进行积分,并解释了当解析解不存在时的情况。
摘要由CSDN通过智能技术生成

该楼层疑似违规已被系统折叠 隐藏此楼查看此楼

>> help int

--- help for sym/int.m ---

INT    Integrate.

INT(S) is the indefinite integral of S with respect to its symbolic

variable as defined by FINDSYM. S is a SYM (matrix or scalar).

If S is a constant, the integral is with respect to 'x'.

INT(S,v) is the indefinite integral of S with respect to v. v is a

scalar SYM.

INT(S,a,b) is the definite integral of S with respect to its

symbolic variable from a to b. a and b are each double or

symbolic scalars.

INT(S,v,a,b) is the definite integral of S with respect to v

from a to b.

Examples:

syms x x1 alpha u t;

A = [cos(x*t),sin(x*t);-sin(x*t),cos(x*t)];

int(1/(1+x^2))           returns     atan(x)

int(sin(alpha*u),alpha)  returns     -cos(alpha*u)/u

int(besselj(1,x),x)      returns     -bes

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值