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

Difference between an UniformScaling and symbolic matrix leads to wrong results #436

Closed
BaptisteLamic opened this issue Aug 24, 2021 · 2 comments

Comments

@BaptisteLamic
Copy link

When taking the difference between an UniformScaling and a symbolic matrix, we got an error:

using SymPy, LinearAlgebra 
@syms x
I - [x 0 ; 0 x]

julia return :

[x-1 0; 0 x-1]    
@jverzani
Copy link
Collaborator

Thanks for pointing this out! Should be fixed today.

@jverzani
Copy link
Collaborator

closed by #437

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants