Description: Aitken Solution C language code// function name: aitkenroot// Function Description: Find the [a, b] interval of the nonlinear equation f (x) a real root// input parameters:* x0 (pointing Diego on behalf of the initial and final values of the pointer)// f (IFS)// eps (precision)// max (the maximum number of iterations)// return value: 0 (iteration failure), 1 (iteration success )
To Search:
File list (Check if you may need any files):
aitkenroot.c