[sage-support] Re: Sage 9.0 macOS Jupyter Server failed to start

2020-03-18 Thread Richard W Bump
I had the same problem, but I noticed during my install it was incomplete, although it said it was complete, I just repeatedly installed it until I saw the script finish. On Sunday, January 5, 2020 at 1:39:50 PM UTC-6, Murray Eisenberg wrote: > > When I open SageMath-9.0.app under macOS Catall

[sage-support] Re: sage does not run on Mac Catalina

2020-02-07 Thread Richard W Bump
You need to go into your Preferences under privacy and security, general, and allow Python 3.7 to install. Also it took me about six times restarting the installer, you could watch it stepping through the install then halting, I'd start again, and again, but it ran fine afterwards, even better

Re: [sage-support] Re: Sage starts slowly

2019-12-10 Thread Richard W Bump
on statup. > > "proper apps", from MacOS point of view, must be signed/come > from App Store, while the rest are subjected to these checks. > > So one might try to play with these settings. > > HTH > Dima > > > > > -- > > Tom McMillan (

[sage-support] Re: Sage starts slowly

2019-12-10 Thread Richard W Bump
Forgot to add I am currently running 10.15.1 On Tuesday, December 10, 2019 at 11:41:57 AM UTC-6, Richard W Bump wrote: > > On my late 2012 Mac-mini with a 2.6GHZ quad core I7 processor it takes > about 3 minutes to load from the desktop ICON. I loaded 8.9 under the > previous (10.1

[sage-support] Re: Sage starts slowly

2019-12-10 Thread Richard W Bump
On my late 2012 Mac-mini with a 2.6GHZ quad core I7 processor it takes about 3 minutes to load from the desktop ICON. I loaded 8.9 under the previous (10.13.?) version and it did take several minutes, probably at least 15 minutes, to organize and start. The last few versions of SageMath have

Re: [sage-support] Is there a binary version of SageMath .app.dmg compatiable with Mac OS X ver. 10.14.6

2019-07-27 Thread Richard W Bump
I'm running on 10.14.6 and as far as I know I am having no issues. I'm running on a late 2012 mac-mini intel I7 2.6 ghz processor. It starts a bit slow, but not much slower than the previous version. Sometimes I have port issues but that is my problem and I just stop SageMath and stop the po

[sage-support] INSTALLATION ISSUE: SageMath 8.4 Apache Server Conflict

2018-12-12 Thread richard . w . bump
Not a question, just a For Your Information. If you have an Apache server instance running there may be a conflict requiring you to modify your "httpd-vhosts.conf" file. You may need to add something like this with being the port number Sage is trying to run on. The "ServerName" doesn't

Re: [sage-support] Install on mac Pdflatex

2017-02-25 Thread Richard W Bump
That worked, thanks, I didn’t have that maps to command in my pocket. > On Feb 25, 2017, at 3:59 PM, Dima Pasechnik wrote: > > {x\mapsto "+latex(e)+"} -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop r

Re: [sage-support] Install on mac Pdflatex

2017-02-25 Thread Richard W Bump
me the numerator and denominator style answer and in raw values, and not a decimal value which can be misleading. I’ve played around with Jupyter, I’ve must get into the mind set to switch over. Sage notebook seems more straight forward. Again, Thank you. Richard Bump > On Feb 25, 2017, at 3

Re: [sage-support] Re: Install on mac Pdflatex

2017-02-25 Thread Richard W Bump
quick look shows no %Latex being used.Richard Bump -- 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

[sage-support] Re: Install on mac Pdflatex

2017-02-24 Thread richard . w . bump
I've reinstalled Sage using the app version 3 times. The config.status indicates no latex is installed. I just verified, it also indicates the same in the preinstallation package contents. I've been working UNIX systems since the early 90's, if the pointers aren't there, the feature doesn't

[sage-support] Re: Install on mac Pdflatex

2017-02-24 Thread richard . w . bump
I'm using a text() entry annotating a plot. I'll give jupyter a try. I just validated ImageMagick was properly installed . . . don't follow their instructions, download the source and build it. On Friday, February 24, 2017 at 10:15:32 AM UTC-6, Dima Pasechnik wrote: > > What exactly is the tas

[sage-support] Re: Install on mac Pdflatex

2017-02-24 Thread richard . w . bump
This didn't fix the problem. I wonder if I have to perform a Macport install of Texlive, since Macports seems to duplicate most things installed already.. I' didn't see an option to perform a binary install for Imagemagick On Friday, February 24, 2017 at 2:42:35 AM UTC-6, Dima Pasechnik wrot

[sage-support] Re: Install on mac Pdflatex

2017-02-23 Thread richard . w . bump
In SageNotebook I am trying to use %latex to format my data and a formula and when I select evaluate I get the pdflatex error. sagetex is installed. On Thursday, February 23, 2017 at 10:17:52 AM UTC-6, Dima Pasechnik wrote: > > Please describe the problem you have. > Are you trying to use sagete

[sage-support] Re: Install on mac Pdflatex

2017-02-23 Thread richard . w . bump
I have the same problem running OS 10.12.3, TexLive 2016, and SageMath 7.5.1 app. The later two appear to be correctly installed. I have followed all the steps for the paths. I have added symbolic links inside of the app with no success. I can only speculate that it may be a problem related

[sage-support] Re: polynomial remainder

2010-01-03 Thread bump
mial(18); g x^6 - x^3 + 1 sage: f.quo_rem(g) (x^4 + 2*x^2 + x, 2*x^5 - 2*x^2 + 2*x + 1) The first term is the quotient and the second is the remainder. See sage: f.quo_rem? for the description of the method. Daniel Bump -- To post to this group, send email to sage-support@googlegroups.com To

[sage-support] Re: "Recovering" permutations from poset elements

2010-01-01 Thread bump
> bruhat_p_order = lambda p,q : p.bruhat_lequal(q) > my_poset = Poset([perms, bruhat_p_order]) > > It seems that when I create the poset, the elements are no longer > permutations but "PosetElement"s, and I can't figure out how to > "recover" the elements as permutations. I can't even coerce them b

[sage-support] gaussian_binomial()

2007-12-10 Thread Daniel Bump
nt but the current implementation fails due to division by zero. Perhaps the following is one way to improve the function would be as follows. Then it gives the correct behavior when q is an indeterminate or q=1. Why does the original function use misc.prod instead of prod? Daniel Bum