Re: [sympy] Re: Smith Form Decomposition

2024-08-17 Thread Chris Smith
I left a modified version in the comment here, Add full option to smith_normal_form by isuruf · Pull Request #17451 · sympy/sympy (github.com) , that will compute the decomposition. On Friday, August 16, 2024 at 3:07:41 PM UTC

Re: [sympy] Re: Smith Form Decomposition

2024-08-16 Thread Sangyub Lee
You can check Add full option to smith_normal_form by isuruf · Pull Request #17451 · sympy/sympy (github.com) . Although the PR is based on outdated branch, you may have easier time following the algorithms based on that On Friday, August 16, 2024 at

Re: [sympy] Re: Smith Form Decomposition

2024-08-16 Thread Oscar Benjamin
It would be good to have this in SymPy but unfortunately it is not implemented yet. It is also not available in python-flint or Flint either. On Fri, 16 Aug 2024 at 15:38, Chris Smith wrote: > > As far as I can tell, these matrices are not computed implicitly. You would > have to copy the appro

[sympy] Re: Smith Form Decomposition

2024-08-16 Thread Chris Smith
As far as I can tell, these matrices are not computed implicitly. You would have to copy the appropriate actions onto an augmented identity matrix to see what has happened (https://www.youtube.com/watch?v=UhyzLfiO4Ow). /c On Thursday, August 15, 2024 at 10:51:31 AM UTC-5 bulk...@gmail.com wrote