diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 13:49:58 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 13:49:58 +0700 |
commit | 1f42cc72174d00f1dd2f93925a6931016298568f (patch) | |
tree | a02e72cb2b9249fdcf0935f2f6dec4fda2bb605b /blog | |
parent | b03c056bcfac360d0f8be1321c576e65d2466757 (diff) | |
download | site-1f42cc72174d00f1dd2f93925a6931016298568f.tar.gz |
Update metadata and utilities
Prepare for GSoC 2020 blogs migration
Diffstat (limited to 'blog')
-rw-r--r-- | blog/index.md | 4 | ||||
-rw-r--r-- | blog/system.md | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/blog/index.md b/blog/index.md index bdfba6a..fb7f0cc 100644 --- a/blog/index.md +++ b/blog/index.md @@ -2,4 +2,6 @@ I occasionally blog about functional programming, lambda calculus and other computational stuff, or anything related to computers in general. -They are tagged as [`fun`](/tag/fun). +These write-ups are tagged as [`fun`](/tag/fun). + +As usual, the good old [RSS feed](/feed.xml) is available. diff --git a/blog/system.md b/blog/system.md index bb92343..1a9af18 100644 --- a/blog/system.md +++ b/blog/system.md @@ -6,8 +6,10 @@ date = Date(2020, 4, 15) # System Cascade Connection -Given two discrete-time systems $A$ and $B$ connected in cascade -to form a new system $C = x \mapsto B(A(x))$. +Given two discrete-time systems $A$ and $B$ connected in cascade to form +a new system $C = x \mapsto B(A(x))$, we examine the following properties: + +\toc ## Linearity |