Skip to content
View menesyolcu's full-sized avatar

Block or report menesyolcu

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. curve_fitting_integration curve_fitting_integration Public

    Polynomial Fitting Tool This Python tool fits a polynomial to a set of user-provided x and y data points using the least squares method. Users can choose the polynomial degree, perform linear or no…

    Python

  2. linear_equation_solver_using_inverse_method.m linear_equation_solver_using_inverse_method.m Public

    This repository contains a MATLAB script, linear_equation_solver_using_inverse_method.m, that solves a system of linear equations using the inverse matrix method. This script is a practical example…

    MATLAB

  3. cramers_rule_solver cramers_rule_solver Public

    MATLAB

  4. jacobi_method_solver jacobi_method_solver Public

    MATLAB

  5. Muller_Method_Root_Finding.m Muller_Method_Root_Finding.m Public

    MATLAB

  6. Newton_Raphson_Method.m Newton_Raphson_Method.m Public

    This project implements the Newton-Raphson method to find the root of a non-linear equation. The script iteratively refines the root approximation until it meets a specified error tolerance. This e…

    MATLAB