|
From: David S. <tom...@us...> - 2026-07-12 13:00:26
|
--- **[bugs:#4815] Matrix ordered incorrectly in sum** **Status:** open **Group:** None **Labels:** simplus matrix **Created:** Sun Jul 12, 2026 01:00 PM UTC by David Scherfgen **Last Updated:** Sun Jul 12, 2026 01:00 PM UTC **Owner:** nobody ~~~ (%i1) declare(v, nonscalar)$ (%i2) expr : v + matrix([1]); (%o2) v + matrix([1]) (%i3) expr + matrix([1]); (%o3) v + matrix([1]) + matrix([1]) ~~~ The correct output for `(%o3)` is `v + matrix([2])`. --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |