photo

John Grand


Last seen: mer än 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
148 422
of 297 457

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158 938

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
  • Thankful Level 1

View badges

Feeds

View by

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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer

Question


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

nästan 4 år ago | 1 answer | 0

1

answer