![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5498973_1522108825914_DEF.jpg)
Md Mesbahus Saleheen
Concordia University
Followers: 0 Following: 0
Statistik
4 Fragen
0 Antworten
RANG
65.504
of 297.016
REPUTATION
0
BEITRÄGE
4 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 9 Jahre vor | 1 Antwort | 0