-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds stub for chapter on Game of Life (#6)
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
\chapter{Datalogiska automater} | ||
|
||
\lettrine{V}{i ska nu} undersöka en enkel matematisk konstruktion som först | ||
konstruerades av den brittiske matematikern John Conway (1937--) år 1970: | ||
\foreignlanguage{english}{Game of Life}. | ||
Detta är ett exempel på en automat. | ||
|
||
\begin{exercise} | ||
Använd programmet Golly\footnote{% | ||
URL: \url{https://golly.sourceforge.net}. | ||
} för att utforska olika mönster i \foreignlanguage{english}{Game of Life}. | ||
\end{exercise} | ||
|
||
\begin{exercise} | ||
Det finns många konstruktioner att utforska på \url{http://conwaylife.com}. | ||
Finn några mönster och experimentera med dem. | ||
\end{exercise} | ||
|
||
\begin{exercise} | ||
Detta är ett spel med mycket enkla regler. | ||
Diskutera hur detta relaterar till de regler som finns inom kemi och fysik | ||
som gäller för atomerna runt omkring oss. | ||
Vad får detta för konsekvenser inom biologin? | ||
Diskutera! | ||
\end{exercise} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters