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

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 dmmonar...@gmail.com On Wed, Aug 31, 2011 at 10:14 AM, Vince vincent.kni...@gmail.com wrote: I've only been working

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.

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

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

2011-04-03 Thread D. M. Monarres
if that was done deliberately. -- D. M. Monarres dmmonar...@gmail.com -- 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

[sage-support] Finite Group Homomorphism question

2011-01-18 Thread D. M. Monarres
)] 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 dmmonar...@gmail.com -- To post to this group, send email to sage-support@googlegroups.com

[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 dmmonar...@gmail.com On Tue, Jan 18, 2011 at 7:30 PM, D. M. Monarres dmmonar...@gmail.comwrote: Hello all, Running into an issue with something. I must be missing something. Say I construct two groups that I know are isomorphic

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 dmmonar...@gmail.com On Tue, Jan 18, 2011 at 8:28 PM, John H Palmieri jhpalmier...@gmail.comwrote: On Jan 18, 7:30 pm

[sage-support] Plans to upgrade sphinx

2011-01-12 Thread D. M. Monarres
for the newest sphinx. Thanks a lot for all of your work. -- D. M. Monarres dmmonar...@gmail.com -- 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

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

2011-01-04 Thread D. M. Monarres
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 dmmonar

[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 dmmonar...@gmail.com On Tue, Jan 4, 2011 at 10:54 AM, D. M. Monarres dmmonar...@gmail.comwrote: This isn't exactly a sage question per se, but since most of the documentation is written in sphinx I assume

[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 cell 17 28 19 cell Out: 19 where he would like cell 17 28 19 cell Out: 17 Out: 28 Out:

[sage-support] Re: Interact and published notebooks

2008-07-09 Thread D. M. Monarres
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 at 11:22 AM, D. M. Monarres [EMAIL PROTECTED] wrote: Hello all, I made a sage notebook to illustrate the integration process for my

[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