Comment #2 on issue 3496 by [email protected]: Assumptions known_facts only apply to atomic expressions
http://code.google.com/p/sympy/issues/detail?id=3496

How are you forming X and Y?

This is from the current master branch

mrocklin@notebook:~/workspace/sympy$ git pull sympy master
mrocklin@notebook:~/workspace/sympy$ bin/isympy

In [1]: X = MatrixSymbol('X', n, n)
In [2]: Y = MatrixSymbol('Y', n, n)
In [3]: ask(Q.lower_triangular(X+Y), Q.lower_triangular(X) & Q.lower_triangular(Y))
Out[3]: True

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to