Initial Commit

This commit is contained in:
eneller
2025-10-27 10:42:33 +01:00
commit 4fc4346d62
2 changed files with 365 additions and 0 deletions

31
entropy.tex Normal file
View File

@@ -0,0 +1,31 @@
\documentclass{article}
\usepackage[utf8x]{inputenc}
\usepackage[margin=1in]{geometry} % Adjust margins
\usepackage{caption}
\usepackage{subcaption}
\usepackage{parskip} % dont indent after paragraphs, figures
\usepackage{xcolor}
\usepackage{tikz}
\usepackage{float}
\usepackage{amsmath}
\PassOptionsToPackage{hyphens}{url}\usepackage{hyperref} % allows urls to follow line breaks of text
\title{Entropy as a measure of information}
\author{Erik Neller}
\date{\today}
\begin{document}
\maketitle
\section{What is entropy?}
\section{Definitions across disciplines}
%- bedingte Entropie
%- Redundanz
%- Quellentropie
\section{Shannon Axioms}
\section{Coding of a source of an information and communication channel}
\end{document}