photo

Ja


Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
267,018
of 300,632

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 21,033

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,890

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 2

View badges

Feeds

View by

Question


How can I create a loop to show a table with number of iterations and its roots in secant method?
I tried modifying the for loop command to create iterations but as soon as I run it, the code doesn't show any list of iteration...

3 years ago | 1 answer | 0

1

answer

Question


How can i put a stopping criterion for this bisection method code in matlab?
I want to put a stopping criterion of 2% in my code where, once I run the code, the result will stop if the relative error r_e i...

3 years ago | 2 answers | 0

2

answers

Question


How to input new value as old value using while loop to compute relative error?
I need help on how can I input new value as an old value Whenever I run the code, the r_e (relative error) equation goes up and...

3 years ago | 1 answer | 0

1

answer