Skip to content

Error with supposedly normal DE problem #14092

Open
@kcrisman

Description

@kcrisman

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions