Re: [sage-support] Re: where to put Sage

2011-09-22 Thread D. M. Monarres
It is interesting that nobody recommended using the official way of installing Sage on windows, by using the virtual box images provided on the website. I have run into the problem of how to recommend Sage to students who will mostly be running windows machines. Still looks like running Sage on wi

Re: [sage-support] Re: urgent plotting question

2011-08-31 Thread D. M. Monarres
The line command also works well. sage: line([(3,0), (3,1)]) As always, you can type line? to see how to adjust the output. Hope that helps. Regards, David M. Monarres On Wed, Aug 31, 2011 at 10:14 AM, Vince wrote: > I've only been working with sage for about a week (very excited about

Re: [sage-support] How to solve congruences?

2011-07-26 Thread D. M. Monarres
I use the 'solve_mod' command: sage: solve_mod(3*x == 2, 4) [(2,)] sage: solve_mod(3*x == 1, 4) [(3,)] sage: solve_mod(2*x == 1, 4) [] sage: solve_mod(2*x == 1, 7) [(4,)] sage: solve_mod(2*x == 1, 7) [(4,)] Check the help (solve_mod?) for more info/examples of its use. Regards, David M. Monar

Re: [sage-support] Re: Iterating over finite extension fields.

2011-06-03 Thread D. M. Monarres
Thank you all, I hope that I didn't seem annoyed by the current way of doing things. I have been charged with translating some examples for an undergraduate algebra course which use Magma where this is a valid construction. The whole goal of the example was to have the students do the extension o

[sage-support] random() and the random module

2011-04-03 Thread D. M. Monarres
was done deliberately. -- D. M. Monarres -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http

Re: [sage-support] Re: Finite Group Homomorphism question

2011-01-18 Thread D. M. Monarres
Thanks for the other command. I am writing a tutorial for my university and am running into quite a few of these little gotcha's with these sort of things. -- D. M. Monarres On Tue, Jan 18, 2011 at 8:28 PM, John H Palmieri wrote: > On Jan 18, 7:30 pm, "D. M. Monarres" wr

[sage-support] Re: Finite Group Homomorphism question

2011-01-18 Thread D. M. Monarres
Ignore. I was stupid. Sorry for wasting bits. -- D. M. Monarres On Tue, Jan 18, 2011 at 7:30 PM, D. M. Monarres wrote: > Hello all, > > Running into an issue with something. I must be missing something. Say I > construct two groups that I know are isomorphic. > &g

[sage-support] Finite Group Homomorphism question

2011-01-18 Thread D. M. Monarres
tricGroup(5) generated by [(1,2,5,4,3), (1,5)(3,4)] in Category of finite permutation groups I have tried to do this in a few different ways. (by coercing the elements first, etc...) Can somebody see what I am missing? Thank you in advance. -- D. M. Monarres -- To post to this group, send email to

[sage-support] Plans to upgrade sphinx

2011-01-12 Thread D. M. Monarres
g for the newest sphinx. Thanks a lot for all of your work. -- D. M. Monarres -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.googl

[sage-support] Re: Sage Doc Question - Section breaks and the toctree directive

2011-01-04 Thread D. M. Monarres
Just to clarify, I meant the page break in the html output. -- D. M. Monarres On Tue, Jan 4, 2011 at 10:54 AM, D. M. Monarres wrote: > This isn't exactly a sage question per se, but since most of the > documentation is written in sphinx I assume that somebody on this list would

[sage-support] Sage Doc Question - Section breaks and the toctree directive

2011-01-04 Thread D. M. Monarres
g our university's sage tutorial and would like for the navigation buttons to take a user from section to section. I have looked over the sphinx help and do not see how to change this behavior, but this may be due to my inexperience with the system. Thanks in advance for any help. -- D. M. Monarres -

[sage-support] Multiline output in notebook

2008-09-25 Thread D. M. Monarres
Hello all, my advisor has a question in the sage notebook that I haven't really thought about (as I use the cmd line more often) Is there a way in a single notebook cell to display multiple output. ie 17 28 19 Out: 19 where he would like 17 28 19 Out: 17 Out: 28 Out: 19 The only way I

[sage-support] Re: Multiline output in notebook

2008-09-25 Thread D. M. Monarres
yes, I was afraid of that. He found that solution to be distasteful. :) -- David Monarres [EMAIL PROTECTED] Life is difficult because it is non-linear. On Sep 25, 2008, at 7:06 PM, William Stein wrote: > > D. M. Monarres wrote: >> Hello all, >> >> my advisor ha

[sage-support] Re: Interact and published notebooks

2008-07-09 Thread D. M. Monarres
t;> >> The fact that Interact doesn't work in Published worksheets is >> intended due to security. Last I heard this would work starting >> sometime this summer since there is a Google Summer of Code project >> involving Interact. >> >> On Wed, Jul 9, 2008

[sage-support] Interact and published notebooks

2008-07-09 Thread D. M. Monarres
Hello all, I made a sage notebook to illustrate the integration process for my class with plots and interact. When I try and make the notebook public (both on my local machine and on sagenb.org) the plotting does not seem to work. There is a subtle green bar on the side of the cell which

[sage-support] Multiple Plots with different colors

2008-02-16 Thread D. M. Monarres
Hello all, First of all, I would like to thank all of the sage developers. Sage has been a very useful tool for both graduate work and teaching. I have a question about plotting. The plot function allows for a list of functions as an argument, is there any way that I could specify the plot

[sage-support] Problem with upgrade() on Mac OS X 10.4.11

2007-11-22 Thread D. M. Monarres
Hello all, When trying to upgrade from 2.8.12 installed from binaries downloaded from the web, I am getting the following error after restarting what looks like a successful upgrade: galois:~/sage ayeq$ sage -- | SAGE Version