Imtjl / computational-maths

Learn Computational mathematics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Maths Repository

Here you can find C++ and LaTeX implementations, offering detailed PRF reports available in both light and dark themes. Our focus is on various computational mathematics topics and algorithms.

Table of Contents

  • Linear Approximation Using Min Square Root Method (linear-approx-min-square-root): Implementing linear approximation through the minimal square root technique.

  • Solving SLAE using Gauss Main Element Method (solve-SLAE-Gauss-main-element): In Progress. Methodology for solving systems of linear algebraic equations via the Gauss main element approach.

Educational Resources

Emojis

When contributing, please use these emojis to categorize your commits:

  • ๐Ÿ“ :memo: for updating documentation or README files
  • ๐Ÿงฎ :abacus: for adding or updating mathematical equations or formulas
  • ๐Ÿ’ป :computer: for adding or updating code files (.cpp, .tex, etc.)
  • ๐Ÿ› :bug: for fixing bugs or errors in code or equations
  • ๐ŸŽจ :art: for improving the structure or formatting of code or documentation
  • ๐Ÿš€ :rocket: for improving performance or optimizing code
  • โœจ :sparkles: for introducing new features or algorithms

Feel free to explore the code and documentation in this repository. Happy coding and maths! ๐ŸŽ‰

About

Learn Computational mathematics


Languages

Language:TeX 56.5%Language:C++ 43.5%