|
From: David S. <tom...@us...> - 2026-06-04 04:40:37
|
Should `rectform` behave the same way? --- **[bugs:#4654] sign of nonscalar inconsistent** **Status:** open **Group:** None **Labels:** sign nonscalar **Created:** Wed Dec 24, 2025 07:59 PM UTC by Stavros Macrakis **Last Updated:** Fri Dec 26, 2025 09:42 PM UTC **Owner:** nobody ~~~ declare(mm,nonscalar); sign([1,2,3]) => pnz << an example of a non-scalar sign(mm) => pnz sign([1,2,3]^2) => pnz sign(mm^2) => pz <<< ??? sign(mm^^2) => pnz <<< OK ~~~ or should ``sign(nonscalar)`` give an error exactly like ``sign(%i)``? --- 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. |