Skip to content
View rajgubrele's full-sized avatar
Block or Report

Block or report rajgubrele

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. bisection_method bisection_method Public

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

    Python 1

  2. cubic_spline_method cubic_spline_method Public

    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 smoot…

    Python 1

  3. euler_method euler_method Public

    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 proportio…

    Python 1

  4. gauss_jorden_method gauss_jorden_method Public

    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…

    Python 1

  5. gauss_seidel_method gauss_seidel_method Public

    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

    Python 1

  6. linear_curve_fitting_method linear_curve_fitting_method Public

    The most common way to fit curves to the data using linear regression is to include polynomial terms, such as squared or cubed predictors. Typically, you choose the model order by the number of ben…

    Python 1