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

Unexpected inverse #400

Closed
WhiteBlackGoose opened this issue May 2, 2021 · 2 comments · Fixed by #398
Closed

Unexpected inverse #400

WhiteBlackGoose opened this issue May 2, 2021 · 2 comments · Fixed by #398
Labels
Bug A serious math/runtime error
Milestone

Comments

@WhiteBlackGoose
Copy link
Member

WhiteBlackGoose commented May 2, 2021

The version I use: AngouriMath.Interactive 1.3.0-preview.3

Unexpected behaviour or bug:
image

@WhiteBlackGoose WhiteBlackGoose added Bug A serious math/runtime error Area: F# The issue is related to the AngouriMath.FSharp package Area: Interactive The issue is related to the AngouriMath.Interactive package labels May 2, 2021
@WhiteBlackGoose
Copy link
Member Author

Another case
image

Code:

let CDC = matrix [["1"; "0"; "-70"]; ["0"; "1"; "0"]; ["0"; "0"; "1"]]
let CCD = CDC ** -1

@WhiteBlackGoose WhiteBlackGoose removed Area: F# The issue is related to the AngouriMath.FSharp package Area: Interactive The issue is related to the AngouriMath.Interactive package labels May 3, 2021
@WhiteBlackGoose
Copy link
Member Author

That's a problem of GenericTensor

@WhiteBlackGoose WhiteBlackGoose added this to the 1.3 milestone May 5, 2021
@WhiteBlackGoose WhiteBlackGoose linked a pull request May 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A serious math/runtime error
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant