Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IUM-03-Short Series of Functions

IUM-03-Short Series of Functions

Avatar for kanaya

kanaya

May 13, 2025
Tweet

More Decks by kanaya

Other Decks in Education

Transcript

  1. pineapple.cc f0 (x) = x0 = 1 f1 (x) =

    x f2 (x) = x2 f3 (x) = x3
  2. pineapple.cc lim n→∞ fn (x) = lim n→∞ (xn) =

    0 where − 1 < x < 1 1 where x = 1 (NaN) otherwise
  3. pineapple.cc ∞ ∑ n=1 fn (x) = ∞ ∑ n=1

    (xn) = x 1 − x where − 1 < x < 1 (NaN) otherwise