当前位置:网站首页>求简单微分方程
求简单微分方程
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)
边栏推荐
- Goodbye, shucang. Alibaba's data Lake construction strategy is really awesome!
- 关于我
- 剑指 Offer 26. 树的子结构
- 使用知行之桥的API端口,提供资源供合作伙伴访问
- How openharmony starts FA of remote devices
- 亚马逊云科技 Community Builder 申请窗口开启
- VMware install win10 image
- P6774 [NOI2020] 时代的眼泪(分块)
- Tech talk activity preview | building intelligent visual products based on Amazon kVs
- Amazon cloud technology community builder application window opens
猜你喜欢
Sword finger offer 26 Substructure of tree
关于举办科技期刊青年编辑沙龙——新时代青年编辑应具备的能力及提升策略的通知...
Timing / counter of 32 and 51 single chip microcomputer
Green bamboo biological sprint Hong Kong stocks: loss of more than 500million during the year, tiger medicine and Beijing Yizhuang are shareholders
The macrogenome microbiome knowledge you want is all here (2022.7)
【Leetcode】14. 最長公共前綴
Ap和F107数据来源及处理
[essay solicitation activity] Dear developer, RT thread community calls you to contribute
剑指 Offer 21. 调整数组顺序使奇数位于偶数前面
Interpretation of key parameters in MOSFET device manual
随机推荐
visibilitychange – 指定标签页可见时,刷新页面数据
LeetCode:1380. Lucky number in matrix -- simple
OpenPose的使用
Detailed explanation of @accessories annotation of Lombok plug-in
几行代码搞定RPC服务注册和发现
AP and F107 data sources and processing
871. 最低加油次数
一文看懂:数据指标体系的4大类型
ThreadLocal
[leetcode] 14. Préfixe public le plus long
Eye of depth (II) -- matrix and its basic operations
Nexus简介及小白使用IDEA打包上传到Nexus3私服详细教程
【Leetcode】14. Longest Common Prefix
Ap和F107数据来源及处理
Tech Talk 活动预告 | 基于Amazon KVS打造智能视觉产品
Green bamboo biological sprint Hong Kong stocks: loss of more than 500million during the year, tiger medicine and Beijing Yizhuang are shareholders
对接保时捷及3PL EDI案例
【Leetcode】13. Roman numeral to integer
executescalar mysql_ExecuteScalar()
Exploration of mobile application performance tools