-
-
Notifications
You must be signed in to change notification settings - Fork 122
Java code for Matrix Inversion #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mention your issue number
What's in matrix inversion 1?
I raised a new issue #235.
I tried using the Gauss Jordan method but wasn't able to complete it. But the program still had the comment (which was misleading). So I removed it in Matrix inversion 1.
@Astrodevil @subh-chaturvedi Can you please let me know what specifically we have to do to get the hacktoberfest-accepted label?
You have to mention in description that this pr/issue is for hacktoberfest if applicable maintainer will add hacktoberfest-accepted tag
@Astrodevil can you add it now as it's my first fest and wasn't aware of this.
From now on I will add this to my description.
I used Java for matrix inversion: which takes variable 'n' and matrix elements as input and returns the inverted matrix as output.