photo

Md Mesbahus Saleheen


Concordia University

Last seen: mehr als 5 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

4 Fragen
0 Antworten

RANG
117.644
of 301.229

REPUTATION
0

BEITRÄGE
4 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.196

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.467

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


Is there any way that I can solve two second order differential equations simultaneously. For example: 1st equation: d^2n/dx^2+dn/dx-n=0 with boundary conditions x(0)=1 and x(100)=1; 2nd equation: d^2p/dx^2-dp/dx-p=0 with p(0)=1 and p(100)=1
Is there any way that I can solve two second order differential equations simultaneously. For example: 1st equation: d^2n/dx^2+d...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am having a problem solving second order differential equation in matlab. The equation is: d2y/dx2=n-p; where n and p both are functions of x. Boundary conditions y(0)=0 and y(100)=0.8. When I try to solve using bvp4c it shows matrix dim must agree
I am having a problem solving second order differential equation in matlab. The equation is: d2y/dx2=n-p; where n and p bo...

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to solve a second order differential equation for boundary value problem with Matlab. Can you help me?
the 2nd order eqn is given below: d^2y/dx^2 + f(x)*dy/dx + y = 0; for B.C: y(0)=0, y(10)=0 and f(x)=x^2+2*x+1

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to numerical solve d2y/dx2+f(x)dy/dx+y=0 in matlab. if f(x)=x^2+2x+1
solving ODE for boundary condition y(0)=1,y(2)=10

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort