Giter Site home page Giter Site logo

massovercharge / lorenz_attractor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hujilin1229/lorenz_attractor

0.0 1.0 0.0 6.06 MB

This is a mini-project relates to Lorenz attractor.

License: BSD 2-Clause "Simplified" License

Python 100.00%

lorenz_attractor's Introduction

PhD-Python-1

A repository containing a mini project template for the course "Scientific Computing using Python, part 1", held at Aalborg University, May 2016

Here you can put a bit of information/documentation of the program you develop, including:

  • Author: Jilin Hu

  • What does the program? This program is used to solve ODE, file writting and reading, and trajectory plotting.

  • Files and dir structure ./ doc results test LICENSE README.md setup.py ./cases/ init.py context.py case1.py case2.py case3.py case4.py case5.py ./lorenz/ init.py filehandling.py plot.py run.py solver.py util.py ./test/ init.py context.py test_basic.py

  • How to run the program $cd cases $python

    import sys sys.path.append('../') exec(open("case1.py").read())

    or $cd cases $ipython []:import sys []:sys.path.append('../') []:%run case1.py

you might need to put something like

in e.g. cases/case1.py or test/test.py to be access the functions etc. you make in lorenz/solver.py, lorenz/run.py etc.# lorenz_attractor

lorenz_attractor's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.