Community Profile

photo

Vishva Tiwari


Last seen: más de 2 años hace Con actividad desde 2021

Estadísticas

Content Feed

Ver por

Pregunta


i keep getting " root' requires Symbolic Math Toolbox. Error in newtonbisection (line 46) fprintf("Optimal root of the given function: %f\n\n",root)". how to fix that? thanks
%define the function f = @(x) tanh(x); dfun = @(x) 1-tanh(x)^2; a = -10; b = -15; s = 0.1; count1 = 0; while (b-a)>s*(b-a...

más de 2 años hace | 1 respuesta | 0

1

respuesta