Community Profile

photo

LILIA VERGARA


Last seen: 5 months ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I iterate f(x)
using x^(0) = 0 and x^(1) = 5 as inital condition I am trying to iterate f(x) up to 60 iterations or till the estimated relat...

1 year ago | 1 answer | 0

1

answer

Question


Report r_n and n when |r_n − r_n−1|< 10−9 (while-loop).
I was asked to create a while loop for Fibonacci sequence with initial values: Fn= Fn−1 + Fn−2, F0 = 2 and F1 = 3 note r_n= F...

1 year ago | 1 answer | 0

1

answer

Question


I am trying to imput tanh^4(0.5x) e^−sin2(x) into matlab but I am not sure how.
I need to use difference formula to estimate the derivative of the function f(x) = tanh^4(0.5x) e^−sin2(x). -

2 years ago | 2 answers | 0

2

answers