eljose
- 484
- 0
Let,s suppose we wish to calculate the roots of a function f(x) f(x)=0, of course you will say.."that,s very easy doc...just try Newton Method, fixed-point method or other iterative method"..the main "problem" we have is if f(x) includes non-differentiable functions such us the floor function [x] or the modulus of x |x| then how could we manage to solve it?..for example get the x values that satisfy g(x)-[g(x)]=0
the problem is that [g(x)] is not differentiable for certain values of x...how could we solve that?...

the problem is that [g(x)] is not differentiable for certain values of x...how could we solve that?...