Giter VIP home page Giter VIP logo

Raj Gubrele's Projects

bisection_method icon bisection_method

The program in Python to determine the solution of a nonlinear equation using bisection.

cubic_spline_method icon cubic_spline_method

Cubic spline interpolation is a special case for Spline interpolation that is used very often to avoid the problem of Runge's phenomenon. This method gives an interpolating polynomial that is smoother and has smaller error than some other interpolating polynomials such as Lagrange polynomial and Newton polynomial

data_structure_linked_list icon data_structure_linked_list

Linked Lists Formation of Linked List,-------> Addition of Linked List at the begening and -------> Addition of Linked List at the ending ------> Addition of Linked list before and after any specific index or data

datalemur_sql_top_5_artists icon datalemur_sql_top_5_artists

Assume there are three Spotify tables: artists, songs, and global_song_rank, which contain information about the artists, songs, and music charts, respectively.

euler_method icon euler_method

The Euler method is a first-order method, which means that the local error (error per step) is proportional to the square of the step size, and the global error (error at a given time) is proportional to the step size.

gauss_jorden_method icon gauss_jorden_method

The Gauss-Jordan Method is similar to Gaussian Elimination, except that the entries both above and below each pivot are targeted (zeroed out). After performing Gaussian Elimination on a matrix, the result is in row echelon form. After the Gauss-Jordan Method, the result is in reduced row echelon form.

gauss_seidel_method icon gauss_seidel_method

In numerical linear algebra, the Gauss–Seidel method, also known as the Liebmann method or the method of successive displacement, is an iterative method used to solve a system of linear equations

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.