Astrodevil / Programming-Basics

This Repository Contains source codes of various programming languages. Please Contribute to make this Useful.
https://astrodevil.github.io/Programming-Basics/
MIT License
71 stars 122 forks source link

Java code for Matrix Inversion #202

Closed sushant-sinha closed 2 years ago

sushant-sinha commented 2 years ago

I used Java for matrix inversion: which takes variable 'n' and matrix elements as input and returns the inverted matrix as output.

Astrodevil commented 2 years ago

mention your issue number

What's in matrix inversion 1?

sushant-sinha commented 2 years ago

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.

sushant-sinha commented 2 years ago

@Astrodevil @subh-chaturvedi Can you please let me know what specifically we have to do to get the hacktoberfest-accepted label?

Astrodevil commented 2 years ago

You have to mention in description that this pr/issue is for hacktoberfest if applicable maintainer will add hacktoberfest-accepted tag

sushant-sinha commented 2 years ago

@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.