Community Profile

photo

Aman Pratap Singh


Last seen: ongeveer een jaar ago Active since 2021

Followers: 0   Following: 0

Message

Spoken Languages:
English

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

meer dan 2 jaar ago | 0

Answered
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',...

meer dan 2 jaar ago | 0