I am a new user of SageMath, primarily as an alternative to Matlab for verifying linear algebra computations. Something which has become an annoyance is the lack of row and column insertion operations for Matrices.
I am a developer (although I have limited experience in Python) and was considering adding this functionality for future users. I found this issue: https://trac.sagemath.org/ticket/15965 And noticed that delete_row and delete_column have both been implemented in sage/matrix/matrix1.pyx My question is this: Is there a specific known issue which would prevent this addition? The age of the ticket and the existing implementation of similar functions causes me to think there must be some complication for implementing these relatively basic functions that I've overlooked (or maybe they already exist and someone just forgot to close the ticket). If there are no known blockers, I'd love to contribute! Thanks for your time, Jack -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
