photo

Student


Last seen: 17일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


solving nonlinear wave equation
I need to solve this PDE below. This is quite similar to the Burgers' equation. However, I can't understand how to get the ex...

대략 1개월 전 | 답변 수: 1 | 0

1

답변

질문


hnumerically analyze the KdV equation using finite difference method
I want to numerically analyze the KdV equation.To numerically analyze the KdV equation using finite difference method, how shoul...

2개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
I don't know why this error happens...
y = [0 0 0 0]; yp = [0 0 0 0]; tspan = [0,0.01]; %[y0_new,yp0_new] = decic(@f,t0,y0,[0 0 0 0],yp0,[0 0 0 0]); y0_new = [5;0;...

8개월 전 | 0

질문


I don't know why this error happens...
y = [0 0 0 0]; yp = [0 0 0 0]; tspan = [0,1]; y0_new = [5;0;0;0]; yp0_new = [0;0;5;0]; % y(1) = x , y(2) = y % y(3) = yp...

8개월 전 | 답변 수: 2 | 0

2

답변

질문


I wonder why NaN appears at Y. How can I fix it?
I was solving this differential equation, but NaN came out. :( syms Z(R) g = 9.80665; %b = ; r = 0.072; la = 997; lb = 1...

10개월 전 | 답변 수: 1 | 0

1

답변

질문


I want to solve this system of differential equations. Is there any code that can solve this?
I am trying to solve this system of differential equations using numerical analysis. However, I couldn't find any Matlab code to...

10개월 전 | 답변 수: 1 | 0

1

답변