瀏覽代碼

Simplify function composition slide

master
Julian Ospald 9 年之前
父節點
當前提交
cc75bd68ef
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 220CD1C5BDEED020
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      VL2/content/VL2_composition1.tex

+ 2
- 1
VL2/content/VL2_composition1.tex 查看文件

@@ -2,7 +2,7 @@
\vspace{\baselineskip}
\\
\ifger{Aus der Mathematik wissen wir bereits, dass:}{From maths we already know that:}\\
$(g \circ f)(x) = g(f(x))$
$(f \circ g)(x) = f(g(x))$
\vspace{\baselineskip}
\\
\pause
@@ -14,7 +14,7 @@ composedFunction x = (f . g) x
-- is evaluated first
composedFunction x = f . g $ x

-- and same again, remember that 'g x ='
-- is just syntax sugar
-- omitting the x here is also called eta reduction
composedFunction = f . g

Loading…
取消
儲存