codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

Request to update README for FindTheInverseOfA #4322

Closed JoshuaT35 closed 1 year ago

JoshuaT35 commented 1 year ago

Description

About

The README for FindTheInverseOfA can be updated to show correct test cases. Also, I would like to handle this issue. How do I do this?

Current:

Input : 1 2 3 4 5 6 7 8 9

Output : -0.16666666666666666 0.3333333333333333 -0.16666666666666666 0.3333333333333333 -0.6666666666666666 0.3333333333333333 -0.16666666666666666 0.3333333333333333 -0.16666666666666666

Proposal:

Input : 1 2 3 4 5 6 7 8 9

Output : "This matrix is not invertible"

Input : 1 -2 3 4 5 2 3 8 -2

Output : 8.666666666666666 -6.666666666666667 6.333333333333333 -4.666666666666667 3.6666666666666665 -3.3333333333333335 -5.666666666666667 4.666666666666667 -4.333333333333333

Additional information

No response

Code of Conduct

codinasion-bot[bot] commented 1 year ago

👋🏻 Hey @JoshuaT35

💖 Thanks for opening this issue 💖

A team member should be by to give feedback soon.