Assumptions - calculations

February 10 2012 by icegood 255
false
Maple

0


restart;
a:='a';
                               a
assume(a>0);
H:=a;
                               a
subs(a=b, H);
                               b
a:='a';
                               a
assume(a>0);
subs(a=b, H);
                               a
It's clear that last operator return a, not b, because originally H points to "1st assumed a", which is became invalid. How to recalculate ALL "calculated-after-assumptions" expressions to become those pointers valid?

 
Loading Comments & Answers

You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.

     

Forgot Your Password? Create an Account