An open API service indexing awesome lists of open source software.

https://github.com/fusion809/gnu_octave-old

GNU Octave scripts and data, abandoned due to the size its achieved.
https://github.com/fusion809/gnu_octave-old

math mathematics octave octave-scripts

Last synced: 6 months ago
JSON representation

GNU Octave scripts and data, abandoned due to the size its achieved.

Awesome Lists containing this project

README

          

# GNU Octave scripts
This repository contains my GNU Octave scripts.

| Script | Description |
|------------------|------------------------------------------------------------------------------|
| airy-newton.m | Determines the first root, on the negative x axis, of the Airy Ai(x) function.|
| first.m | Solves Schrodinger equation with V = k x on [0,200] (which is meant to approximate infinity) with N = 1000. |
| lorenz-ex.m | Solves the Lorenz equations. |
| lorenz.m | Lorenz equation function script. |
| lorenz-plot.m | Plots lorenz-ex.m solution. |
| prayer.m | Redundant script I used to determine how close I was to 99 prayer on RuneScape |
| RandomExample2.m | Solves d2y/dx2 = (C^2)/(y^2) - lambda^2 * (y(1))^(n-1) over [0,10] with y(0)=1; dy/dx(0) = 1 |
| simpen-ex.m | Solves the problem of the simple pendulum. |
| simpen.m | Differential function for the simple pendulum. |
| SLEq.m | Solves 1D Schrodinger equation with linear potential. |