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

Block or report MartinK-99

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
MartinK-99/README.md

👋 Hi, I’m @MartinK-99 or just Martin

I'm interested in mathematics or more specifically numerical analysis like solving differential equations with numerical algorithms. Crazy stuff, I know. My favorite programming language is HTML... No it's not. Python is my favorite and I'm learning a bit of Julia which I think is a pretty good programming language since it is very readable and extremely fast. I have coded in C++ but damn... It's so diverse and often too complicated for me.

For me GitHub is just a way to archive my code. I don't plan on really hosting anything on here. Is this enough of an introduction? I hope so.

Anyway, take a look around and happy coding :)

Popular repositories

  1. LotkaVolterraEquationsDormandPrince45 LotkaVolterraEquationsDormandPrince45 Public

    A solution to the Lotka-Volterra Equations is approximated using Dormand-Prince-45 method with adaptive step size control.

    Python 2

  2. 3x3ReconstructionTool 3x3ReconstructionTool Public

    This is a program that I wrote in Python to first of all learn Tkinter and also help me reconstruct 3x3 solves.

    Python 1 1

  3. Mandelbrot-And-Julia-Set Mandelbrot-And-Julia-Set Public

    Here I have implemented a way to find elements of the Mandelbrot and a Julia set.

    Jupyter Notebook 1

  4. euler-equations-shock-tube euler-equations-shock-tube Public

    Simulating the Shu-Osher shock tube problem for the Euler equations using the Lax-Friedrichs and Godunov scheme

    Julia 1

  5. MartinK-99 MartinK-99 Public

    Config files for my GitHub profile.

  6. linearOptimizationJulia linearOptimizationJulia Public

    The standard linear program for optimization is implemented in Julia using JuMP.

    Julia