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
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
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
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
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
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
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
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
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
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
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
-
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
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
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
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
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
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
17 matches
Mail list logo