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

Add support for Berkowitz algorithm in SymEngine Python wrapper #430

Open
thurnerp opened this issue Feb 10, 2023 · 0 comments
Open

Add support for Berkowitz algorithm in SymEngine Python wrapper #430

thurnerp opened this issue Feb 10, 2023 · 0 comments

Comments

@thurnerp
Copy link

The Berkowitz algorithm is a well-known and widely-used method for computing the determinant of a matrix. It would be great if this algorithm could be made accessible through the Python wrapper of SymEngine.

Currently, the Berkowitz algorithm is implemented in the C++ core of SymEngine, but it is not exposed in the Python wrapper. This makes it difficult for Python users to take advantage of this functionality without writing C code or using a low-level library like ctypes.

I would like to request that the berkowitz function be added to the Python wrapper of SymEngine, so that users can more easily compute determinants of symbolic matrices in their Python scripts.

Thank you for your consideration of this request!

@isuruf isuruf transferred this issue from symengine/symengine Feb 10, 2023
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

1 participant