mitsuki31 / jmatrix

Matrix (2D Array) Builder written in Java
Apache License 2.0
1 stars 0 forks source link

Enhancing JMatrix with additional methods #63

Open mitsuki31 opened 11 months ago

mitsuki31 commented 11 months ago

Requested Feature

JMatrix, an educational Java library designed to simplify matrix operations, aims to provide a comprehensive learning tool for high school students exploring linear algebra concepts. To further enhance its usability and support a broader range of learning scenarios, the addition of certain methods is recommended. These methods will allow students or users to explore and understand specific matrix properties and operations more effectively.

Description of Proposed Methods

Issue Summary

This issue aims to enrich the JMatrix library by adding several essential methods that will enhance the learning and application of linear algebra concepts. The proposed methods cover various aspects of matrix analysis, including determining permutation matrices, recognizing sparse matrices, and calculating determinant and trace. By implementing these methods, JMatrix will become an even more valuable educational resource, providing comprehensive support for users exploring linear algebra concepts.

mitsuki31 commented 5 months ago

There's two tasks left.