#10552: Allow more elementwise simplifications for symbolic matrices
-----------------------------------+----------------------------------------
Reporter: kcrisman | Owner: burcin
Type: enhancement | Status: needs_work
Priority: minor | Milestone:
Component: symbolics | Keywords: matrix symbolic simplify
expand
Work_issues: | Upstream: N/A
Reviewer: Karl-Dieter Crisman | Author: Joris Vankerschaver
Merged: | Dependencies:
-----------------------------------+----------------------------------------
Comment(by jvkersch):
Thanks a lot for agreeing to review this!
I was going over the optional arguments, and for the element-wise methods
this is easy to incorporate. However, for the methods that pass the whole
matrix to Maxima, I don't know if it's feasible to have the same optional
arguments, as that would amount to duplicating the code from the
corresponding method in `Expression`. So I could either leave those
methods as is, or replace them with element-wise methods that have the
same calling convention but are somewhat slower.
Secondly, I can easily add ''all'' element-wise methods, but that would
amount to a big increase in not-so-interesting code. As you write in the
description, it would be really cool to have a mechanism for adding the
corresponding methods from ``Expression`` directly (similar to #11381 but
this doesn't work for cdef classes).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10552#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.