assume x to be a vector? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: HP Prime (/forum-5.html) +--- Thread: assume x to be a vector? (/thread-4482.html) |
assume x to be a vector? - Stefan - 08-05-2015 02:07 PM Is there a possibility to assume some variable (say x for example) to be a vector? I tried assume(x=Real^3). Its accepted by the CAS, but that doesn't seem to do what I thought it would do. RE: assume x to be a vector? - parisse - 08-06-2015 11:50 AM The closest would be assume(x,DOM_LIST). But this is not used in a CAS command currently. |