photo

Student


Last seen: 4 maanden ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
138.824
of 299.221

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20.665

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163.778

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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...

ongeveer een jaar 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...

ongeveer een jaar 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;...

meer dan een jaar 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...

meer dan een jaar 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...

bijna 2 jaar 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...

bijna 2 jaar ago | 1 answer | 0

1

answer