-
-
Notifications
You must be signed in to change notification settings - Fork 715
Closed
Description
This should work:
sage: t = maxima.cputime()
sage: _ = maxima.de_solve('diff(y,x,2) + 3*x = y', ['x','y'], [1,1,1])
sage: maxima.cputime(t)
0.568913
Component: calculus
Keywords: maxima, cputime
Issue created by migration from https://trac.sagemath.org/ticket/4770