-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
extend solve_right to all cases; implement solve_left #2581
Comments
Attachment: sage-2581.patch.gz |
comment:2
WARNING: def restrict_codomain(self, V) is not done yet (it's just a copy of restrict_domain). I'll create a patch later tonight that correctly implements this. |
this provides the extra restrict_codomain functionality. |
comment:3
Attachment: sage-2581_part2-restrict_codomain.patch.gz Looks great. Merge this right away! |
comment:4
Merged both patches in Sage 2.11.alpha0 |
comment:5
An unexpected problem: Is there any hope for a |
comment:6
Good point -- I had meant to address that but fell asleep and forgot.
Not in this patch. Make a trac ticket and somebody will get to it. |
comment:7
For the record: This ticket was reopened after sage-2581.patch and sage-2581_part2-restrict_codomain.patch had been merged. So any additional patch should make clear how it should be applied. Cheers, Michael |
comment:8
I'm attaching a patch that:
|
Attachment: sage-2581_part3.patch.gz |
comment:10
I think this looks good and should be applied. I think that means part3 should be applied since the other two already have been. |
comment:11
Merged sage-2581_part3.patch in Sage 2.11.alpha0. |
A.solve_right only worked for A nonsingular, and there was no solve_left. Now A.solve_right should work for any A and there is a solve_left.
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/2581
The text was updated successfully, but these errors were encountered: