Git Product home page Git Product logo

cppf's Projects

backward-difference-interpolation icon backward-difference-interpolation

Newton's (Newton-Gregory) Backward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.

bisection-root icon bisection-root

The Bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs.

central-difference-interpolation icon central-difference-interpolation

Stirling's Central Difference interpolation gives the average of the values obtained by Gauss forward and backward interpolation formulae.

divided-difference-interpolation icon divided-difference-interpolation

Newton’s divided difference interpolation formula is a interpolation technique used when the interval difference is not same for all sequence of values.

extra-boolean icon extra-boolean

Boolean data type has two possible truth values to represent logic.

fixed-point-root icon fixed-point-root

Fixed-point iteration is a method of computing fixed points of a function, which is used with Newton's method to find roots of a differentiable function.

forward-difference-interpolation icon forward-difference-interpolation

Newton's (Newton-Gregory) Forward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.

hello-world icon hello-world

A "Hello, World!" is an introductory computer program.

lagrange-interpolation icon lagrange-interpolation

The Lagrange interpolation formula is a way to find a polynomial which takes on certain values at arbitrary points.

map_learn icon map_learn

Surprised that map["x"] = 1; map[id] => 0; where id = "x".

mpi-boruvka-mst icon mpi-boruvka-mst

Get Minimum Spanning Tree of a connected Graph using Boruvka's Algorithm and MPI.

newton-root icon newton-root

Newton's (Newton–Raphson) method is a root-finding algorithm which produces successively better approximations to the roots of a real-valued function.

number-base-conversion icon number-base-conversion

Base conversion is a method of changing the representation of a number from one set of symbols to another.

nvgraph.sh icon nvgraph.sh

CLI for nvGraph, which is a GPU-based graph analytics library written by NVIDIA, using CUDA.

rectangular-integration icon rectangular-integration

Rectangular integration is a numerical integration technique that approximates the integral of a function with a rectangle.

regula-falsi-root icon regula-falsi-root

The Regula–Falsi Method is a numerical method for estimating the roots of a polynomial f(x).

secant-root icon secant-root

The Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.

trapezoidal-integration icon trapezoidal-integration

Trapezoidal Rule is an integration rule that evaluates the area under the curves by dividing the total area into smaller trapezoids.

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.