UTSAVS26 / PySnippets

Collection of reusable Python code snippets for all.
https://sites.google.com/view/pysnippets/
MIT License
11 stars 17 forks source link

[Feature Request]: Mathematical Snippets #17

Closed SpreadSheets600 closed 16 hours ago

SpreadSheets600 commented 17 hours ago

Is there an existing issue for this?

Feature Description

I would love to contribute to the PySnippets project by implementing new code snippets that focus on matrix operations and complex number functionalities.

Here are the basic overview of snippets:

  1. Matrix Operations:

    • Matrix Multiplication: A function that performs matrix multiplication, including error handling for non-conformable matrices.
    • Determinant Calculation: A function to compute the determinant of a matrix using recursive methods, with support for both 2D and 3D matrices.
  2. Complex Number Functions:

    • Complex Number Operations: Functions to perform addition, subtraction, and multiplication of complex numbers.
    • Polar to Rectangular Conversion: A function to convert polar coordinates to rectangular form and vice versa, providing options for both input formats.

I am both hacktoberfest and GSsoc-Extd participant

Record

github-actions[bot] commented 17 hours ago

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

github-actions[bot] commented 16 hours ago

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!