Community Profile

photo

Aman Pratap Singh


Last seen: alrededor de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Contacto

Spoken Languages:
English

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
finding root using false position method
clc % Setting x as symbolic variable syms x; % Input Section y = input('Enter non-linear equations: '); a = input('Ente...

más de 2 años hace | 0

Respondida
Bisection Method Code Mathlab
f = @(x)('x^3-2x-5'); a = 2; b = 3; eps = 0.001; m = (a+b)/2; fprintf('\nThe value of, after bisection method, m is %f\n',...

más de 2 años hace | 0