mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
47dd31f4a1
* Added 5 README files * corrected arithmetic_analysis README * Update audio_filters/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update backtracking/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update bit_manipulation/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> Co-authored-by: John Law <johnlaw.po@gmail.com>
8 lines
287 B
Markdown
8 lines
287 B
Markdown
# Arithmetic analysis
|
|
|
|
Arithmetic analysis is a branch of mathematics that deals with solving linear equations.
|
|
|
|
* <https://en.wikipedia.org/wiki/System_of_linear_equations>
|
|
* <https://en.wikipedia.org/wiki/Gaussian_elimination>
|
|
* <https://en.wikipedia.org/wiki/Root-finding_algorithms>
|