Recent content by Ike Clark

  1. Ike Clark

    What are the "debugging symbols"?

    Debugging symbols are extra information compiled into the binary that allows a debugger to identify things about the source code. This allows the debugger to give useful information when you are stepping through the code one instruction at a time. The information can include the names of...
  2. Ike Clark

    Engineering Figuring Out a General Solution for RLC Series Circuit

    You did not use the quadratic formula properly. You forgot to square the coefficient R under the radical.
Back
Top