Community Profile

photo

John Grand


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答

質問


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

3年弱 前 | 1 件の回答 | 0

1

回答