Opened 14 years ago
Last modified 14 years ago
#1073 closed enhancement
Handling Matrix and Real objets — at Version 1
Reported by: | Alfredo Torre | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | Mantainance |
Component: | Kernel | Version: | 2.0.1 |
Severity: | major | Keywords: | Matrix, Real, Boolean functions, LT, GE, EQ |
Cc: | imendez@…, irobles@… |
Description (last modified by )
Hi,
It would be really helpful if Boolean functions (such as LT, GE, EQ...) would allow Matrix and Real objects together as it is allowed to mix Series and Real objects.
Thanks in advance.
Change History (1)
comment:1 Changed 14 years ago by
Component: | Various → Kernel |
---|---|
Description: | modified (diff) |
Milestone: | → Mantainance |
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
I'll try, but it is not a trivial question.
What I usually do is create an Matrix (or Serie) called "Zero" with the proper dimensions (or timing information), and then use expressions such as "Zero+3" instead of "3"