From 6b3d6a4d38fdb702cf58c56ca6ed145ab48a0d69 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 26 May 2026 00:44:57 -0700 Subject: [PATCH] Ending reading of chapter 1 --- .../README.md | 2 +- .../ch1/end-of-chapter-problems.ipynb | 25 +++++++++++++++++++ .../ch1/notes.ipynb | 19 ++++++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 study/001_introduction-to-probability-statistics-and-random-processes/ch1/end-of-chapter-problems.ipynb diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/README.md b/study/001_introduction-to-probability-statistics-and-random-processes/README.md index 19fd00d..16f184c 100644 --- a/study/001_introduction-to-probability-statistics-and-random-processes/README.md +++ b/study/001_introduction-to-probability-statistics-and-random-processes/README.md @@ -2,4 +2,4 @@ total pages=1007 -**Currently reading:** chapter 1, page 88 +**Currently reading:** chapter 1, page 118 diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/ch1/end-of-chapter-problems.ipynb b/study/001_introduction-to-probability-statistics-and-random-processes/ch1/end-of-chapter-problems.ipynb new file mode 100644 index 0000000..5ffd73b --- /dev/null +++ b/study/001_introduction-to-probability-statistics-and-random-processes/ch1/end-of-chapter-problems.ipynb @@ -0,0 +1,25 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "43cc5069", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "d706c044", + "metadata": {}, + "source": [] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/study/001_introduction-to-probability-statistics-and-random-processes/ch1/notes.ipynb b/study/001_introduction-to-probability-statistics-and-random-processes/ch1/notes.ipynb index c57bec5..be2671b 100644 --- a/study/001_introduction-to-probability-statistics-and-random-processes/ch1/notes.ipynb +++ b/study/001_introduction-to-probability-statistics-and-random-processes/ch1/notes.ipynb @@ -739,6 +739,25 @@ "\\end{align*}" ] }, + { + "cell_type": "markdown", + "id": "086ffc85", + "metadata": {}, + "source": [ + "### TODO Example 1.27\n", + "\n", + "\\begin{align*}\n", + "\\end{align*}" + ] + }, + { + "cell_type": "markdown", + "id": "c4ef0787", + "metadata": {}, + "source": [ + "# TODO 1.4.5 Problems" + ] + }, { "cell_type": "code", "execution_count": null,