当前位置:网站首页>求简单微分方程
求简单微分方程
2022-07-02 14:48:00 【__Rain】
求解一介常微分方程 d y d t = a y \frac{dy}{dt}=ay dtdy=ay
syms y(t) a; eqn = diff(y, t) == a*y; S = dsolve(eqn)
增加条件,初值 y ( 0 ) = 5 y(0) = 5 y(0)=5
syms y(t) a; eqn = diff(y, t) == a*y; cond = y(0) = 5; S = dsolve(eqn, cond)
求解二阶常微分方程 d 2 y d u 2 = a y \frac{d^2y}{du^2}=ay du2d2y=ay
syms y(t) a; eqn = diff(y, t, 2) == a*y; S = dsolve(eqn)
增加条件, y ( 0 ) = b , y ′ ( 0 ) = 1 y(0) = b, y'(0) = 1 y(0)=b,y′(0)=1
syms y(t) a b; eqn = diff(y, t, 2) == a*y; Dy = diff(y, t); cond = [y(0) == b, Dy(0) == 1]; S = dsolve(eqn, cond)
求解常微分方程组
d y d t = z d z d t = − y \frac{dy}{dt}=z\\ \frac{dz}{dt}=-y dtdy=zdtdz=−ysyms y(t) z(t) eqns = [diff(y, t) == z, diff(z, t) == -y]; s = dsolve(eqns)
边栏推荐
- [error record] error -32000 received from application: there are no running service protocol
- What is the difference between JSP and servlet?
- 使用知行之桥的API端口,提供资源供合作伙伴访问
- Does digicert SSL certificate support Chinese domain name application?
- Nexus簡介及小白使用IDEA打包上傳到Nexus3私服詳細教程
- Tech talk activity preview | building intelligent visual products based on Amazon kVs
- lsf基础命令
- P6774 [NOI2020] 时代的眼泪(分块)
- executescalar mysql_ExecuteScalar()
- 【征文活动】亲爱的开发者,RT-Thread社区喊你投稿啦
猜你喜欢
Sword finger offer 21 Adjust the array order so that odd numbers precede even numbers
Understand one article: four types of data index system
【Leetcode】13. Roman numeral to integer
【Leetcode】13. 罗马数字转整数
Sword finger offer 27 Image of binary tree
Goodbye, shucang. Alibaba's data Lake construction strategy is really awesome!
Connect Porsche and 3PL EDI cases
Timing / counter of 32 and 51 single chip microcomputer
Tech talk activity preview | building intelligent visual products based on Amazon kVs
绿竹生物冲刺港股:年期内亏损超5亿 泰格医药与北京亦庄是股东
随机推荐
Blog theme "text" summer fresh Special Edition
Win10系统使用pip安装juypter notebook过程记录(安装在系统盘以外的盘)
linux下配置Mysql授权某个用户远程访问,不受ip限制
绿竹生物冲刺港股:年期内亏损超5亿 泰格医药与北京亦庄是股东
Un an à dix ans
Sword finger offer 26 Substructure of tree
深度之眼(二)——矩阵及其基本运算
Tech talk activity preview | building intelligent visual products based on Amazon kVs
如何与博格华纳BorgWarner通过EDI传输业务数据?
[leetcode] 14. Préfixe public le plus long
The computer comes with software to make the background color of the picture transparent (matting white background)
Connect Porsche and 3PL EDI cases
Geoserver: publishing PostGIS data sources
Eye of depth (III) -- determinant of matrix
2022 interview questions
P6774 [noi2020] tears in the era (block)
Youzan won the "top 50 Chinese enterprise cloud technology service providers" together with Tencent cloud and Alibaba cloud [easy to understand]
社交元宇宙平台Soul冲刺港股:年营收12.8亿 腾讯是股东
2322. Remove the minimum fraction of edges from the tree (XOR and & Simulation)
超卓航科上市:募资9亿市值超60亿 成襄阳首家科创板企业