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

IMU-04 Famous Functions

kanaya
May 21, 2024
43

IMU-04 Famous Functions

kanaya

May 21, 2024
Tweet

Transcript

  1. pineapple.cc ߨٛͷਐΊํʢୈճʙୈճʣ Agenda (Day 2 to Day 8) w େֶ਺ֶ΁ͷೖ໳Introduction

    to University Mathematics ⭐⭐ w ਺ֶΛ޷͖ʹͳΔ࿩Stories about math that makes you fun ⭐ w ܭࢉػՊֶʢ৘ใՊֶʣ΁ͷڮ౉͠A bridge to computer science ⭐⭐⭐
  2. pineapple.cc f0 (x) = x0 = 1 f1 (x) =

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

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

    (xn) = x 1 − x when − 1 < x < 1 (NaN) otherwise
  5. pineapple.cc ؔ਺ͷؔ਺Λѻ͑Δϓϩάϥϛϯάݴޠ Programming languages that handles functions of functions •

    ؔ਺Λѻ͑Δ • Python • lambda x: … • Ruby • lambda { |x| … } • Haskell • \x -> … • ؔ਺Λѻ͑ͳ͍ • Cݴޠ • ؔ਺ϙΠϯλͰ୅༻ • C++ݴޠ • ΫϥεͰ୅༻ • [] () {}
  6. pineapple.cc ϒʔϧ୅਺ͱਐ๏ͷ੔਺୅਺ Boolean Algebra and Integral Algebra of Binary System

    w ϒʔϧ୅਺ w ˔PS˔˔ w ˔PS̋̋ w ̋PS˔̋ w ̋PS̋̋ w ਐ਺ͷ੔਺୅਺ w   w   w   w  
  7. pineapple.cc ϒʔϧ୅਺ͱਐ๏ͷ੔਺୅਺ Boolean Algebra and Integral Algebra of Binary System

    w ϒʔϧ୅਺ w ˔BOE˔˔ w ˔BOE̋˔ w ̋BOE˔˔ w ̋BOE̋̋ w ਐ਺ͷ੔਺୅਺ w Y w Y w Y w Y
  8. pineapple.cc ϒʔϧ୅਺ͱਐ๏ͷ੔਺୅਺ Boolean Algebra and Integral Algebra of Binary System

    w ϒʔϧ୅਺ w OPU˔̋ w OPŰ˔ w OPU "PS#  OPU" BOE OPU#  w OPU "BOE#  OPU" PS OPU#
  9. pineapple.cc ࣭໰ʢ೥݄೔ʣ Question 04 (21st May 2024) w ܭࢉػՊֶͰΑ͘࢖ΘΕΔͷ͸࣍ͷ͏ͪͲΕʁWhich one

    is the most popular in computer science? w 1⃣ਐ๏Decimal. w 2⃣ਐ๏Binary. w 3⃣ਐ๏Ternary. w 4⃣ͦͷଞɾΘ͔Βͳ͍Other/Don’t know.