Martin Rubey <[email protected]> writes: | I took a free minute to convert Ralf's example to something simpler. | | Personally, I currently think (as Bill pointed out) that | | ?*? : (DirectProduct(ndim,R),%) -> DirectProduct(ndim,R) | ?*? : (%,DirectProduct(ndim,R)) -> DirectProduct(ndim,R) | | are "wrong".
One could argue that they are indeed wrong -- e can have that discussion later. But, for the specific problem at hand, they are NOT the root cause. The root cause is implicitly turning a scalar into a vector. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" 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/fricas-devel?hl=en.
