photo

Student


Last seen: 16日 前 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...

4ヶ月 前 | 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...

5ヶ月 前 | 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;...

11ヶ月 前 | 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...

11ヶ月 前 | 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...

約1年 前 | 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...

約1年 前 | 1 件の回答 | 0

1

回答