photo

Zixuan Li


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
138,059
of 300,392

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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 1

View badges

Feeds

View by

Question


why there is a small error in these simple calculations?
3e-4-3*10^-4 sum=0; for i=1:1000 sum=sum+0.001; end sum_output=sum this gives an answer of -5.4210108...

6 years ago | 1 answer | 0

1

answer

Question


why my adaptive RK4 code cannot be as efficient as ode45?
I wrote a code of adaptive RK4 method, the tolerance can be changed, and the idea is based on wikipedia (compare the difference ...

6 years ago | 1 answer | 0

1

answer

Question


what's the difference in accuracy between solving a stiff problem by ode15s and ode45?
It seems ode45 can also solve a stiff problem, but takes more time ( there are more data on finer grid as well, but the curve is...

6 years ago | 2 answers | 0

2

answers