photo

Nadim Mhanna


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
158,866
of 300,028

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,860

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 167,043

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer