Community Profile

photo

abhirup chowdhury


Active since 2019

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

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

meer dan 4 jaar ago | 0