Recent content by luxferre

  1. luxferre

    Other Collection of Free Online Math Books and Lecture Notes (part 1)

    This is a great open-access book also: https://linear.axler.net/LADR4e.pdf. I did not see anybody else post this book, so I will post it here.
  2. luxferre

    Comp Sci A question on solution 6.1-2 from CLRS

    Hint: 2^m−1≤n<2^m. Consider the invariant we chose for this problem. You got this!
  3. luxferre

    Hi! Can someone explain about Differential Equations?

    Generally, Differential equations is the relationship of a function of time and its derivatives. An example of an differential equation would be dy/dt = f(t,y). Another example of an differential equation would be the equation f(x) = f'(x).
  4. luxferre

    Undergrad Uniform convergence and pointwise convergence

    The difference is subtle and down to the difference in quantifers. In pointwise convergence, we fix X, but in uniform convergence, it converges for all X, as long as | fk(x) − f (x)| < ε is satsified. Does this answer your question?