photo

John Grand


Last seen: 4년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
249,886
of 301,229

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,201

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,547

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

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

4년 초과 전 | 답변 수: 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 ...

4년 초과 전 | 답변 수: 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 ...

거의 5년 전 | 답변 수: 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...

거의 5년 전 | 답변 수: 1 | 0

1

답변