photo

Md Mesbahus Saleheen


Concordia University

Last seen: 5년 초과 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

4 질문
0 답변

순위
118,004
of 301,552

평판
0

참여
4 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,321

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 175,320

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
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

1

답변