mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #524] [MERGED] Numerical methods #944
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/524
Author: @kvedala
Created: 4/20/2020
Status: ✅ Merged
Merged: 5/25/2020
Merged by: @StepfenShawn
Base:
master← Head:numerical-methods📝 Commits (10+)
b77deaaDurand Kramer method for roots of any polynomialb5af5efQR decomposition of any matrix with real elementseb84d85compute real eigen values of a square matrix using shit and deflate QR decomposition algorithmb12ac41remove timing calculation7801cc1updating DIRECTORY.mdc18d838another shell-sort implementation9dbdd50updating DIRECTORY.mdaab7a20better formatting of root valuesd4d1902Gist to run and test the Durand-Kerner Algorithm online and view the roots convergencedbcd87aadded link to compile and run code online📊 Changes
6 files changed (+665 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+6 -0)📝
README.md(+2 -0)➕
numerical_methods/durand_kerner_roots.c(+204 -0)➕
numerical_methods/qr_decomposition.c(+153 -0)➕
numerical_methods/qr_eigen_values.c(+222 -0)➕
sorting/shell_sort2.c(+78 -0)📄 Description
Whats new
Numerical Algorithms
Sorting Algorithms
Online compile and run code
All the code can be executed and tested online:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.