photo

Nadim Mhanna


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
158,682
of 299,852

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,818

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,274

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


May you help me please to continue my syytem seconder order DE function?
function [dF1dx,dF2dx]=funode1(x,F) dF1dx=[F1(2);(Q/K1)*F1(1)-P/K1]; dF2dx=[F2(2);(Q/K2)*F2(1)-P/K2]; functio...

8 years 前 | 1 个回答 | 0

1

个回答

提问


why i got this error?
Unexpected error function dFdx=funode(x,F) global Lamda global K1 global P dFdx=[F(2) ; -K1*P+F(1)*Lamda^2]; ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


I have a coupled second order DE; how to solve them with boundary conditions; How to get get F1 and F2
equation 1: d^2f1/dx^2-Q/K1*F1+P/K1=0 equation 2 d^2f2/dx^2-Q/K1*F2+P/K2=0 Boundary conditions F1(0)=0 F2(l)=P F1(l-u)=F2...

8 years 前 | 1 个回答 | 0

1

个回答