Giter Site home page Giter Site logo

rmnigm / numerical-methods Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 10.21 MB

Repository with implementations of numerical algorithms on Python / C++, used in homework for Numerical Methods course in HSE University Applied Math BSc.

Python 79.36% C++ 1.53% TeX 19.11%

numerical-methods's Introduction

numerical-methods

build status

What is it

This is a repository containing numerical algorithms, written in Python and C++. They are used in homework for Numerical Methods course in 3rd year of Applied Math undergraduate program in HSE University. Homeworks are mostly annotated in russian.

Homework topics:

  1. Numerical precision, computer representation of numbers
  2. Solving nonlinear equations
  3. Numerical precision for matrix operations
  4. Solving systems of nonlinear equations
  5. Solving systems of linear equations with iterative methods
  6. Function approximation
  7. Solving ordinary differential equations
  8. Skipped that one.
  9. Function optimization
  10. Solving partial differential equations

How to setup (Unix)

  • Clone repository to local machine

  • Install Pyenv using this guide and install Poetry

  • Install Python, used in project

    $ pyenv install 3.10.6

    If any problems happen - this guide can help.

  • Create virtual environment with Poetry and install requirements:

    $ cd <path to cloned repo>
    $ poetry install
  • Use Poetry tools for running scripts and testing:

    $ poetry run python <script>.py

And you are perfect, congratulations!

C++ files building

Right now most of the cpp files are easily compilable without any need to start a project, if you have G++ installed.

  $ g++ <file>.cpp -o <executable_name>
  $ sh ./<executable_name>

numerical-methods's People

Contributors

rmnigm avatar

Stargazers

Nikita Tkachenko avatar Max Kudryashov avatar  avatar daria avatar  avatar Pochuvalov Artem avatar Igor Lysov avatar

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.