_index.org

R@N Meeting with Angi

Last edited: August 8, 2025

RAG-DOLL Initial Plan

Last edited: August 8, 2025

raising e to a matrix

Last edited: August 8, 2025

Let’s compute what \(e^{tA}\) should look like, where \(t\) is some scalar and \(A\) is a diagonalizable matrix. This is a supplement to Second-Order Linear Differential Equations.

Let \(v_1\dots v_{m}\) be the eigenvectors of \(A\). Let \(\lambda_{1}\dots\lambda_{m}\) be the eigenvalues.

Recall that we can therefore diagonalize \(A\) as:

\begin{equation} A = \mqty(v_1& \dots& v_{m})\mqty(\dmat{\lambda_{1}, \dots, \lambda_{m}})\mqty(v_1& \dots& v_{m})^{-1} \end{equation}

read: change of choordinates into the eigenbases, scale by the eigenvalues, then change back to normal choordinates.

random

Last edited: August 8, 2025

random variable

Last edited: August 8, 2025

A random variable is a quantity that can take on different values, whereby there is a separate probability associated with each value:

  • discrete: finite number of values
  • continuous: infinitely many possible values

probability mass function

A discrete random variable is encoded as a probability mass function

probability density function

A continuous random variable is represented as a probability density function.

summary statistics

adding random variables

“what’s the probability of \(X + Y = n\) with IID \(X\) and \(Y\)?” “what’s the probability of two independent samples from the same exact distribution adding up to \(n\)?”