Open
Description
See this ask.sagemath.org question.
var('a b n k t')
c = function('c',t)
de = diff(c,t) - a + (b*c)*((c**n)/((k**n)+(c**n))) == 0
des = desolve(de,[c,t],[0,0])
yields an error about c(t) not being a proper Python identifier. Various other combinations yield similar ECL errors, and at least sometimes one can get segmentation faults after inserting print statements.
CC: @sagetrac-schymans
Component: calculus
Issue created by migration from https://trac.sagemath.org/ticket/14092