photo

Student


Last seen: 13 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 month ago | 1 answer | 0

1

answer

Question


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 months ago | 1 answer | 0

1

answer

Answered
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 months ago | 0

Question


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 months ago | 2 answers | 0

2

answers

Question


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 months ago | 1 answer | 0

1

answer

Question


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 months ago | 1 answer | 0

1

answer