[sage-support] Re: Assuming a function is constant in computing later expressions

2017-09-01 Thread Eric Gourgoulhon
What about something like: sage: t = var('t') sage: Omega = function('Omega') sage: quanti = Omega(t)*cos(t) + diff(Omega(t), t) sage: quanti Omega(t)*cos(t) + diff(Omega(t), t) sage: Omega0 = var('Omega0') sage: Omega_const(t) = Omega0 sage: quanti.substitute_function(Omega, Omega_const) Omega0*c

[sage-support] Sage Crash Report

2017-09-01 Thread Назар Зибилюк
-- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. V

[sage-support] Re: Sage Crash Report

2017-09-01 Thread Dima Pasechnik
On Friday, September 1, 2017 at 10:32:17 PM UTC+1, Назар Зибилюк wrote: at the bottom of the log one sees ImportError: No module named psutil Also, it appears to be Sage 7.6 on Fedora 26. First, try sudo dnf install python2-psutil --- I'm not sure whether Sage uses system's Python2, or