Community Profile

photo

JKHan


Active since 2012

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Brute Force Discord Detection from Psuedo code to Matlab
if true % code endFunction [dist, loc ]= Brute_Force(T, n) 2 best_so_far_dist = 0 3 best_so_far_loc = NaN 4 5 Fo...

8 years ago | 0 answers | 0

0

answers

Question


How to get a solution of f(x)=x^3 +x-1 by iteration on Matlab? And x=g(x) ......x(n+1)=g(x) when n>=0. Give that g(x)=1/(1+x^2)
How to get a solution of f(x)=x^3 +x-1 by iteration on Matlab? And x=g(x) ......x(n+1)=g(x) when n>=0. Give that g(x)=1/(1+x^2) ...

11 years ago | 2 answers | 0

2

answers