_index.org

autism

Last edited: August 8, 2025

autism is a spectrum disorder that are caused by both environmental and genetic factors.

Key Question: how can different chromatin regulators lead to the same set of symptoms named “autism”.

autism gene signature

The gene signature of autism can be measured in clean and quantitative assays.

Automatic Differentiation

Last edited: August 8, 2025

Forward Accumulation

First, make a computation graph.

Consider \(\ln (ab + \max (a,2))\)

Say we want \(\pdv{f}{a}(3,2)\).

Let’s begin by tracking, left to right, both the value of each node and its derivative.

Layer 1:

  • \(b = 2, \pdv{b}{a} = 0\)
  • \(a = 3, \pdv{a}{a} = 1\)

Layer 2:

  • \(c_1 = a\times b = 6, \pdv{c_1}{a} = b\pdv{a}{a} + a \pdv{a}{b} = 2\)

and so on; until we get to \(c_4\)

autonomous ODEs

Last edited: August 8, 2025

an First Order ODE is “autonomous” when:

\begin{equation} y’ = f(y) \end{equation}

for some \(f\) of one variables. Meaning, it only depends on the independent variable \(t\) through the use of \(y(t)\) in context.

This is a special class of seperable diffequ.

autonomous ODEs level off at stationary curves

for autonomous ODEs can never level off at non-stationary points. Otherwise, that would be a stationary point.

See stability (ODEs)

time-invariant expressions

For forms by which:

axiomatic semantics

Last edited: August 8, 2025

Pre-conditions and post-conditions for specify logical formula; this is the basis of verification systems.

Axler 1.A

Last edited: August 8, 2025

Key sequence

  1. In this chapter, we defined complex numbers, their definition, their closeness under addition and multiplication, and their properties
  2. These properties make them a field: namely, they have, associativity, commutativity, identities, inverses, and distribution.
  3. notably, they are different from a group by having 1) two operations 2) additionally, commutativity and distributivity. We then defined \(\mathbb{F}^n\), defined addition, additive inverse, and zero.
  4. These combined (with some algebra) shows that \(\mathbb{F}^n\) under addition is a commutative group.
  5. Lastly, we show that there is this magical thing called scalar multiplication in \(\mathbb{F}^n\) and that its associative, distributive, and has an identity. Technically scalar multiplication in \(\mathbb{F}^n\) commutes too but extremely wonkily so we don’t really think about it.

New Definitions

Results and Their Proofs

Question for Jana

  • No demonstration in exercises or book that scalar multiplication is commutative, why?

Interesting Factoids

  • You can take a field, look at an operation, and take that (minus the other op’s identity), and call it a group
  • (groups (vector spaces (fields )))