R@N Meeting with Angi
Last edited: August 8, 2025RAG-DOLL Initial Plan
Last edited: August 8, 2025raising e to a matrix
Last edited: August 8, 2025Let’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, 2025random variable
Last edited: August 8, 2025A 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
- probability mass function is a description for the random variable: and random variables are usually communicated via probability mass functions
- expected value
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\)?”
