minor updates

This commit is contained in:
eneller
2025-11-03 11:06:19 +01:00
parent f8013bcee5
commit 5f5ee2b395
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
Compression codes (theorems: Kraft, Shannon-Fano, Huffman, arithmetic and LZW code)

View File

@@ -0,0 +1,2 @@
Error correction codes (theorems: Hamming condition, Varsham-Gilbert)

View File

@@ -0,0 +1,2 @@
Cryptography: DES, AES and RSA

View File

@@ -355,6 +355,16 @@ Shannons theorem is not constructive as it does not provide an explicit metho
but it guarantees their existence.
In practice, structured codes such as Hamming and ReedSolomon codes are employed to approach channel capacity.
\section{Conclusion}
\section{Conclusion}
Entropy provides a fundamental measure of uncertainty and information,
bridging concepts from thermodynamics to modern communication theory.
Beyond the provided examples, the concept of entropy has far-reaching applications in diverse fields:
from cryptography, where it quantifies randomness and security,
to statistical physics, where it characterizes disorder in complex systems,
to biology, connecting molecular information and population diversity.
\printbibliography
\end{document}