Git Product home page Git Product logo

numerical-methods's Introduction

Numerical Methods (MNUM)

Explanation and code for classes of numerical methods

Final Grade: 18

Subject Goals

Table of contents

Content

The language in which algorithm was developed is explicitly written in the title of each content. However, the biggest part of the code in this repository was developed in python, in order to improve understandment.

Zeros of functions - C++

Method name Explanation
Successive Bissection to add
Falsi Position to add
Picard Peano One Variable to add
Newton Method One Variable to add

Zeros of functions - Python

Method name Explanation
Sucessive Bissection to add
Falsi Position to add
Picard Peano One Variable to add
Newton Method One Variable to add
Picard Peano Two Variables to add
Newton Method Two Variable to add

Gauss - Python

Method Name Explanation
Simple Gauss Algorithm and Extern Stability
Simple Gauss with numpy to add
Gauss Seidel to add
Gauss Jacobi to add

Integrals - Python

Method Name Explanation
Regra dos Trapézios PDF
Simpson to add

Diferential Equations - Python

Method Name Explanation
Euler Image
Runge Kutta 2 Image
Runge Kutta 4 To add
Runge Kutta 4 - systems To add
Runge Kutta 4 - superior order PDF, obs: first must learn RK4 systems

Optimization - Python

Method Name Explanation
Search/Golden Search PDF
Multidimensional/Quadrica To add
Multidimensional/Gradient PDF
Multidimensional/Levenberg-Marquardt To add

Jupyter notebook

You can also check some jupyter notebook with the code:

Revisions

Here are some colected exercises for tests and exames to revision and test your knowledge.

Levenberg Marquadt

Optmization exercises

Revision to the 2nd test

These exercises do not include kaletsy algorithm.

Previous Exams

Exame Exame without solution Exam with solution Code Solution
2017.1 Link Link Link

numerical-methods's People

Contributors

jumaruba avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.