Md Mesbahus Saleheen
Concordia University
Followers: 0 Following: 0
Feeds
질문
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...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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
10년 초과 전 | 답변 수: 1 | 0