[PR #444] [CLOSED] Richardson_ALGO.c #835

Open
opened 2026-01-29 15:15:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/444
Author: @sibi812
Created: 10/20/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+152 additions, -0 deletions)

View changed files

Richardson_ALGO.c (+152 -0)

📄 Description

This is a code, which uses Richardson Algorithm to solve Matrices of the form Ax=b. If you have any doubts in the code, I would be happy to explain the code.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/444 **Author:** [@sibi812](https://github.com/sibi812) **Created:** 10/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`1752574`](https://github.com/TheAlgorithms/C/commit/1752574e978873e3f4875420fce2f30ccccc1f50) Create Richardson_ALGO.c ### 📊 Changes **1 file changed** (+152 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Richardson_ALGO.c` (+152 -0) </details> ### 📄 Description This is a code, which uses Richardson Algorithm to solve Matrices of the form Ax=b. If you have any doubts in the code, I would be happy to explain the code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:15:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#835