{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# The Wronskian" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "palette = [(215/255, 0/255, 132/255), (255/255, 1/255, 73/255), (255/255, 121/255, 1/255), (255/255, 210/255, 0/255)]\n", "cool_palette = [(0/255, 150/255, 173/255), (0/255, 200/255, 146/255)]\n", "shade = (2/3, 2/3, 2/3)\n", "phase_labels = ['$x$', '$x\\'$']\n", "def animate_phase(frames, size): return animate(frames, xmin = -size, xmax = size, ymin = -size, ymax = size, aspect_ratio = 1, axes_labels = phase_labels)" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "