On Tue, Aug 25, 2009 at 12:35 AM,
liji.ma...@gmail.com wrote:
>
> I have used Sage for several months.I find it very useful.In fact, it
> has helped me a lot.In order to learn Sage more,I have read some
> documents about Sage,but I didn't find any subject about how to set
> breakpoint.
>
> I wish
BTW, I know the server is connected to the internet because the
webpage at http://web_address:8080 loads.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...
On Aug 25, 4:35 pm, "J. Cooley" wrote:
> Thank you both very much. (I had been trying to find it without the R.
> part at the front!)
Are you familiar with the concepts of "objects" and "methods"? Maybe
you should learn a bit of it in order to understand such things.
Keywords: python, classes,
On Tue, Aug 25, 2009 at 9:04 AM, mrotsliah wrote:
>
> OK, I tried yesterday on another machine: a mac. It seemed to load
> https://web_address:8800, but it just didn't load the sage program.
> Instead, it just told me that it would not accept the page because it
> was self signed.
Firefox will a
BTW, I know the server is connected to the internet because the
webpage at http://web_address:8080 loads.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...
BTW, I know the server is connected to the internet because the
webpage at http://web_address:8080 loads.
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...
OK, I tried yesterday on another machine: a mac. It seemed to load
https://web_address:8800, but it just didn't load the sage program.
Instead, it just told me that it would not accept the page because it
was self signed. Also, Firefox didn't let me certify the website.
But, on the windows box,
OK, I tried yesterday on another machine: a mac. It seemed to load
https://web_address:8800, but it just didn't load the sage program.
Instead, it just told me that it would not accept the page because it
was self signed. Also, Firefox didn't let me certify the website.
But, on the windows box,
Thank you both very much. (I had been trying to find it without the R.
part at the front!)
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support-unsubscr...@googlegroups
Hi!
On Aug 25, 2:47 pm, "J. Cooley" wrote:
> Is there a function that will tell you the characteristic of a field?
Yes, and it is called "characteristic":
sage: RR.characteristic()
0
sage: GF(64,'a').characteristic()
2
It also works for rings:
sage: ZZ.characteristic()
0
sage: GF(64,'a')['t'
probably .characteristic() ? Or is your question less obvious?
sage: R = GF(13)
sage: R.characteristic()
13
sage: QQ.characteristic()
0
sage: SR.characteristic()
0
Harald
On Aug 25, 3:47 pm, "J. Cooley" wrote:
> Hi
>
> Is there a function that will tell you the characteristic of a field?
>
> T
Hi
Is there a function that will tell you the characteristic of a field?
Thanks.
--~--~-~--~~~---~--~~
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
Your url should strat like this:
https://123.123.123.123:8800
It uses HTTPS protocol, so you should starts with HTTPS.
On 8月25日, 上午7时09分, William Stein wrote:
> On Mon, Aug 24, 2009 at 3:35 PM, Alexandre
>
>
>
> Belousov wrote:
>
> > It's a browser problem, not server-side.
> > Generally you h
On Tue, Aug 25, 2009 at 9:35 AM,
liji.ma...@gmail.com wrote:
>
> I have used Sage for several months.I find it very useful.In fact, it
> has helped me a lot.In order to learn Sage more,I have read some
> documents about Sage,but I didn't find any subject about how to set
> breakpoint.
Here's some
I have used Sage for several months.I find it very useful.In fact, it
has helped me a lot.In order to learn Sage more,I have read some
documents about Sage,but I didn't find any subject about how to set
breakpoint.
I wish to know how to use breakpoint because I belive the breakpoint
is very impor
On Aug 20, 2009, at 9:02 AM, felix wrote:
> Hi,
>
> this should have happened to other people, but I can't find some other
> post on this one. I'm not sure which update exactly caused the bug,
> since I didn't use weave since Sage 3.something. All I can say is,
> that weave doesn't work at all in
16 matches
Mail list logo