photo

Aman Pratap Singh


Last seen: oltre un anno fa Attivo dal 2021

Followers: 0   Following: 0

Messaggio

Spoken Languages:
English

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre 2 anni fa | 0

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

oltre 2 anni fa | 0