HP Forums

Full Version: assume x to be a vector?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
The closest would be assume(x,DOM_LIST). But this is not used in a CAS command currently.
Reference URL's