photo

abhirup chowdhury


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • Explorer
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Quadratic question using the function command
function fx=quad_function(a,b,c) a=3 b=2 c=-1 a_root=fzero(quad_function,a) b_root=fzero(fx,b) c_root=fzero(fx,c)

casi 5 años hace | 0