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.
- Host: GitHub
- URL: https://github.com/fusion809/gnu_octave-old
- Owner: fusion809
- License: gpl-3.0
- Created: 2015-12-26T01:05:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T10:19:11.000Z (over 8 years ago)
- Last Synced: 2025-01-27T10:11:35.450Z (about 1 year ago)
- Topics: math, mathematics, octave, octave-scripts
- Language: Matlab
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. |