Write an M-file that uses the false position method to determine the mass of thebungee jumper with a drag coefficient (cd) of 0.25kg/m to have a velocity of36m/s after 4s of free fall. (Note: accelera ...
我下了下面的function, 之后要写个M-files 但是M-files出错,麻烦高手帮我检查下。。。
function root = newraph(f, df, xi, precision)
% INPUTS:% - f: function handle of the equation to b ...