Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@oseledets
oseledets / dyn_lr.py
Created February 20, 2013 16:43
Implementation of the KSL integrator in Python
import sys
import os
from math import exp,sqrt
import numpy as np
from numpy.linalg import svd,norm,qr
from numpy.random import rand
from scipy.linalg import expm
import time
import timestep as ts
import itertools
This file has been truncated, but you can view the full file.