Statistics
2 Questions
0 Answers
RANK
129,677
of 300,603
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,028
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 169,786
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
Feeds
Question
how to solve the error? Error in fixed_point_3 (line 10) while iter <= max_iter
function [x] = fixed_point_3(init,error,max_iter) % 2x^3 + 4x^2 - 10 = 0 can be written as % 4x^2 = 10 - 2x^3 --> x^2 = 1/4 *(...
5 years ago | 0 answers | 0
0
answersQuestion
Create a function to determine the positive root of the following equation using the Fixed Point method
f(x)=2x3+4x2−10
5 years ago | 1 answer | 0