Numerical analysis in julija (Numerical-analysis-in-julija)

Numerical analysis in julija

Numerical-analysis-in-julija

Geek Repo

In this organization , you can find the code for problems I solved for the Numerical Mathematics course. The code is written in Julia.

Github PK Tool:Github PK Tool

Numerical analysis in julija's repositories

.github

In this organization , you can find the code for problems I solved for the Numerical Mathematics course. The code is written in Julia.

License:MITStargazers:0Issues:0Issues:0

Interpolation_with_the_barycentric_formula.jl

Implementation of polynomial interpolation using the Barycentric Lagrange formula with Chebyshev points. The program computes polynomial interpolants for three different functions on specified intervals, and determines the polynomial degree necessary to ensure that the error does not exceed 1e-6

Language:JuliaLicense:MITStargazers:0Issues:0Issues:0

Mathematical_pendulum_using_the_Runge_Kutta_method.jl

Implementation of simulation of a mathematical pendulum's motion using the Runge-Kutta fourth-order method. Compares the pendulum's behavior with that of a harmonic oscillator and visualizes how its oscillation period varies with energy.

Language:JuliaStargazers:0Issues:0Issues:0

Methode_of_conjugate_gradients.lj

Implementation of Conjugate Gradient method to solve a linear system Ax = b for sparse matrices represented by a custom data type (ScatteredArray).

Language:JuliaLicense:MITStargazers:0Issues:0Issues:0