Thank you!

On Tuesday, May 11, 2021 at 3:12:18 PM UTC+3 [email protected] wrote:

> >>> from sympy import Indexed, IndexedBase, Idx, symbols
> >>> i, j = symbols('i j', cls=Idx)
> >>> Aij = Indexed('A', i, j)
> >>> Aij.is_symbol
> True
> >>> Aij.is_Symbol
> False
>
> Aij is not a Symbol but it can be used like one in many cases.
>
> Kalevi Suominen
>
> On Tuesday, May 11, 2021 at 10:28:29 AM UTC+3 [email protected] wrote:
>
>> What are the cases when one is True, while another is False?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/cd999a3c-6554-44f4-b5f9-a6a20aebe8b2n%40googlegroups.com.

Reply via email to