Skip to content

-determiant of a matrix (modified ) - #4221

Closed
THIRU-1074 wants to merge 15 commits into
TheAlgorithms:masterfrom
THIRU-1074:master
Closed

-determiant of a matrix (modified )#4221
THIRU-1074 wants to merge 15 commits into
TheAlgorithms:masterfrom
THIRU-1074:master

Conversation

@THIRU-1074

Copy link
Copy Markdown
Contributor

---increased modularity by splitting up the code into three functions based on logic.
---increased the scalability of code as now it could work on numbers with any digits including decimals ,negative numbers.
---enhanced the readability by following Cofactor expansion method which is simple to implement and easy to understand.(the algorithm is attached as a link)

@siriak siriak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace tabs with spaces, remove main(), and add JUnit tests if there are none

@THIRU-1074

Copy link
Copy Markdown
Contributor Author

Build got passed ,I have included test file to,help me with formatting ,I have converted tab to spaces but not working.............

@siriak

siriak commented Jun 25, 2023

Copy link
Copy Markdown
Member

You still have tabs committed in src/main/java/com/thealgorithms/maths/DeterminantOfMatrix.java. See linter job logs for more information
image

@THIRU-1074

Copy link
Copy Markdown
Contributor Author

I have cleared those tab spaces still!!!! please guide me!

@yanglbme

Copy link
Copy Markdown
Member

Please see the running log in https://github.com/TheAlgorithms/Java/actions/runs/5376950008/jobs/9754791549

image

@siriak siriak left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add this formula in a separate file because it's different from the one in DeterminantOfMatrix or rename the original one to Naive and yours to Cramers if it's that

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Jul 27, 2023
@github-actions

github-actions Bot commented Aug 3, 2023

Copy link
Copy Markdown

Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our Gitter or ping one of the reviewers. Thank you for your contributions!

@github-actions github-actions Bot closed this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants