What (MATLAB, Python, etc.) are you using? I can explain the logic to help you find the solution!
While the specific numerical methods for engineers Coursera answers change with course updates, the fundamental logic remains the same. Here are the "gotchas" often found in the assessments:
You may need to compare methods. For example, Gaussian Elimination is robust but slow ( ) for very large matrices compared to iterative solvers. Solving the Programming Assignments (MATLAB/Octave)
You will often be asked why a method fails. Remember that Newton-Raphson requires a good initial guess, and certain ODE solvers become unstable if the "step size" ( ) is too large.