-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: implement inv, det, and transpose functions for matrices
Additionally, delays .doit() call to after parameter subs for efficient matrix calculations. Delaying .doit() also fixes #156 Delaying .doit() is causing issues with unit cancelling with integrals, tests will fail. Will require patch to Sympy to address behavior of Mul with negative number and a Dimension
- Loading branch information
1 parent
970dea3
commit 5259060
Showing
3 changed files
with
85 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters