xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 92 forks source link

Add Gaussian Elimination #47

Closed kaydotdev closed 1 year ago

kaydotdev commented 5 years ago

Another option for an algorithm of Gaussian Elimination with solution checking algorithm, based on Rouché–Capelli theorem.

xennygrimmato commented 1 year ago

@antonAce Sorry I missed this. Due you mind re-opening the PR? I'd be happy to merge it.

kaydotdev commented 1 year ago

Sure, that'd be great!

kaydotdev commented 1 year ago

Thx

xennygrimmato commented 1 year ago

Cool, you'll have to reopen the pull request as I don't have permission to do it.

kaydotdev commented 1 year ago

Reopened in PR #86