diff --git a/doc/pub/week35/html/._week35-bs010.html b/doc/pub/week35/html/._week35-bs010.html index 408f18d6c..eb91dd405 100644 --- a/doc/pub/week35/html/._week35-bs010.html +++ b/doc/pub/week35/html/._week35-bs010.html @@ -380,7 +380,7 @@ $$
with \( \boldsymbol{y} \) a vector of length \( m \), \( \boldsymbol{A} \) an \( m\times n \) matrix and \( \boldsymbol{x} \) a vector of length \( n \). We assume also that \( \boldsymbol{A} \) does not depend on any of the two vectors. In order to find the derivative of \( \alpha \) with respect to the two vectors, we define an intermediate vector \( \boldsymbol{z} \). We define first -\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then +\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then, using the definition of the Jacobian,
$$ \alpha = \boldsymbol{z}^T\boldsymbol{x}, @@ -388,9 +388,11 @@ $$which means that (using our previous example) we have
$$ -\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A}. +\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}=bm{A}^T\boldsymbol{y}. $$ +Note that the resulting vector elements are the same for \( \boldsymbol{z}^T \) and \( \boldsymbol{z} \), the only difference is that one if just the transpose of the other.
+Since \( \alpha \) is a scalar we have \( \alpha =\alpha^T=\boldsymbol{x}^T\boldsymbol{A}^T\boldsymbol{y} \). Defining now \( \boldsymbol{z}=\boldsymbol{x}^T\boldsymbol{A}^T \) we find that
$$ \frac{\partial \alpha}{\partial \boldsymbol{y}} = \boldsymbol{z}^T=\boldsymbol{x}^T\boldsymbol{A}^T. diff --git a/doc/pub/week35/html/week35-reveal.html b/doc/pub/week35/html/week35-reveal.html index cb595855f..42d1a5b03 100644 --- a/doc/pub/week35/html/week35-reveal.html +++ b/doc/pub/week35/html/week35-reveal.html @@ -530,7 +530,7 @@ $$with \( \boldsymbol{y} \) a vector of length \( m \), \( \boldsymbol{A} \) an \( m\times n \) matrix and \( \boldsymbol{x} \) a vector of length \( n \). We assume also that \( \boldsymbol{A} \) does not depend on any of the two vectors. In order to find the derivative of \( \alpha \) with respect to the two vectors, we define an intermediate vector \( \boldsymbol{z} \). We define first -\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then +\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then, using the definition of the Jacobian,
$$
@@ -541,10 +541,12 @@ $$
which means that (using our previous example) we have
$$
-\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A}.
+\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}=bm{A}^T\boldsymbol{y}.
$$
+
Note that the resulting vector elements are the same for \( \boldsymbol{z}^T \) and \( \boldsymbol{z} \), the only difference is that one if just the transpose of the other.
+Since \( \alpha \) is a scalar we have \( \alpha =\alpha^T=\boldsymbol{x}^T\boldsymbol{A}^T\boldsymbol{y} \). Defining now \( \boldsymbol{z}=\boldsymbol{x}^T\boldsymbol{A}^T \) we find that
$$
diff --git a/doc/pub/week35/html/week35-solarized.html b/doc/pub/week35/html/week35-solarized.html
index 9308cb802..1e0c3bb46 100644
--- a/doc/pub/week35/html/week35-solarized.html
+++ b/doc/pub/week35/html/week35-solarized.html
@@ -602,7 +602,7 @@ $$
with \( \boldsymbol{y} \) a vector of length \( m \), \( \boldsymbol{A} \) an \( m\times n \) matrix and \( \boldsymbol{x} \) a vector of length \( n \). We assume also that \( \boldsymbol{A} \) does not depend on any of the two vectors. In order to find the derivative of \( \alpha \) with respect to the two vectors, we define an intermediate vector \( \boldsymbol{z} \). We define first -\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then +\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then, using the definition of the Jacobian,
$$ \alpha = \boldsymbol{z}^T\boldsymbol{x}, @@ -610,9 +610,11 @@ $$which means that (using our previous example) we have
$$ -\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A}. +\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}=bm{A}^T\boldsymbol{y}. $$ +Note that the resulting vector elements are the same for \( \boldsymbol{z}^T \) and \( \boldsymbol{z} \), the only difference is that one if just the transpose of the other.
+Since \( \alpha \) is a scalar we have \( \alpha =\alpha^T=\boldsymbol{x}^T\boldsymbol{A}^T\boldsymbol{y} \). Defining now \( \boldsymbol{z}=\boldsymbol{x}^T\boldsymbol{A}^T \) we find that
$$ \frac{\partial \alpha}{\partial \boldsymbol{y}} = \boldsymbol{z}^T=\boldsymbol{x}^T\boldsymbol{A}^T. diff --git a/doc/pub/week35/html/week35.html b/doc/pub/week35/html/week35.html index 1d054cbb3..e8dff76fd 100644 --- a/doc/pub/week35/html/week35.html +++ b/doc/pub/week35/html/week35.html @@ -679,7 +679,7 @@ $$with \( \boldsymbol{y} \) a vector of length \( m \), \( \boldsymbol{A} \) an \( m\times n \) matrix and \( \boldsymbol{x} \) a vector of length \( n \). We assume also that \( \boldsymbol{A} \) does not depend on any of the two vectors. In order to find the derivative of \( \alpha \) with respect to the two vectors, we define an intermediate vector \( \boldsymbol{z} \). We define first -\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then +\( \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A} \), a vector of length \( n \). We have then, using the definition of the Jacobian,
$$ \alpha = \boldsymbol{z}^T\boldsymbol{x}, @@ -687,9 +687,11 @@ $$which means that (using our previous example) we have
$$ -\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}^T=\boldsymbol{y}^T\boldsymbol{A}. +\frac{\partial \alpha}{\partial \boldsymbol{x}} = \boldsymbol{z}=bm{A}^T\boldsymbol{y}. $$ +Note that the resulting vector elements are the same for \( \boldsymbol{z}^T \) and \( \boldsymbol{z} \), the only difference is that one if just the transpose of the other.
+Since \( \alpha \) is a scalar we have \( \alpha =\alpha^T=\boldsymbol{x}^T\boldsymbol{A}^T\boldsymbol{y} \). Defining now \( \boldsymbol{z}=\boldsymbol{x}^T\boldsymbol{A}^T \) we find that
$$ \frac{\partial \alpha}{\partial \boldsymbol{y}} = \boldsymbol{z}^T=\boldsymbol{x}^T\boldsymbol{A}^T. diff --git a/doc/pub/week35/ipynb/ipynb-week35-src.tar.gz b/doc/pub/week35/ipynb/ipynb-week35-src.tar.gz index dd8d64c65..9b781eaaf 100644 Binary files a/doc/pub/week35/ipynb/ipynb-week35-src.tar.gz and b/doc/pub/week35/ipynb/ipynb-week35-src.tar.gz differ diff --git a/doc/pub/week35/ipynb/week35.ipynb b/doc/pub/week35/ipynb/week35.ipynb index 827b5bcb8..c2d22256b 100644 --- a/doc/pub/week35/ipynb/week35.ipynb +++ b/doc/pub/week35/ipynb/week35.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "838ddf3c", + "id": "2070762b", "metadata": { "editable": true }, @@ -14,7 +14,7 @@ }, { "cell_type": "markdown", - "id": "17b1747e", + "id": "3a35ce03", "metadata": { "editable": true }, @@ -27,7 +27,7 @@ }, { "cell_type": "markdown", - "id": "85eb10b9", + "id": "f250b29c", "metadata": { "editable": true }, @@ -49,7 +49,7 @@ }, { "cell_type": "markdown", - "id": "791bb6f2", + "id": "157d1840", "metadata": { "editable": true }, @@ -65,7 +65,7 @@ }, { "cell_type": "markdown", - "id": "add64c3b", + "id": "1f0e5f64", "metadata": { "editable": true }, @@ -99,7 +99,7 @@ }, { "cell_type": "markdown", - "id": "ebd9eb0a", + "id": "e15c5dd7", "metadata": { "editable": true }, @@ -115,7 +115,7 @@ }, { "cell_type": "markdown", - "id": "48190fca", + "id": "7205f9ed", "metadata": { "editable": true }, @@ -127,7 +127,7 @@ }, { "cell_type": "markdown", - "id": "a9e68bdb", + "id": "58035123", "metadata": { "editable": true }, @@ -137,7 +137,7 @@ }, { "cell_type": "markdown", - "id": "9cd514cf", + "id": "5c054dc2", "metadata": { "editable": true }, @@ -149,7 +149,7 @@ }, { "cell_type": "markdown", - "id": "be58abcb", + "id": "1ccbf405", "metadata": { "editable": true }, @@ -170,7 +170,7 @@ }, { "cell_type": "markdown", - "id": "65c81ad7", + "id": "4fc747be", "metadata": { "editable": true }, @@ -182,7 +182,7 @@ }, { "cell_type": "markdown", - "id": "d06dd2df", + "id": "324815b4", "metadata": { "editable": true }, @@ -195,7 +195,7 @@ }, { "cell_type": "markdown", - "id": "2b242f4c", + "id": "c31fc801", "metadata": { "editable": true }, @@ -207,7 +207,7 @@ }, { "cell_type": "markdown", - "id": "fa4ce919", + "id": "5f390ec4", "metadata": { "editable": true }, @@ -219,7 +219,7 @@ }, { "cell_type": "markdown", - "id": "809bddba", + "id": "a7b23937", "metadata": { "editable": true }, @@ -229,7 +229,7 @@ }, { "cell_type": "markdown", - "id": "c13096cd", + "id": "db0cea3d", "metadata": { "editable": true }, @@ -241,7 +241,7 @@ }, { "cell_type": "markdown", - "id": "51bf0ce3", + "id": "936418d7", "metadata": { "editable": true }, @@ -254,7 +254,7 @@ }, { "cell_type": "markdown", - "id": "ebdcd499", + "id": "3b2a6714", "metadata": { "editable": true }, @@ -266,7 +266,7 @@ }, { "cell_type": "markdown", - "id": "052a85b8", + "id": "54120755", "metadata": { "editable": true }, @@ -276,7 +276,7 @@ }, { "cell_type": "markdown", - "id": "7896972c", + "id": "f8854f6e", "metadata": { "editable": true }, @@ -288,7 +288,7 @@ }, { "cell_type": "markdown", - "id": "9cb44c6e", + "id": "468fd216", "metadata": { "editable": true }, @@ -300,7 +300,7 @@ }, { "cell_type": "markdown", - "id": "c07d6100", + "id": "cd5e2caa", "metadata": { "editable": true }, @@ -311,7 +311,7 @@ }, { "cell_type": "markdown", - "id": "a9038b2b", + "id": "32e08e08", "metadata": { "editable": true }, @@ -323,7 +323,7 @@ }, { "cell_type": "markdown", - "id": "ee219eaa", + "id": "af8df8e6", "metadata": { "editable": true }, @@ -342,7 +342,7 @@ }, { "cell_type": "markdown", - "id": "4b483278", + "id": "89f55eba", "metadata": { "editable": true }, @@ -355,7 +355,7 @@ }, { "cell_type": "markdown", - "id": "0c3695c7", + "id": "3594bcb9", "metadata": { "editable": true }, @@ -365,7 +365,7 @@ }, { "cell_type": "markdown", - "id": "31f3f261", + "id": "1e45992c", "metadata": { "editable": true }, @@ -377,7 +377,7 @@ }, { "cell_type": "markdown", - "id": "8a16a039", + "id": "90198ba6", "metadata": { "editable": true }, @@ -387,7 +387,7 @@ }, { "cell_type": "markdown", - "id": "1cae8e04", + "id": "78c4cc43", "metadata": { "editable": true }, @@ -399,7 +399,7 @@ }, { "cell_type": "markdown", - "id": "79352075", + "id": "8d138d4c", "metadata": { "editable": true }, @@ -409,7 +409,7 @@ }, { "cell_type": "markdown", - "id": "0ccf5e17", + "id": "ba40b8d7", "metadata": { "editable": true }, @@ -421,7 +421,7 @@ }, { "cell_type": "markdown", - "id": "3986d65c", + "id": "e8f749fe", "metadata": { "editable": true }, @@ -432,7 +432,7 @@ }, { "cell_type": "markdown", - "id": "aa1d71ae", + "id": "c679efad", "metadata": { "editable": true }, @@ -444,7 +444,7 @@ }, { "cell_type": "markdown", - "id": "30f9467b", + "id": "f1aaeaca", "metadata": { "editable": true }, @@ -454,7 +454,7 @@ }, { "cell_type": "markdown", - "id": "ff88b45c", + "id": "fd4ae817", "metadata": { "editable": true }, @@ -466,7 +466,7 @@ }, { "cell_type": "markdown", - "id": "2b200f18", + "id": "d09f9a77", "metadata": { "editable": true }, @@ -476,7 +476,7 @@ }, { "cell_type": "markdown", - "id": "e976c578", + "id": "09ec2766", "metadata": { "editable": true }, @@ -488,7 +488,7 @@ }, { "cell_type": "markdown", - "id": "7a53072f", + "id": "ad758d65", "metadata": { "editable": true }, @@ -508,7 +508,7 @@ }, { "cell_type": "markdown", - "id": "b254dabb", + "id": "9d72460a", "metadata": { "editable": true }, @@ -535,7 +535,7 @@ }, { "cell_type": "markdown", - "id": "59c29834", + "id": "318afac7", "metadata": { "editable": true }, @@ -547,7 +547,7 @@ }, { "cell_type": "markdown", - "id": "a2dd4402", + "id": "e885156f", "metadata": { "editable": true }, @@ -559,7 +559,7 @@ }, { "cell_type": "markdown", - "id": "251d409a", + "id": "cd7e8abb", "metadata": { "editable": true }, @@ -575,7 +575,7 @@ }, { "cell_type": "markdown", - "id": "a86432c8", + "id": "6a7946a6", "metadata": { "editable": true }, @@ -593,7 +593,7 @@ }, { "cell_type": "markdown", - "id": "f52757b7", + "id": "bc7dac5b", "metadata": { "editable": true }, @@ -605,7 +605,7 @@ }, { "cell_type": "markdown", - "id": "c2295ece", + "id": "fb7b7c7a", "metadata": { "editable": true }, @@ -617,7 +617,7 @@ }, { "cell_type": "markdown", - "id": "01dbc04e", + "id": "fdab3f90", "metadata": { "editable": true }, @@ -628,7 +628,7 @@ }, { "cell_type": "markdown", - "id": "2f513341", + "id": "d398d440", "metadata": { "editable": true }, @@ -640,7 +640,7 @@ }, { "cell_type": "markdown", - "id": "c41bbc8f", + "id": "f90d2059", "metadata": { "editable": true }, @@ -650,7 +650,7 @@ }, { "cell_type": "markdown", - "id": "5a64d3aa", + "id": "3872052b", "metadata": { "editable": true }, @@ -662,7 +662,7 @@ }, { "cell_type": "markdown", - "id": "3e0766a7", + "id": "535cf990", "metadata": { "editable": true }, @@ -676,7 +676,7 @@ }, { "cell_type": "markdown", - "id": "2317828c", + "id": "197d3e9f", "metadata": { "editable": true }, @@ -688,19 +688,19 @@ }, { "cell_type": "markdown", - "id": "f32112c9", + "id": "e2c7a4f9", "metadata": { "editable": true }, "source": [ "with $\\boldsymbol{y}$ a vector of length $m$, $\\boldsymbol{A}$ an $m\\times n$ matrix and $\\boldsymbol{x}$ a vector of length $n$. We assume also that $\\boldsymbol{A}$ does not depend on any of the two vectors.\n", "In order to find the derivative of $\\alpha$ with respect to the two vectors, we define an intermediate vector $\\boldsymbol{z}$. We define first\n", - "$\\boldsymbol{z}^T=\\boldsymbol{y}^T\\boldsymbol{A}$, a vector of length $n$. We have then" + "$\\boldsymbol{z}^T=\\boldsymbol{y}^T\\boldsymbol{A}$, a vector of length $n$. We have then, using the definition of the Jacobian," ] }, { "cell_type": "markdown", - "id": "f638dc03", + "id": "834ecb73", "metadata": { "editable": true }, @@ -712,7 +712,7 @@ }, { "cell_type": "markdown", - "id": "4e5be62b", + "id": "89e5b0d3", "metadata": { "editable": true }, @@ -722,29 +722,31 @@ }, { "cell_type": "markdown", - "id": "d7cb2146", + "id": "f7e022ca", "metadata": { "editable": true }, "source": [ "$$\n", - "\\frac{\\partial \\alpha}{\\partial \\boldsymbol{x}} = \\boldsymbol{z}^T=\\boldsymbol{y}^T\\boldsymbol{A}.\n", + "\\frac{\\partial \\alpha}{\\partial \\boldsymbol{x}} = \\boldsymbol{z}=bm{A}^T\\boldsymbol{y}.\n", "$$" ] }, { "cell_type": "markdown", - "id": "11d5122b", + "id": "0f9fa0cd", "metadata": { "editable": true }, "source": [ + "Note that the resulting vector elements are the same for $\\boldsymbol{z}^T$ and $\\boldsymbol{z}$, the only difference is that one if just the transpose of the other.\n", + "\n", "Since $\\alpha$ is a scalar we have $\\alpha =\\alpha^T=\\boldsymbol{x}^T\\boldsymbol{A}^T\\boldsymbol{y}$. Defining now $\\boldsymbol{z}=\\boldsymbol{x}^T\\boldsymbol{A}^T$ we find that" ] }, { "cell_type": "markdown", - "id": "a3ab7ada", + "id": "7207e78d", "metadata": { "editable": true }, @@ -756,7 +758,7 @@ }, { "cell_type": "markdown", - "id": "2484de20", + "id": "a58d233a", "metadata": { "editable": true }, @@ -770,7 +772,7 @@ }, { "cell_type": "markdown", - "id": "c05c9882", + "id": "08676c15", "metadata": { "editable": true }, @@ -782,7 +784,7 @@ }, { "cell_type": "markdown", - "id": "af6d440c", + "id": "0c4417ed", "metadata": { "editable": true }, @@ -794,7 +796,7 @@ }, { "cell_type": "markdown", - "id": "49a54935", + "id": "9f43d971", "metadata": { "editable": true }, @@ -806,7 +808,7 @@ }, { "cell_type": "markdown", - "id": "3e1e1f54", + "id": "b0fc3f13", "metadata": { "editable": true }, @@ -816,7 +818,7 @@ }, { "cell_type": "markdown", - "id": "e84f7a76", + "id": "105376e3", "metadata": { "editable": true }, @@ -828,7 +830,7 @@ }, { "cell_type": "markdown", - "id": "3b454236", + "id": "6aa6fe7f", "metadata": { "editable": true }, @@ -838,7 +840,7 @@ }, { "cell_type": "markdown", - "id": "1c9967bd", + "id": "7fecb158", "metadata": { "editable": true }, @@ -850,7 +852,7 @@ }, { "cell_type": "markdown", - "id": "e1d22d0a", + "id": "d0e52ab7", "metadata": { "editable": true }, @@ -860,7 +862,7 @@ }, { "cell_type": "markdown", - "id": "e9f8f1b1", + "id": "12dd776d", "metadata": { "editable": true }, @@ -872,7 +874,7 @@ }, { "cell_type": "markdown", - "id": "2d68b18d", + "id": "78b3f176", "metadata": { "editable": true }, @@ -884,7 +886,7 @@ }, { "cell_type": "markdown", - "id": "f08a6a3d", + "id": "6b03b52f", "metadata": { "editable": true }, @@ -896,7 +898,7 @@ }, { "cell_type": "markdown", - "id": "f28182b8", + "id": "7e9addc3", "metadata": { "editable": true }, @@ -911,7 +913,7 @@ }, { "cell_type": "markdown", - "id": "810fa811", + "id": "6338444a", "metadata": { "editable": true }, @@ -923,7 +925,7 @@ }, { "cell_type": "markdown", - "id": "bab53421", + "id": "415c5e3d", "metadata": { "editable": true }, @@ -933,7 +935,7 @@ }, { "cell_type": "markdown", - "id": "c678d9e7", + "id": "a1cbb5b8", "metadata": { "editable": true }, @@ -945,7 +947,7 @@ }, { "cell_type": "markdown", - "id": "18229648", + "id": "43d23259", "metadata": { "editable": true }, @@ -955,7 +957,7 @@ }, { "cell_type": "markdown", - "id": "14d11135", + "id": "2171f18c", "metadata": { "editable": true }, @@ -967,7 +969,7 @@ }, { "cell_type": "markdown", - "id": "65afc99b", + "id": "292802ce", "metadata": { "editable": true }, @@ -977,7 +979,7 @@ }, { "cell_type": "markdown", - "id": "b99c12c8", + "id": "b1fa893a", "metadata": { "editable": true }, @@ -989,7 +991,7 @@ }, { "cell_type": "markdown", - "id": "1d4aeb96", + "id": "d5a8e55b", "metadata": { "editable": true }, @@ -1001,7 +1003,7 @@ }, { "cell_type": "markdown", - "id": "32dfb2e7", + "id": "475b3f93", "metadata": { "editable": true }, @@ -1013,7 +1015,7 @@ }, { "cell_type": "markdown", - "id": "e22b8175", + "id": "aff37293", "metadata": { "editable": true }, @@ -1023,7 +1025,7 @@ }, { "cell_type": "markdown", - "id": "0c7e59c7", + "id": "4fbe21f5", "metadata": { "editable": true }, @@ -1035,7 +1037,7 @@ }, { "cell_type": "markdown", - "id": "4929c5e0", + "id": "3febdaf6", "metadata": { "editable": true }, @@ -1048,7 +1050,7 @@ }, { "cell_type": "markdown", - "id": "a88784a2", + "id": "81b55f55", "metadata": { "editable": true }, @@ -1060,7 +1062,7 @@ }, { "cell_type": "markdown", - "id": "afa642b6", + "id": "19b56c51", "metadata": { "editable": true }, @@ -1070,7 +1072,7 @@ }, { "cell_type": "markdown", - "id": "8e923573", + "id": "97f789ce", "metadata": { "editable": true }, @@ -1082,7 +1084,7 @@ }, { "cell_type": "markdown", - "id": "b287f486", + "id": "5a3a13b2", "metadata": { "editable": true }, @@ -1092,7 +1094,7 @@ }, { "cell_type": "markdown", - "id": "62fb0449", + "id": "94a125c0", "metadata": { "editable": true }, @@ -1104,7 +1106,7 @@ }, { "cell_type": "markdown", - "id": "7c10c892", + "id": "91987be9", "metadata": { "editable": true }, @@ -1114,7 +1116,7 @@ }, { "cell_type": "markdown", - "id": "a2243624", + "id": "bf3d4757", "metadata": { "editable": true }, @@ -1126,7 +1128,7 @@ }, { "cell_type": "markdown", - "id": "86179096", + "id": "73a98618", "metadata": { "editable": true }, @@ -1136,7 +1138,7 @@ }, { "cell_type": "markdown", - "id": "734e9ab3", + "id": "d45f357b", "metadata": { "editable": true }, @@ -1148,7 +1150,7 @@ }, { "cell_type": "markdown", - "id": "6a7d8408", + "id": "4f286236", "metadata": { "editable": true }, @@ -1158,7 +1160,7 @@ }, { "cell_type": "markdown", - "id": "c76e567f", + "id": "8e44e034", "metadata": { "editable": true }, @@ -1170,7 +1172,7 @@ }, { "cell_type": "markdown", - "id": "44bd41c3", + "id": "2b173bf4", "metadata": { "editable": true }, @@ -1182,7 +1184,7 @@ }, { "cell_type": "markdown", - "id": "0f392fc5", + "id": "44c07349", "metadata": { "editable": true }, @@ -1194,7 +1196,7 @@ }, { "cell_type": "markdown", - "id": "f24b8c67", + "id": "9655d305", "metadata": { "editable": true }, @@ -1206,7 +1208,7 @@ }, { "cell_type": "markdown", - "id": "e00f0b5e", + "id": "c6f9029b", "metadata": { "editable": true }, @@ -1218,7 +1220,7 @@ }, { "cell_type": "markdown", - "id": "f927497d", + "id": "c9bdbee5", "metadata": { "editable": true }, @@ -1234,7 +1236,7 @@ }, { "cell_type": "markdown", - "id": "6f902139", + "id": "37e20b51", "metadata": { "editable": true }, @@ -1246,7 +1248,7 @@ }, { "cell_type": "markdown", - "id": "beea1f44", + "id": "44d0f0c2", "metadata": { "editable": true }, @@ -1256,7 +1258,7 @@ }, { "cell_type": "markdown", - "id": "90f1d577", + "id": "f041c827", "metadata": { "editable": true }, @@ -1268,7 +1270,7 @@ }, { "cell_type": "markdown", - "id": "837b7e3c", + "id": "b954f008", "metadata": { "editable": true }, @@ -1286,7 +1288,7 @@ }, { "cell_type": "markdown", - "id": "c626fb3e", + "id": "123e7a0b", "metadata": { "editable": true }, @@ -1298,7 +1300,7 @@ }, { "cell_type": "markdown", - "id": "547f4bd1", + "id": "ff1d71b0", "metadata": { "editable": true }, @@ -1310,7 +1312,7 @@ }, { "cell_type": "markdown", - "id": "6231fe95", + "id": "d50b1eff", "metadata": { "editable": true }, @@ -1320,7 +1322,7 @@ }, { "cell_type": "markdown", - "id": "915171e1", + "id": "b653da9a", "metadata": { "editable": true }, @@ -1332,7 +1334,7 @@ }, { "cell_type": "markdown", - "id": "9c4d56a7", + "id": "6763c705", "metadata": { "editable": true }, @@ -1342,7 +1344,7 @@ }, { "cell_type": "markdown", - "id": "6b8febad", + "id": "4814c60a", "metadata": { "editable": true }, @@ -1354,7 +1356,7 @@ }, { "cell_type": "markdown", - "id": "37f1fb3a", + "id": "b311b8f0", "metadata": { "editable": true }, @@ -1364,7 +1366,7 @@ }, { "cell_type": "markdown", - "id": "7f09606f", + "id": "024997c9", "metadata": { "editable": true }, @@ -1378,7 +1380,7 @@ }, { "cell_type": "markdown", - "id": "2bb47473", + "id": "fd049343", "metadata": { "editable": true }, @@ -1390,7 +1392,7 @@ }, { "cell_type": "markdown", - "id": "dc24ee16", + "id": "2b2c756c", "metadata": { "editable": true }, @@ -1401,7 +1403,7 @@ }, { "cell_type": "markdown", - "id": "2b6bf8b8", + "id": "71e03c6e", "metadata": { "editable": true }, @@ -1414,7 +1416,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "9b4a9b35", + "id": "49ebb09f", "metadata": { "collapsed": false, "editable": true @@ -1441,7 +1443,7 @@ }, { "cell_type": "markdown", - "id": "6920c1ce", + "id": "015ed20b", "metadata": { "editable": true }, @@ -1452,7 +1454,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "718f1e7a", + "id": "7fcdbb07", "metadata": { "collapsed": false, "editable": true @@ -1465,7 +1467,7 @@ }, { "cell_type": "markdown", - "id": "302e5daa", + "id": "e4dc0c88", "metadata": { "editable": true }, @@ -1479,7 +1481,7 @@ { "cell_type": "code", "execution_count": 3, - "id": "8c5ffff3", + "id": "4e8dd283", "metadata": { "collapsed": false, "editable": true @@ -1492,7 +1494,7 @@ }, { "cell_type": "markdown", - "id": "f7dd7bbc", + "id": "8e7038f4", "metadata": { "editable": true }, @@ -1503,7 +1505,7 @@ { "cell_type": "code", "execution_count": 4, - "id": "ec43e44d", + "id": "3c9ff2b4", "metadata": { "collapsed": false, "editable": true @@ -1515,7 +1517,7 @@ }, { "cell_type": "markdown", - "id": "9a26e527", + "id": "b7d31cfc", "metadata": { "editable": true }, @@ -1526,7 +1528,7 @@ { "cell_type": "code", "execution_count": 5, - "id": "1d0fe746", + "id": "56b5aa44", "metadata": { "collapsed": false, "editable": true @@ -1542,7 +1544,7 @@ }, { "cell_type": "markdown", - "id": "abe54d75", + "id": "418766ca", "metadata": { "editable": true }, @@ -1553,7 +1555,7 @@ { "cell_type": "code", "execution_count": 6, - "id": "4872598b", + "id": "9ce8738f", "metadata": { "collapsed": false, "editable": true @@ -1567,7 +1569,7 @@ }, { "cell_type": "markdown", - "id": "cd49debc", + "id": "f70a5810", "metadata": { "editable": true }, @@ -1588,7 +1590,7 @@ }, { "cell_type": "markdown", - "id": "feb6c8a9", + "id": "02999e0a", "metadata": { "editable": true }, @@ -1599,7 +1601,7 @@ { "cell_type": "code", "execution_count": 7, - "id": "f795be3f", + "id": "44b7ab0c", "metadata": { "collapsed": false, "editable": true @@ -1652,7 +1654,7 @@ }, { "cell_type": "markdown", - "id": "c1dcacdd", + "id": "8bf25c52", "metadata": { "editable": true }, @@ -1663,7 +1665,7 @@ { "cell_type": "code", "execution_count": 8, - "id": "bb65da2f", + "id": "f1617c0f", "metadata": { "collapsed": false, "editable": true @@ -1688,7 +1690,7 @@ }, { "cell_type": "markdown", - "id": "d0f15172", + "id": "b6cf3134", "metadata": { "editable": true }, @@ -1700,7 +1702,7 @@ }, { "cell_type": "markdown", - "id": "27edcf08", + "id": "62a7efa0", "metadata": { "editable": true }, @@ -1729,7 +1731,7 @@ }, { "cell_type": "markdown", - "id": "09b707cb", + "id": "705a9e78", "metadata": { "editable": true }, @@ -1754,7 +1756,7 @@ }, { "cell_type": "markdown", - "id": "d8258039", + "id": "a28e9f54", "metadata": { "editable": true }, @@ -1774,7 +1776,7 @@ }, { "cell_type": "markdown", - "id": "5e673f10", + "id": "4ef6e8e7", "metadata": { "editable": true }, @@ -1801,7 +1803,7 @@ }, { "cell_type": "markdown", - "id": "e1e7c077", + "id": "792a7f87", "metadata": { "editable": true }, @@ -1814,7 +1816,7 @@ }, { "cell_type": "markdown", - "id": "1bc7d9f5", + "id": "be85a0d3", "metadata": { "editable": true }, @@ -1826,7 +1828,7 @@ }, { "cell_type": "markdown", - "id": "38a02d71", + "id": "dc73c283", "metadata": { "editable": true }, @@ -1837,7 +1839,7 @@ }, { "cell_type": "markdown", - "id": "bafdab3d", + "id": "0fc3e620", "metadata": { "editable": true }, @@ -1853,7 +1855,7 @@ { "cell_type": "code", "execution_count": 9, - "id": "294b590a", + "id": "8781e6d8", "metadata": { "collapsed": false, "editable": true @@ -1887,7 +1889,7 @@ }, { "cell_type": "markdown", - "id": "850c6ed7", + "id": "ce174749", "metadata": { "editable": true }, @@ -1897,7 +1899,7 @@ }, { "cell_type": "markdown", - "id": "b12c577b", + "id": "5c5ec899", "metadata": { "editable": true }, @@ -1912,7 +1914,7 @@ }, { "cell_type": "markdown", - "id": "9b14e6b2", + "id": "1269be22", "metadata": { "editable": true }, @@ -1924,7 +1926,7 @@ }, { "cell_type": "markdown", - "id": "e1cc06ab", + "id": "49bcecf2", "metadata": { "editable": true }, @@ -1934,7 +1936,7 @@ }, { "cell_type": "markdown", - "id": "a0015d80", + "id": "d4f129da", "metadata": { "editable": true }, @@ -1950,7 +1952,7 @@ { "cell_type": "code", "execution_count": 10, - "id": "724d55a7", + "id": "a1df1f09", "metadata": { "collapsed": false, "editable": true @@ -1967,7 +1969,7 @@ }, { "cell_type": "markdown", - "id": "1fea5895", + "id": "4c83bb83", "metadata": { "editable": true }, @@ -1980,7 +1982,7 @@ { "cell_type": "code", "execution_count": 11, - "id": "faef60d3", + "id": "44657a42", "metadata": { "collapsed": false, "editable": true @@ -2027,7 +2029,7 @@ }, { "cell_type": "markdown", - "id": "1890cfb6", + "id": "496c1b32", "metadata": { "editable": true }, @@ -2038,7 +2040,7 @@ { "cell_type": "code", "execution_count": 12, - "id": "2da1b274", + "id": "f660fa85", "metadata": { "collapsed": false, "editable": true @@ -2141,7 +2143,7 @@ }, { "cell_type": "markdown", - "id": "d22da0ce", + "id": "896ccb4d", "metadata": { "editable": true }, @@ -2169,7 +2171,7 @@ }, { "cell_type": "markdown", - "id": "22d39bed", + "id": "99b008af", "metadata": { "editable": true }, @@ -2204,7 +2206,7 @@ }, { "cell_type": "markdown", - "id": "318d5501", + "id": "58f04015", "metadata": { "editable": true }, @@ -2219,7 +2221,7 @@ { "cell_type": "code", "execution_count": 13, - "id": "ef5c6851", + "id": "9b656f55", "metadata": { "collapsed": false, "editable": true @@ -2244,7 +2246,7 @@ }, { "cell_type": "markdown", - "id": "ead7dac2", + "id": "753cc9e8", "metadata": { "editable": true }, @@ -2260,7 +2262,7 @@ }, { "cell_type": "markdown", - "id": "00912cf1", + "id": "a5e38f33", "metadata": { "editable": true }, @@ -2272,7 +2274,7 @@ }, { "cell_type": "markdown", - "id": "c0fea765", + "id": "aae9b92e", "metadata": { "editable": true }, @@ -2287,7 +2289,7 @@ }, { "cell_type": "markdown", - "id": "0f330af0", + "id": "9c291819", "metadata": { "editable": true }, @@ -2299,7 +2301,7 @@ }, { "cell_type": "markdown", - "id": "0063f1ef", + "id": "5899d25a", "metadata": { "editable": true }, @@ -2309,7 +2311,7 @@ }, { "cell_type": "markdown", - "id": "150701f3", + "id": "0f29bd4d", "metadata": { "editable": true }, @@ -2321,7 +2323,7 @@ }, { "cell_type": "markdown", - "id": "610464ba", + "id": "0cb2e6c9", "metadata": { "editable": true }, @@ -2331,7 +2333,7 @@ }, { "cell_type": "markdown", - "id": "9953d5f6", + "id": "1fd38785", "metadata": { "editable": true }, @@ -2343,7 +2345,7 @@ }, { "cell_type": "markdown", - "id": "2e8884f7", + "id": "5c2d75dc", "metadata": { "editable": true }, @@ -2356,7 +2358,7 @@ }, { "cell_type": "markdown", - "id": "61c277e8", + "id": "deee598d", "metadata": { "editable": true }, @@ -2368,7 +2370,7 @@ }, { "cell_type": "markdown", - "id": "1222f5a3", + "id": "5c6def04", "metadata": { "editable": true }, @@ -2378,7 +2380,7 @@ }, { "cell_type": "markdown", - "id": "34a214bc", + "id": "b963926f", "metadata": { "editable": true }, @@ -2390,7 +2392,7 @@ }, { "cell_type": "markdown", - "id": "7caaea7b", + "id": "8ae1234c", "metadata": { "editable": true }, @@ -2400,7 +2402,7 @@ }, { "cell_type": "markdown", - "id": "edb19ced", + "id": "55f817b0", "metadata": { "editable": true }, @@ -2412,7 +2414,7 @@ }, { "cell_type": "markdown", - "id": "e1702b6a", + "id": "f9961c0a", "metadata": { "editable": true }, @@ -2422,7 +2424,7 @@ }, { "cell_type": "markdown", - "id": "27f88d49", + "id": "3dbe6718", "metadata": { "editable": true }, @@ -2434,7 +2436,7 @@ }, { "cell_type": "markdown", - "id": "a5a8eb56", + "id": "557a9b28", "metadata": { "editable": true }, @@ -2444,7 +2446,7 @@ }, { "cell_type": "markdown", - "id": "79df257f", + "id": "21fc49fe", "metadata": { "editable": true }, @@ -2456,7 +2458,7 @@ }, { "cell_type": "markdown", - "id": "0507e2db", + "id": "7bc10a4b", "metadata": { "editable": true }, @@ -2466,7 +2468,7 @@ }, { "cell_type": "markdown", - "id": "3cd0e008", + "id": "ffdb0ae1", "metadata": { "editable": true }, @@ -2478,7 +2480,7 @@ }, { "cell_type": "markdown", - "id": "aeb2df6c", + "id": "df958d6d", "metadata": { "editable": true }, @@ -2488,7 +2490,7 @@ }, { "cell_type": "markdown", - "id": "c2895f0c", + "id": "28dda90e", "metadata": { "editable": true }, @@ -2500,7 +2502,7 @@ }, { "cell_type": "markdown", - "id": "0f9bcdef", + "id": "9cd88088", "metadata": { "editable": true }, @@ -2512,7 +2514,7 @@ }, { "cell_type": "markdown", - "id": "5cce6012", + "id": "fddcde46", "metadata": { "editable": true }, @@ -2524,7 +2526,7 @@ }, { "cell_type": "markdown", - "id": "9fefc43f", + "id": "4c3b8a3c", "metadata": { "editable": true }, @@ -2537,7 +2539,7 @@ }, { "cell_type": "markdown", - "id": "1ab1590a", + "id": "fa950e26", "metadata": { "editable": true }, @@ -2549,7 +2551,7 @@ }, { "cell_type": "markdown", - "id": "6aca143e", + "id": "1d98e3f4", "metadata": { "editable": true }, @@ -2559,7 +2561,7 @@ }, { "cell_type": "markdown", - "id": "0600266f", + "id": "6c8035a9", "metadata": { "editable": true }, @@ -2573,7 +2575,7 @@ { "cell_type": "code", "execution_count": 14, - "id": "226e69de", + "id": "c83cd747", "metadata": { "collapsed": false, "editable": true @@ -2670,7 +2672,7 @@ }, { "cell_type": "markdown", - "id": "9213cccf", + "id": "df626a96", "metadata": { "editable": true }, @@ -2691,7 +2693,7 @@ }, { "cell_type": "markdown", - "id": "b3cfb0e6", + "id": "2e335693", "metadata": { "editable": true }, @@ -2703,7 +2705,7 @@ }, { "cell_type": "markdown", - "id": "97ae99f6", + "id": "80c69bda", "metadata": { "editable": true }, @@ -2713,7 +2715,7 @@ }, { "cell_type": "markdown", - "id": "d4fffebc", + "id": "c178a5ab", "metadata": { "editable": true }, @@ -2725,7 +2727,7 @@ }, { "cell_type": "markdown", - "id": "ba5ce507", + "id": "35309a6d", "metadata": { "editable": true }, @@ -2735,7 +2737,7 @@ }, { "cell_type": "markdown", - "id": "1bef4ab0", + "id": "d6efaf8b", "metadata": { "editable": true }, @@ -2747,7 +2749,7 @@ }, { "cell_type": "markdown", - "id": "7af18264", + "id": "cd0f3eff", "metadata": { "editable": true }, @@ -2763,7 +2765,7 @@ }, { "cell_type": "markdown", - "id": "e56bf1a5", + "id": "0d580e3b", "metadata": { "editable": true }, @@ -2807,7 +2809,7 @@ }, { "cell_type": "markdown", - "id": "27ec7b5d", + "id": "2404385b", "metadata": { "editable": true }, @@ -2819,7 +2821,7 @@ { "cell_type": "code", "execution_count": 15, - "id": "0cd3f8ad", + "id": "1c4a7d19", "metadata": { "collapsed": false, "editable": true @@ -2835,7 +2837,7 @@ }, { "cell_type": "markdown", - "id": "f3dfac97", + "id": "e71777f2", "metadata": { "editable": true }, @@ -2846,7 +2848,7 @@ { "cell_type": "code", "execution_count": 16, - "id": "3bf63b2c", + "id": "184a475a", "metadata": { "collapsed": false, "editable": true @@ -2864,7 +2866,7 @@ }, { "cell_type": "markdown", - "id": "50d878e1", + "id": "b77e02db", "metadata": { "editable": true }, @@ -2875,7 +2877,7 @@ { "cell_type": "code", "execution_count": 17, - "id": "c97bd84c", + "id": "fc3671ce", "metadata": { "collapsed": false, "editable": true @@ -2889,7 +2891,7 @@ }, { "cell_type": "markdown", - "id": "1c352f56", + "id": "013d540f", "metadata": { "editable": true }, @@ -2900,7 +2902,7 @@ { "cell_type": "code", "execution_count": 18, - "id": "3af4a28f", + "id": "80a64969", "metadata": { "collapsed": false, "editable": true @@ -2913,7 +2915,7 @@ }, { "cell_type": "markdown", - "id": "5b7915d7", + "id": "428cd58d", "metadata": { "editable": true }, @@ -2924,7 +2926,7 @@ { "cell_type": "code", "execution_count": 19, - "id": "8fa83210", + "id": "c793f29e", "metadata": { "collapsed": false, "editable": true @@ -2941,7 +2943,7 @@ }, { "cell_type": "markdown", - "id": "66252887", + "id": "38d0c393", "metadata": { "editable": true }, @@ -2952,7 +2954,7 @@ { "cell_type": "code", "execution_count": 20, - "id": "3f5592ff", + "id": "94f80d14", "metadata": { "collapsed": false, "editable": true @@ -2968,7 +2970,7 @@ }, { "cell_type": "markdown", - "id": "9c736212", + "id": "fe08c200", "metadata": { "editable": true }, @@ -2979,7 +2981,7 @@ { "cell_type": "code", "execution_count": 21, - "id": "a5bce93f", + "id": "450f268e", "metadata": { "collapsed": false, "editable": true @@ -3003,7 +3005,7 @@ }, { "cell_type": "markdown", - "id": "14f7841e", + "id": "7ba0da29", "metadata": { "editable": true }, @@ -3014,7 +3016,7 @@ { "cell_type": "code", "execution_count": 22, - "id": "4833ba51", + "id": "27bc62a6", "metadata": { "collapsed": false, "editable": true @@ -3027,7 +3029,7 @@ }, { "cell_type": "markdown", - "id": "70cd6f55", + "id": "9efee606", "metadata": { "editable": true }, @@ -3038,7 +3040,7 @@ { "cell_type": "code", "execution_count": 23, - "id": "d49e02fd", + "id": "97bd24f3", "metadata": { "collapsed": false, "editable": true @@ -3058,7 +3060,7 @@ }, { "cell_type": "markdown", - "id": "d9d04195", + "id": "05ced8cf", "metadata": { "editable": true }, @@ -3069,7 +3071,7 @@ { "cell_type": "code", "execution_count": 24, - "id": "c0ad295c", + "id": "f7f08093", "metadata": { "collapsed": false, "editable": true @@ -3112,7 +3114,7 @@ { "cell_type": "code", "execution_count": 25, - "id": "d13d09f4", + "id": "f3bfd461", "metadata": { "collapsed": false, "editable": true @@ -3127,7 +3129,7 @@ }, { "cell_type": "markdown", - "id": "cc3450eb", + "id": "de8426d4", "metadata": { "editable": true }, @@ -3137,7 +3139,7 @@ }, { "cell_type": "markdown", - "id": "7fb81b2b", + "id": "f8a82af2", "metadata": { "editable": true }, @@ -3151,7 +3153,7 @@ }, { "cell_type": "markdown", - "id": "8a6c5791", + "id": "324717dd", "metadata": { "editable": true }, @@ -3163,7 +3165,7 @@ }, { "cell_type": "markdown", - "id": "cb0f6ee4", + "id": "0f14d98b", "metadata": { "editable": true }, @@ -3175,7 +3177,7 @@ }, { "cell_type": "markdown", - "id": "de9ae3b5", + "id": "1cb98122", "metadata": { "editable": true }, @@ -3187,7 +3189,7 @@ }, { "cell_type": "markdown", - "id": "819d0d3e", + "id": "0203949a", "metadata": { "editable": true }, @@ -3197,7 +3199,7 @@ }, { "cell_type": "markdown", - "id": "c793ecc3", + "id": "ff35f0a0", "metadata": { "editable": true }, @@ -3209,7 +3211,7 @@ }, { "cell_type": "markdown", - "id": "d9f77aa9", + "id": "b67e78e6", "metadata": { "editable": true }, @@ -3219,7 +3221,7 @@ }, { "cell_type": "markdown", - "id": "5e2de101", + "id": "3879f7f1", "metadata": { "editable": true }, @@ -3231,7 +3233,7 @@ }, { "cell_type": "markdown", - "id": "a20db730", + "id": "6029b581", "metadata": { "editable": true }, @@ -3242,7 +3244,7 @@ }, { "cell_type": "markdown", - "id": "b5a36020", + "id": "09d79eab", "metadata": { "editable": true }, @@ -3254,7 +3256,7 @@ }, { "cell_type": "markdown", - "id": "a472cb0c", + "id": "83a4102b", "metadata": { "editable": true }, @@ -3266,7 +3268,7 @@ }, { "cell_type": "markdown", - "id": "6fd733f2", + "id": "7e682794", "metadata": { "editable": true }, @@ -3276,7 +3278,7 @@ }, { "cell_type": "markdown", - "id": "89c04844", + "id": "e4f5a75b", "metadata": { "editable": true }, @@ -3288,7 +3290,7 @@ }, { "cell_type": "markdown", - "id": "84c75cdb", + "id": "e18ea090", "metadata": { "editable": true }, @@ -3300,7 +3302,7 @@ }, { "cell_type": "markdown", - "id": "afe05d8e", + "id": "73e393f2", "metadata": { "editable": true }, @@ -3310,7 +3312,7 @@ }, { "cell_type": "markdown", - "id": "690c8d0f", + "id": "af122a67", "metadata": { "editable": true }, @@ -3322,7 +3324,7 @@ }, { "cell_type": "markdown", - "id": "89db317c", + "id": "0d568b19", "metadata": { "editable": true }, @@ -3332,7 +3334,7 @@ }, { "cell_type": "markdown", - "id": "99c23fd7", + "id": "89fd8083", "metadata": { "editable": true }, @@ -3344,7 +3346,7 @@ }, { "cell_type": "markdown", - "id": "3b2888f7", + "id": "e91751cd", "metadata": { "editable": true }, @@ -3354,7 +3356,7 @@ }, { "cell_type": "markdown", - "id": "92138431", + "id": "f9341e2d", "metadata": { "editable": true }, @@ -3394,7 +3396,7 @@ }, { "cell_type": "markdown", - "id": "dc5944b2", + "id": "abf1745c", "metadata": { "editable": true }, @@ -3411,7 +3413,7 @@ }, { "cell_type": "markdown", - "id": "7b505cdb", + "id": "e584126f", "metadata": { "editable": true }, @@ -3434,7 +3436,7 @@ }, { "cell_type": "markdown", - "id": "be293d2a", + "id": "1935162a", "metadata": { "editable": true }, @@ -3451,7 +3453,7 @@ }, { "cell_type": "markdown", - "id": "3bc83bb8", + "id": "f913930e", "metadata": { "editable": true }, @@ -3470,7 +3472,7 @@ }, { "cell_type": "markdown", - "id": "4ac0b4e7", + "id": "7deeba62", "metadata": { "editable": true }, @@ -3481,7 +3483,7 @@ }, { "cell_type": "markdown", - "id": "c716f31f", + "id": "e20bb582", "metadata": { "editable": true }, @@ -3493,7 +3495,7 @@ }, { "cell_type": "markdown", - "id": "32ba7049", + "id": "0ad6b17e", "metadata": { "editable": true }, @@ -3511,7 +3513,7 @@ }, { "cell_type": "markdown", - "id": "50d2e066", + "id": "fc980d51", "metadata": { "editable": true }, @@ -3527,7 +3529,7 @@ }, { "cell_type": "markdown", - "id": "49ffe594", + "id": "0efbde1b", "metadata": { "editable": true }, @@ -3539,7 +3541,7 @@ }, { "cell_type": "markdown", - "id": "d590b9f1", + "id": "82b89d07", "metadata": { "editable": true }, @@ -3549,7 +3551,7 @@ }, { "cell_type": "markdown", - "id": "ed99e76d", + "id": "d1710699", "metadata": { "editable": true }, @@ -3564,7 +3566,7 @@ }, { "cell_type": "markdown", - "id": "c86c70ca", + "id": "06fba53f", "metadata": { "editable": true }, @@ -3576,7 +3578,7 @@ }, { "cell_type": "markdown", - "id": "92f362bd", + "id": "d50f6863", "metadata": { "editable": true }, @@ -3586,7 +3588,7 @@ }, { "cell_type": "markdown", - "id": "b947d722", + "id": "96c5b41b", "metadata": { "editable": true }, @@ -3598,7 +3600,7 @@ }, { "cell_type": "markdown", - "id": "48573eb6", + "id": "bf09f2f2", "metadata": { "editable": true }, @@ -3608,7 +3610,7 @@ }, { "cell_type": "markdown", - "id": "90fa4f26", + "id": "a252e1f8", "metadata": { "editable": true }, @@ -3620,7 +3622,7 @@ }, { "cell_type": "markdown", - "id": "18a9a6c1", + "id": "c45385a1", "metadata": { "editable": true }, @@ -3632,7 +3634,7 @@ }, { "cell_type": "markdown", - "id": "84442c6a", + "id": "104ee592", "metadata": { "editable": true }, @@ -3647,7 +3649,7 @@ }, { "cell_type": "markdown", - "id": "dbaaac22", + "id": "449b0b3a", "metadata": { "editable": true }, @@ -3658,7 +3660,7 @@ }, { "cell_type": "markdown", - "id": "5fac6b95", + "id": "9dd69828", "metadata": { "editable": true }, @@ -3678,7 +3680,7 @@ }, { "cell_type": "markdown", - "id": "23536fbf", + "id": "5c29cff2", "metadata": { "editable": true }, @@ -3690,7 +3692,7 @@ }, { "cell_type": "markdown", - "id": "d9a27268", + "id": "e2a10501", "metadata": { "editable": true }, @@ -3700,7 +3702,7 @@ }, { "cell_type": "markdown", - "id": "016c8eec", + "id": "99152797", "metadata": { "editable": true }, @@ -3712,7 +3714,7 @@ }, { "cell_type": "markdown", - "id": "e4ce71bc", + "id": "1ac07399", "metadata": { "editable": true }, @@ -3741,7 +3743,7 @@ }, { "cell_type": "markdown", - "id": "5be6cb84", + "id": "e7b18b54", "metadata": { "editable": true }, @@ -3768,7 +3770,7 @@ }, { "cell_type": "markdown", - "id": "d14ba489", + "id": "82154505", "metadata": { "editable": true }, @@ -3779,7 +3781,7 @@ { "cell_type": "code", "execution_count": 26, - "id": "dbf16459", + "id": "39ca4c5b", "metadata": { "collapsed": false, "editable": true @@ -3819,7 +3821,7 @@ }, { "cell_type": "markdown", - "id": "ad89e7fb", + "id": "e44cb513", "metadata": { "editable": true }, @@ -3836,7 +3838,7 @@ }, { "cell_type": "markdown", - "id": "1e193edc", + "id": "f0ef3ab9", "metadata": { "editable": true }, @@ -3859,7 +3861,7 @@ }, { "cell_type": "markdown", - "id": "95172c4d", + "id": "816aa4d8", "metadata": { "editable": true }, @@ -3873,7 +3875,7 @@ }, { "cell_type": "markdown", - "id": "3ff6f79c", + "id": "5b4a5249", "metadata": { "editable": true }, @@ -3892,7 +3894,7 @@ }, { "cell_type": "markdown", - "id": "1ec8d8dd", + "id": "1774c4f7", "metadata": { "editable": true }, @@ -3902,7 +3904,7 @@ }, { "cell_type": "markdown", - "id": "0c8ca808", + "id": "d88964cb", "metadata": { "editable": true }, @@ -3914,7 +3916,7 @@ }, { "cell_type": "markdown", - "id": "3a3509c9", + "id": "b25b8172", "metadata": { "editable": true }, @@ -3928,7 +3930,7 @@ }, { "cell_type": "markdown", - "id": "a4d8b83c", + "id": "7b7b6f11", "metadata": { "editable": true }, @@ -3940,7 +3942,7 @@ }, { "cell_type": "markdown", - "id": "b29a7c37", + "id": "aab6628d", "metadata": { "editable": true }, @@ -3950,7 +3952,7 @@ }, { "cell_type": "markdown", - "id": "ede04bd6", + "id": "3b7403a0", "metadata": { "editable": true }, @@ -3962,7 +3964,7 @@ }, { "cell_type": "markdown", - "id": "b98dcf9b", + "id": "67fcad16", "metadata": { "editable": true }, @@ -3979,7 +3981,7 @@ }, { "cell_type": "markdown", - "id": "43562c74", + "id": "51a1f1ea", "metadata": { "editable": true }, @@ -3989,7 +3991,7 @@ }, { "cell_type": "markdown", - "id": "bbd63581", + "id": "e349493c", "metadata": { "editable": true }, @@ -4005,7 +4007,7 @@ }, { "cell_type": "markdown", - "id": "b8ae028f", + "id": "27d1460f", "metadata": { "editable": true }, @@ -4015,7 +4017,7 @@ }, { "cell_type": "markdown", - "id": "4f278714", + "id": "e13a2af1", "metadata": { "editable": true }, @@ -4031,7 +4033,7 @@ }, { "cell_type": "markdown", - "id": "73a8abd7", + "id": "b5f9291c", "metadata": { "editable": true }, @@ -4041,7 +4043,7 @@ }, { "cell_type": "markdown", - "id": "bb958405", + "id": "5d4cc03b", "metadata": { "editable": true }, @@ -4057,7 +4059,7 @@ }, { "cell_type": "markdown", - "id": "5d4c44a6", + "id": "a9dad684", "metadata": { "editable": true }, @@ -4067,7 +4069,7 @@ }, { "cell_type": "markdown", - "id": "801aa550", + "id": "325eaed9", "metadata": { "editable": true }, @@ -4084,7 +4086,7 @@ }, { "cell_type": "markdown", - "id": "65642f1a", + "id": "f9dc99fd", "metadata": { "editable": true }, @@ -4096,7 +4098,7 @@ }, { "cell_type": "markdown", - "id": "a48c5cd1", + "id": "04e1b274", "metadata": { "editable": true }, @@ -4108,7 +4110,7 @@ }, { "cell_type": "markdown", - "id": "da759789", + "id": "81f13516", "metadata": { "editable": true }, @@ -4120,7 +4122,7 @@ }, { "cell_type": "markdown", - "id": "134025d9", + "id": "94f773d3", "metadata": { "editable": true }, @@ -4130,7 +4132,7 @@ }, { "cell_type": "markdown", - "id": "70d9b4be", + "id": "c0be9eca", "metadata": { "editable": true }, @@ -4142,7 +4144,7 @@ }, { "cell_type": "markdown", - "id": "cf77b392", + "id": "71b6ddf1", "metadata": { "editable": true }, @@ -4154,7 +4156,7 @@ }, { "cell_type": "markdown", - "id": "c255027a", + "id": "5aff16f9", "metadata": { "editable": true }, @@ -4166,7 +4168,7 @@ }, { "cell_type": "markdown", - "id": "d0b31bf6", + "id": "59861abf", "metadata": { "editable": true }, @@ -4176,7 +4178,7 @@ }, { "cell_type": "markdown", - "id": "0a612558", + "id": "c1a8a9b2", "metadata": { "editable": true }, @@ -4188,7 +4190,7 @@ }, { "cell_type": "markdown", - "id": "0728614a", + "id": "abfe2371", "metadata": { "editable": true }, @@ -4198,7 +4200,7 @@ }, { "cell_type": "markdown", - "id": "bb5e5456", + "id": "25e07935", "metadata": { "editable": true }, @@ -4210,7 +4212,7 @@ }, { "cell_type": "markdown", - "id": "fa670de8", + "id": "42346a84", "metadata": { "editable": true }, @@ -4224,7 +4226,7 @@ }, { "cell_type": "markdown", - "id": "84aff359", + "id": "d77863a3", "metadata": { "editable": true }, @@ -4236,7 +4238,7 @@ }, { "cell_type": "markdown", - "id": "a335c378", + "id": "e29d0fb1", "metadata": { "editable": true }, @@ -4248,7 +4250,7 @@ }, { "cell_type": "markdown", - "id": "4d8edf94", + "id": "6b31c4f9", "metadata": { "editable": true }, @@ -4258,7 +4260,7 @@ }, { "cell_type": "markdown", - "id": "865b7d40", + "id": "f6b1d761", "metadata": { "editable": true }, @@ -4270,7 +4272,7 @@ }, { "cell_type": "markdown", - "id": "f38bf7b3", + "id": "058e70dc", "metadata": { "editable": true }, @@ -4281,7 +4283,7 @@ }, { "cell_type": "markdown", - "id": "ad9415b7", + "id": "63c9e0bc", "metadata": { "editable": true }, @@ -4293,7 +4295,7 @@ }, { "cell_type": "markdown", - "id": "95c11e25", + "id": "1e59fc08", "metadata": { "editable": true }, @@ -4303,7 +4305,7 @@ }, { "cell_type": "markdown", - "id": "8548d242", + "id": "b2a3a437", "metadata": { "editable": true }, @@ -4315,7 +4317,7 @@ }, { "cell_type": "markdown", - "id": "f1db2a77", + "id": "50947830", "metadata": { "editable": true }, @@ -4325,7 +4327,7 @@ }, { "cell_type": "markdown", - "id": "07ea95f3", + "id": "0b2ca780", "metadata": { "editable": true }, @@ -4337,7 +4339,7 @@ }, { "cell_type": "markdown", - "id": "db8e4f05", + "id": "cc399e80", "metadata": { "editable": true }, @@ -4348,7 +4350,7 @@ }, { "cell_type": "markdown", - "id": "7bf990ec", + "id": "04d39ec1", "metadata": { "editable": true }, @@ -4360,7 +4362,7 @@ }, { "cell_type": "markdown", - "id": "2214c64c", + "id": "c2952ff2", "metadata": { "editable": true }, @@ -4378,7 +4380,7 @@ }, { "cell_type": "markdown", - "id": "a4afcd3b", + "id": "f1066e49", "metadata": { "editable": true }, @@ -4394,7 +4396,7 @@ }, { "cell_type": "markdown", - "id": "4b8592eb", + "id": "75241441", "metadata": { "editable": true }, @@ -4406,7 +4408,7 @@ }, { "cell_type": "markdown", - "id": "cccf40cb", + "id": "127632fb", "metadata": { "editable": true }, @@ -4418,7 +4420,7 @@ }, { "cell_type": "markdown", - "id": "449fb07f", + "id": "478a6cc7", "metadata": { "editable": true }, @@ -4430,7 +4432,7 @@ }, { "cell_type": "markdown", - "id": "b0635a59", + "id": "100ec228", "metadata": { "editable": true }, @@ -4443,7 +4445,7 @@ }, { "cell_type": "markdown", - "id": "1a769266", + "id": "b9582b4e", "metadata": { "editable": true }, @@ -4459,7 +4461,7 @@ }, { "cell_type": "markdown", - "id": "5ebdd0e3", + "id": "8d1b1d1e", "metadata": { "editable": true }, @@ -4473,7 +4475,7 @@ }, { "cell_type": "markdown", - "id": "87f04ca9", + "id": "b379afd0", "metadata": { "editable": true }, @@ -4483,7 +4485,7 @@ }, { "cell_type": "markdown", - "id": "30d1ebd7", + "id": "016ec85c", "metadata": { "editable": true }, @@ -4495,7 +4497,7 @@ }, { "cell_type": "markdown", - "id": "85fa8561", + "id": "ad78bc24", "metadata": { "editable": true }, @@ -4505,7 +4507,7 @@ }, { "cell_type": "markdown", - "id": "03a364b8", + "id": "08ec1bde", "metadata": { "editable": true }, @@ -4517,7 +4519,7 @@ }, { "cell_type": "markdown", - "id": "cd318c9f", + "id": "7024cde8", "metadata": { "editable": true }, @@ -4527,7 +4529,7 @@ }, { "cell_type": "markdown", - "id": "b7d368f3", + "id": "5f4b37ed", "metadata": { "editable": true }, @@ -4541,7 +4543,7 @@ }, { "cell_type": "markdown", - "id": "f805edf9", + "id": "28390d12", "metadata": { "editable": true }, @@ -4558,7 +4560,7 @@ }, { "cell_type": "markdown", - "id": "6f29c3b9", + "id": "a999b4d5", "metadata": { "editable": true }, @@ -4574,7 +4576,7 @@ }, { "cell_type": "markdown", - "id": "c6ec3fdd", + "id": "70197591", "metadata": { "editable": true }, @@ -4586,7 +4588,7 @@ }, { "cell_type": "markdown", - "id": "c6549130", + "id": "dd66cfbf", "metadata": { "editable": true }, @@ -4599,7 +4601,7 @@ }, { "cell_type": "markdown", - "id": "0c73641f", + "id": "ab6558bb", "metadata": { "editable": true }, @@ -4613,7 +4615,7 @@ }, { "cell_type": "markdown", - "id": "c222f306", + "id": "785365bf", "metadata": { "editable": true }, @@ -4623,7 +4625,7 @@ }, { "cell_type": "markdown", - "id": "ca81ebca", + "id": "412dd6fd", "metadata": { "editable": true }, @@ -4636,7 +4638,7 @@ }, { "cell_type": "markdown", - "id": "ea5c0f35", + "id": "25a906cb", "metadata": { "editable": true }, @@ -4655,7 +4657,7 @@ }, { "cell_type": "markdown", - "id": "587a1536", + "id": "4b49e0b5", "metadata": { "editable": true }, @@ -4667,7 +4669,7 @@ }, { "cell_type": "markdown", - "id": "5f043b26", + "id": "74265043", "metadata": { "editable": true }, @@ -4679,7 +4681,7 @@ }, { "cell_type": "markdown", - "id": "0e3fb598", + "id": "b69bbbcb", "metadata": { "editable": true }, @@ -4689,7 +4691,7 @@ }, { "cell_type": "markdown", - "id": "4954f9cf", + "id": "45b17417", "metadata": { "editable": true }, @@ -4701,7 +4703,7 @@ }, { "cell_type": "markdown", - "id": "b11c4701", + "id": "b709fa5b", "metadata": { "editable": true }, @@ -4714,7 +4716,7 @@ }, { "cell_type": "markdown", - "id": "778ed0dc", + "id": "f93eeadf", "metadata": { "editable": true }, @@ -4733,7 +4735,7 @@ }, { "cell_type": "markdown", - "id": "a5056397", + "id": "4d180d26", "metadata": { "editable": true }, @@ -4743,7 +4745,7 @@ }, { "cell_type": "markdown", - "id": "77b5e5c7", + "id": "ec91d548", "metadata": { "editable": true }, @@ -4762,7 +4764,7 @@ }, { "cell_type": "markdown", - "id": "30cb9420", + "id": "ad6f6693", "metadata": { "editable": true }, @@ -4780,7 +4782,7 @@ }, { "cell_type": "markdown", - "id": "87dc9887", + "id": "1c1f25f4", "metadata": { "editable": true }, @@ -4794,7 +4796,7 @@ }, { "cell_type": "markdown", - "id": "17d71f0d", + "id": "b19b14ec", "metadata": { "editable": true }, @@ -4809,7 +4811,7 @@ { "cell_type": "code", "execution_count": 27, - "id": "bdd1380c", + "id": "cfe27cc6", "metadata": { "collapsed": false, "editable": true @@ -4830,7 +4832,7 @@ }, { "cell_type": "markdown", - "id": "9682bfbe", + "id": "fbb5ed33", "metadata": { "editable": true }, @@ -4847,7 +4849,7 @@ { "cell_type": "code", "execution_count": 28, - "id": "8f3a7094", + "id": "b291bb1e", "metadata": { "collapsed": false, "editable": true @@ -4879,7 +4881,7 @@ }, { "cell_type": "markdown", - "id": "c10871ba", + "id": "f7b82f6f", "metadata": { "editable": true }, @@ -4893,7 +4895,7 @@ }, { "cell_type": "markdown", - "id": "36bba53c", + "id": "45f5e994", "metadata": { "editable": true }, @@ -4906,7 +4908,7 @@ { "cell_type": "code", "execution_count": 29, - "id": "2c15e05c", + "id": "2b118fef", "metadata": { "collapsed": false, "editable": true @@ -4931,7 +4933,7 @@ }, { "cell_type": "markdown", - "id": "73fdc99f", + "id": "d188a901", "metadata": { "editable": true }, @@ -4941,7 +4943,7 @@ }, { "cell_type": "markdown", - "id": "b2f78b00", + "id": "ec43689d", "metadata": { "editable": true }, @@ -4952,7 +4954,7 @@ { "cell_type": "code", "execution_count": 30, - "id": "604062df", + "id": "3b1f8867", "metadata": { "collapsed": false, "editable": true @@ -5006,7 +5008,7 @@ }, { "cell_type": "markdown", - "id": "8b010db8", + "id": "4c8df15e", "metadata": { "editable": true }, @@ -5023,7 +5025,7 @@ }, { "cell_type": "markdown", - "id": "c40a801d", + "id": "bb4cbd56", "metadata": { "editable": true }, @@ -5035,7 +5037,7 @@ }, { "cell_type": "markdown", - "id": "969e0f92", + "id": "f6a57798", "metadata": { "editable": true }, @@ -5047,7 +5049,7 @@ }, { "cell_type": "markdown", - "id": "1b87945a", + "id": "d38cc2d7", "metadata": { "editable": true }, @@ -5057,7 +5059,7 @@ }, { "cell_type": "markdown", - "id": "0e21aef2", + "id": "45582026", "metadata": { "editable": true }, @@ -5074,7 +5076,7 @@ }, { "cell_type": "markdown", - "id": "c7402ba1", + "id": "89c131b7", "metadata": { "editable": true }, @@ -5084,7 +5086,7 @@ }, { "cell_type": "markdown", - "id": "c2d86cef", + "id": "ece1e46b", "metadata": { "editable": true }, @@ -5099,7 +5101,7 @@ }, { "cell_type": "markdown", - "id": "356258f2", + "id": "cce34eb0", "metadata": { "editable": true }, @@ -5109,7 +5111,7 @@ }, { "cell_type": "markdown", - "id": "a754fe35", + "id": "a3b7cd4e", "metadata": { "editable": true }, @@ -5123,7 +5125,7 @@ }, { "cell_type": "markdown", - "id": "5da384ce", + "id": "ac01fc8d", "metadata": { "editable": true }, @@ -5135,7 +5137,7 @@ }, { "cell_type": "markdown", - "id": "d946a606", + "id": "1dbbed04", "metadata": { "editable": true }, @@ -5147,7 +5149,7 @@ }, { "cell_type": "markdown", - "id": "79eef735", + "id": "ec632bc1", "metadata": { "editable": true }, @@ -5159,7 +5161,7 @@ }, { "cell_type": "markdown", - "id": "01dff8c7", + "id": "c2504d33", "metadata": { "editable": true }, @@ -5169,7 +5171,7 @@ }, { "cell_type": "markdown", - "id": "49f39457", + "id": "01e85bfe", "metadata": { "editable": true }, @@ -5181,7 +5183,7 @@ }, { "cell_type": "markdown", - "id": "ec6f3278", + "id": "2bfccf8e", "metadata": { "editable": true }, @@ -5191,7 +5193,7 @@ }, { "cell_type": "markdown", - "id": "a1061003", + "id": "3f676ade", "metadata": { "editable": true }, @@ -5208,7 +5210,7 @@ }, { "cell_type": "markdown", - "id": "66cff9c2", + "id": "6a82ea60", "metadata": { "editable": true }, @@ -5218,7 +5220,7 @@ }, { "cell_type": "markdown", - "id": "0289d760", + "id": "fb97357e", "metadata": { "editable": true }, @@ -5230,7 +5232,7 @@ }, { "cell_type": "markdown", - "id": "4b807037", + "id": "7c1571ed", "metadata": { "editable": true }, @@ -5240,7 +5242,7 @@ }, { "cell_type": "markdown", - "id": "2e21ba54", + "id": "c6985d6d", "metadata": { "editable": true }, @@ -5252,7 +5254,7 @@ }, { "cell_type": "markdown", - "id": "96dac9bc", + "id": "d7e2f0bf", "metadata": { "editable": true }, @@ -5266,7 +5268,7 @@ }, { "cell_type": "markdown", - "id": "881a3bea", + "id": "23029490", "metadata": { "editable": true }, @@ -5278,7 +5280,7 @@ }, { "cell_type": "markdown", - "id": "84a164e2", + "id": "555b0e01", "metadata": { "editable": true }, @@ -5300,7 +5302,7 @@ }, { "cell_type": "markdown", - "id": "7bd957d9", + "id": "5561c9a2", "metadata": { "editable": true }, @@ -5312,7 +5314,7 @@ }, { "cell_type": "markdown", - "id": "e9d15eae", + "id": "7bc685b4", "metadata": { "editable": true }, @@ -5327,7 +5329,7 @@ }, { "cell_type": "markdown", - "id": "bbbc3b4e", + "id": "e5f74689", "metadata": { "editable": true }, @@ -5339,7 +5341,7 @@ }, { "cell_type": "markdown", - "id": "62b0fce6", + "id": "88c544a8", "metadata": { "editable": true }, @@ -5351,7 +5353,7 @@ }, { "cell_type": "markdown", - "id": "0aa2e137", + "id": "8bd0dbe9", "metadata": { "editable": true }, @@ -5361,7 +5363,7 @@ }, { "cell_type": "markdown", - "id": "fd93daa8", + "id": "42f1768e", "metadata": { "editable": true }, @@ -5373,7 +5375,7 @@ }, { "cell_type": "markdown", - "id": "6cea7d7f", + "id": "ebfdc4f3", "metadata": { "editable": true }, @@ -5383,7 +5385,7 @@ }, { "cell_type": "markdown", - "id": "0a05b8d7", + "id": "101ad94b", "metadata": { "editable": true }, @@ -5395,7 +5397,7 @@ }, { "cell_type": "markdown", - "id": "655a918b", + "id": "0bdd520e", "metadata": { "editable": true }, @@ -5405,7 +5407,7 @@ }, { "cell_type": "markdown", - "id": "8f6c74f1", + "id": "5bbf13b1", "metadata": { "editable": true }, @@ -5417,7 +5419,7 @@ }, { "cell_type": "markdown", - "id": "5b9725b2", + "id": "85a38e8d", "metadata": { "editable": true }, @@ -5434,7 +5436,7 @@ }, { "cell_type": "markdown", - "id": "2be4cb9d", + "id": "f6666263", "metadata": { "editable": true }, @@ -5447,7 +5449,7 @@ }, { "cell_type": "markdown", - "id": "dcc582e7", + "id": "587b2ce3", "metadata": { "editable": true }, @@ -5459,7 +5461,7 @@ }, { "cell_type": "markdown", - "id": "5a1ed82a", + "id": "c22c9ddb", "metadata": { "editable": true }, @@ -5469,7 +5471,7 @@ }, { "cell_type": "markdown", - "id": "c224353e", + "id": "7724b145", "metadata": { "editable": true }, @@ -5482,7 +5484,7 @@ }, { "cell_type": "markdown", - "id": "ae79a666", + "id": "ec8b96ea", "metadata": { "editable": true }, @@ -5492,7 +5494,7 @@ }, { "cell_type": "markdown", - "id": "870f7011", + "id": "3d2a045a", "metadata": { "editable": true }, @@ -5504,7 +5506,7 @@ }, { "cell_type": "markdown", - "id": "1ec298b0", + "id": "1056995d", "metadata": { "editable": true }, @@ -5517,7 +5519,7 @@ }, { "cell_type": "markdown", - "id": "d0c145fd", + "id": "fef60cc6", "metadata": { "editable": true }, @@ -5530,7 +5532,7 @@ }, { "cell_type": "markdown", - "id": "086c19c7", + "id": "a0f33fda", "metadata": { "editable": true }, @@ -5542,7 +5544,7 @@ }, { "cell_type": "markdown", - "id": "77e6f6ae", + "id": "b2581a7a", "metadata": { "editable": true }, @@ -5554,7 +5556,7 @@ }, { "cell_type": "markdown", - "id": "6ea94ce0", + "id": "e4f2ab2e", "metadata": { "editable": true }, @@ -5564,7 +5566,7 @@ }, { "cell_type": "markdown", - "id": "75fe3e7e", + "id": "123fb750", "metadata": { "editable": true }, @@ -5577,7 +5579,7 @@ }, { "cell_type": "markdown", - "id": "b44ad029", + "id": "b1d58fbe", "metadata": { "editable": true }, @@ -5589,7 +5591,7 @@ }, { "cell_type": "markdown", - "id": "5a6cadf4", + "id": "5f0259bc", "metadata": { "editable": true }, @@ -5601,7 +5603,7 @@ }, { "cell_type": "markdown", - "id": "983dd769", + "id": "c8fb5772", "metadata": { "editable": true }, @@ -5613,7 +5615,7 @@ }, { "cell_type": "markdown", - "id": "670240ea", + "id": "9f73c308", "metadata": { "editable": true }, @@ -5625,7 +5627,7 @@ }, { "cell_type": "markdown", - "id": "21222a56", + "id": "ac9096ce", "metadata": { "editable": true }, @@ -5639,7 +5641,7 @@ }, { "cell_type": "markdown", - "id": "0a6658cf", + "id": "ca0b1176", "metadata": { "editable": true }, @@ -5651,7 +5653,7 @@ }, { "cell_type": "markdown", - "id": "11916659", + "id": "c30835a6", "metadata": { "editable": true }, @@ -5661,7 +5663,7 @@ }, { "cell_type": "markdown", - "id": "f657be21", + "id": "ab6bb533", "metadata": { "editable": true }, @@ -5673,7 +5675,7 @@ }, { "cell_type": "markdown", - "id": "d97516b8", + "id": "53b92c21", "metadata": { "editable": true }, @@ -5685,7 +5687,7 @@ }, { "cell_type": "markdown", - "id": "99bd354d", + "id": "4667c501", "metadata": { "editable": true }, @@ -5697,7 +5699,7 @@ }, { "cell_type": "markdown", - "id": "90658f5b", + "id": "a5f83360", "metadata": { "editable": true }, @@ -5709,7 +5711,7 @@ }, { "cell_type": "markdown", - "id": "fc998d60", + "id": "cd2e2e5e", "metadata": { "editable": true }, @@ -5721,7 +5723,7 @@ }, { "cell_type": "markdown", - "id": "6925d765", + "id": "c9dc1a87", "metadata": { "editable": true }, @@ -5740,7 +5742,7 @@ }, { "cell_type": "markdown", - "id": "97ff8669", + "id": "a948cd9f", "metadata": { "editable": true }, @@ -5752,7 +5754,7 @@ }, { "cell_type": "markdown", - "id": "bfcb6e0f", + "id": "48e29bd0", "metadata": { "editable": true }, @@ -5762,7 +5764,7 @@ }, { "cell_type": "markdown", - "id": "e2a9c918", + "id": "58ee4e46", "metadata": { "editable": true }, @@ -5774,7 +5776,7 @@ }, { "cell_type": "markdown", - "id": "507de073", + "id": "ced911f5", "metadata": { "editable": true }, @@ -5784,7 +5786,7 @@ }, { "cell_type": "markdown", - "id": "06c889f9", + "id": "3330c263", "metadata": { "editable": true }, @@ -5796,7 +5798,7 @@ }, { "cell_type": "markdown", - "id": "fccfc919", + "id": "d8e1460a", "metadata": { "editable": true }, @@ -5808,7 +5810,7 @@ }, { "cell_type": "markdown", - "id": "d814818f", + "id": "55e47a8d", "metadata": { "editable": true }, @@ -5824,7 +5826,7 @@ }, { "cell_type": "markdown", - "id": "bbcc18c6", + "id": "4b71f3a0", "metadata": { "editable": true }, @@ -5836,7 +5838,7 @@ }, { "cell_type": "markdown", - "id": "1487ed01", + "id": "a115cebf", "metadata": { "editable": true }, @@ -5848,7 +5850,7 @@ }, { "cell_type": "markdown", - "id": "f74e089e", + "id": "c4d6028a", "metadata": { "editable": true }, @@ -5858,7 +5860,7 @@ }, { "cell_type": "markdown", - "id": "abd8519b", + "id": "98044bee", "metadata": { "editable": true }, @@ -5870,7 +5872,7 @@ }, { "cell_type": "markdown", - "id": "14effb67", + "id": "e3534bc0", "metadata": { "editable": true }, @@ -5880,7 +5882,7 @@ }, { "cell_type": "markdown", - "id": "ba6e6ea3", + "id": "99bb4cd3", "metadata": { "editable": true }, @@ -5892,7 +5894,7 @@ }, { "cell_type": "markdown", - "id": "78202454", + "id": "88fc3c52", "metadata": { "editable": true }, @@ -5909,7 +5911,7 @@ }, { "cell_type": "markdown", - "id": "f27b566a", + "id": "c05ba72d", "metadata": { "editable": true }, @@ -5921,7 +5923,7 @@ }, { "cell_type": "markdown", - "id": "5e9449c1", + "id": "75da5d5a", "metadata": { "editable": true }, @@ -5933,7 +5935,7 @@ }, { "cell_type": "markdown", - "id": "d425f456", + "id": "fcea82a3", "metadata": { "editable": true }, @@ -5943,7 +5945,7 @@ }, { "cell_type": "markdown", - "id": "71664ae1", + "id": "96a7a03e", "metadata": { "editable": true }, @@ -5955,7 +5957,7 @@ }, { "cell_type": "markdown", - "id": "18bc0e49", + "id": "4091e1b7", "metadata": { "editable": true }, @@ -5965,7 +5967,7 @@ }, { "cell_type": "markdown", - "id": "29b8cc98", + "id": "ded3ce7d", "metadata": { "editable": true }, @@ -5977,7 +5979,7 @@ }, { "cell_type": "markdown", - "id": "a29dc217", + "id": "cff51920", "metadata": { "editable": true }, @@ -5987,7 +5989,7 @@ }, { "cell_type": "markdown", - "id": "4d51ed4e", + "id": "262759a7", "metadata": { "editable": true }, @@ -5999,7 +6001,7 @@ }, { "cell_type": "markdown", - "id": "c0cca566", + "id": "d927c104", "metadata": { "editable": true }, diff --git a/doc/src/week35/week35.do.txt b/doc/src/week35/week35.do.txt index dc0033767..017da2ae6 100644 --- a/doc/src/week35/week35.do.txt +++ b/doc/src/week35/week35.do.txt @@ -317,7 +317,7 @@ multiplications !et with $\bm{y}$ a vector of length $m$, $\bm{A}$ an $m\times n$ matrix and $\bm{x}$ a vector of length $n$. We assume also that $\bm{A}$ does not depend on any of the two vectors. In order to find the derivative of $\alpha$ with respect to the two vectors, we define an intermediate vector $\bm{z}$. We define first -$\bm{z}^T=\bm{y}^T\bm{A}$, a vector of length $n$. We have then +$\bm{z}^T=\bm{y}^T\bm{A}$, a vector of length $n$. We have then, using the definition of the Jacobian, !bt \[ \alpha = \bm{z}^T\bm{x}, @@ -326,10 +326,12 @@ $\bm{z}^T=\bm{y}^T\bm{A}$, a vector of length $n$. We have then which means that (using our previous example) we have !bt \[ -\frac{\partial \alpha}{\partial \bm{x}} = \bm{z}^T=\bm{y}^T\bm{A}. +\frac{\partial \alpha}{\partial \bm{x}} = \bm{z}=bm{A}^T\bm{y}. \] !et +Note that the resulting vector elements are the same for $\bm{z}^T$ and $\bm{z}$, the only difference is that one if just the transpose of the other. + Since $\alpha$ is a scalar we have $\alpha =\alpha^T=\bm{x}^T\bm{A}^T\bm{y}$. Defining now $\bm{z}=\bm{x}^T\bm{A}^T$ we find that !bt \[