John Grand
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
83 910
of 295 486
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
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
what's the difference between Secant , Newtons, fixed-point and bisection method
what's the difference between Secant , Newtons, fixed-point and bisection method to implement function x^2 + x^ 4 + 6 = x^3 + x^...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
I'm ensure if this would be an efficient way to use Bisection Method to approximate x ^2 + x ^4 + 6 = x ^3 + x ^5 + 7 to produce the first 11 values of iteration
Using Bisection method on matlab to approximate x ^2 + x ^4 + 6 = x ^3 + x ^5 + 7 to find first 11 values of iteration. How can ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
I'm trying to compute f(x0), f(f(x0)) (written as (f 3 )(x0)), and (f 100)(x0). With the given initial value x0 ∈ [0, 1]. But i'm not sure where I'm getting the error
let x0=0.35 and y=f(x0) calculting f^N(x0) N can be 1,2,3, or 100 Let N=100; x₀=0.35; fN=f(x0); For i = 1: N-1 End ...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
My piecewise function graph is not showing
I'm trying to plot the the function below, here is what I have f(x) = 2x x ∈ [0, 0.5] 2x − 1 x ∈ (0.5, 1...
mer än 3 år ago | 1 answer | 0