HP Forums

Full Version: Question: assume CAS cmd
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
purge(a);
√(a^2); -> |a| //ok

assume(a>0)
√(a^2) -> a //ok

assume(b>0);
√[(a+b)^2]; -> |a+b| Why?
-> a+b
Reference URL's