Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "LUdecomp.h"
double A5_[5][5] = {
{-1, -2, -3, 4, 5},
{ 2, 3, -4, -5, -6},
{-3, 4, -5, 6, -7},
{-4, 5, 6, -7, 8},