Skip to content
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

inverse method bug for big matrix #42

Closed
geopardaz opened this issue Dec 13, 2022 · 1 comment
Closed

inverse method bug for big matrix #42

geopardaz opened this issue Dec 13, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@geopardaz
Copy link

I used the inverse method for the 12*12 matrix and the result was wrong.
also, I checked this method with Matlab and Matlab worked correctly. but this method return NaN values
I/flutter (31573): [-1.0, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, -1.0, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, -1.0, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, 0.0, NaN, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, -2.0, NaN, NaN]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, -2.0, -0.0]
I/flutter (31573): [NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, NaN, -0.0, -2.0]

@geopardaz geopardaz added the bug Something isn't working label Dec 13, 2022
@albertodev01
Copy link
Owner

albertodev01 commented Dec 14, 2022

Hello! Thank you for opening this issue 😄


You haven't provided enough information to me to solve this issue though.

  • Which input did you pass to the function?
  • How can I reproduce the bug?
  • Are you using small numbers that cause overflow errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants