test calculus in {}

This commit is contained in:
lafrite 2014-01-28 20:24:01 +01:00
parent 0655179928
commit 3b2176fb5c
1 changed files with 5 additions and 0 deletions

View File

@ -123,6 +123,11 @@ if __name__ == '__main__':
#rdExp3 = RdExpression(form)
#desc_rdExp(rdExp3)
form1 = "{a**2}y + {2*a*b}x + {b**2}"
cond1 = ["{a} != 0", "{b} != 0"]
rdExp1 = RdExpression(form1, cond1)
desc_rdExp(rdExp1)