photo

Aman Pratap Singh


Last seen: 1 year 前 自 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 years 前 | 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 years 前 | 0