Recent content by JazzRun

  1. J

    How to Verify Big O Notation for (n^2 + 3n - 3)/n^3 = 0 + O(2/n)

    a_n converges to A with a rate of convergence O(b_n). Then you can write a_n=A + O(b_n)
  2. J

    How to Verify Big O Notation for (n^2 + 3n - 3)/n^3 = 0 + O(2/n)

    Homework Statement Verify that (n^2 + 3n -3)/n^3 = 0 + O(2/n) Homework Equations The Attempt at a Solution I really don't have an attempt. I understand Big O notation, but I don't know how to verify this.
Back
Top