[sage-support] Re: sage 9.0: mismatch in sr-to-maxima translation

2020-01-18 Thread kcrisman
Since it looks like you had a Sage cell instance do this, you should be able to link to the code even, using the "Share" button on Sage cell server. Thanks, that will help our team! On Saturday, January 18, 2020 at 11:55:29 AM UTC-5, Nils Bruin wrote: > > On Saturday, January 18, 2020 at

[sage-support] Re: sage 9.0: mismatch in sr-to-maxima translation

2020-01-18 Thread Nils Bruin
On Saturday, January 18, 2020 at 7:19:03 AM UTC-8, mendes wrote: > > > RuntimeError: Encountered operator mismatch in sr-to-maxima translation > > The error indicates that the sage-to-maxima dictionary used in sr_to_max is in an inconsistent state. Its state is a mix of preinitialization and

[sage-support] sage 9.0: mismatch in sr-to-maxima translation

2020-01-18 Thread mendes
Dear all, In previous versions of Sagemath, I was able to do perfectly the (symbolic) integration of functions like unit_step( ), for example when doing symbolic convolutions.But in the latest versions of Sagemath (like 8.9 and the updated 9.0) the following message

Re: [sage-support] sagemath 9 + Graph

2020-01-18 Thread dimpase
On Sat, Jan 18, 2020 at 02:00:06AM -0800, Jean-François Ingenbleek wrote: > G = Graph({'A':['B','C']}) > G.show() > > give this strange message > > /opt/sagemath-9.0/local/lib/python3.7/site-packages/matplotlib/font_manager.py:281: > UserWarning: Matplotlib is building the font cache using

[sage-support] Re: sagemath 9 + Graph

2020-01-18 Thread Dima Pasechnik
On Saturday, January 18, 2020 at 10:00:06 AM UTC, Jean-François Ingenbleek wrote: > > G = Graph({'A':['B','C']}) > G.show() > > give this strange message > > /opt/sagemath-9.0/local/lib/python3.7/site-packages/matplotlib/font_manager.py:281: > UserWarning: Matplotlib is building the font cache

[sage-support] sagemath 9 + Graph

2020-01-18 Thread Jean-François Ingenbleek
G = Graph({'A':['B','C']}) G.show() give this strange message /opt/sagemath-9.0/local/lib/python3.7/site-packages/matplotlib/font_manager.py:281: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. 'Matplotlib is building the font cache using fc-list. '