photo

Aman Pratap Singh


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

메시지

Spoken Languages:
English

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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...

2년 초과 전 | 0

답변 있음
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',...

2년 초과 전 | 0