-
-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Description
Trying to simplify symbolic expressions, I just ran into the following issue (naturally, this is simplified from what I was working with):
sage: ((2^x)^2/((2^(x+1))^2*binomial(2*x,x))).full_simplify()
...
TypeError: ECL says: In function CAR, the value of the first argument is
-2
which is not of the expected type LIST
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/21307