Error with simplification cancellation

18 views
Skip to first unread message

p ni

unread,
Aug 21, 2019, 5:01:26 PM8/21/19
to sympy
For complicated expression, the simplification does not seem to work out. The beta_1 in the numerator and the denominator should have precisely canceled out, however they do not. 
Code2Share.py

Chris Smith

unread,
Aug 23, 2019, 8:38:52 AM8/23/19
to sympy
In one location you wrote `Symbol('beta', Positive=True)` with uppercase P on Positive. It should be lowercase and then

    >>> FinalValue.has(beta_10)
   
False

Reply all
Reply to author
Forward
0 new messages