Re: [sage-support] Sagemath 9.5 kernel crash from GF(2) empty vector dot product

2022-05-05 Thread 'Justin C. Walker' via sage-support
(the version supplied by Marc Culler): SIGSEGV [a segmentation fault in sage] no traceback supplied I am running on an iMac Pro (18 core Xeon), with macOS 10.13.6. I assume by “the kernel” you mean Sage, not the linux kernel. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Director

Re: [sage-support] Problem in running SageMath application

2022-01-14 Thread 'Justin C. Walker' via sage-support
age (command line; notebook)? - what commands did you try, and what were the results. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds If you're not confused, You're not paying attention -- You received this m

Re: [sage-support] Memory issues when running simple program

2021-09-02 Thread 'Justin C. Walker' via sage-support
killed it after about 4 hours. Also, memory usage for this python process seemed to stabilize for the last 2-3 hours. HTH Justin > On Sep 2, 2021, at 10:28, Britt Cagnina wrote: > > I'm running SageMath 9.2 on windows (and also tried 9.0 on Ubuntu). My specs > are: Intel i5-106

Re: [sage-support] Adventure Academy Takes Math to the Next Level

2020-05-30 Thread 'Justin C. Walker' via sage-support
My apologies. I have no idea how this arrived in a Sage mailing list (other, of course, than the fact that I appear to have sent it here, which is the mystery.) > On May 30, 2020, at 12:01 , 'Justin C. Walker' via sage-support > wrote: > > Idiots > >> On May

[sage-support] Re: Adventure Academy Takes Math to the Next Level

2020-05-30 Thread 'Justin C. Walker' via sage-support
nth FREE! > > Unsubscribe from Adventure Academy emails. > Please review our Privacy Policy > > TM & © 2020 Age of Learning, Inc. > P.O. Box 10458, Glendale, CA 91209 > > -- Justin C. Walker, Curmudgeon-At-Large Director Institute for the Enhancement of

Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread 'Justin C. Walker' via sage-support
y experience. In your following message, you say “Unable to sagemath download pre-built binary from site”. Is that literal output from tar? It’s pretty weird phrasing, in the first place. And additionally, how does “it” know what the site is, and that the tarball contains a pre-built binary? So

Re: [sage-support] tar jxvf sage-9.1-Ubuntu_18.04-x86_64.tar.bz2 is not downloading SageMath

2020-05-29 Thread 'Justin C. Walker' via sage-support
and in the directory containing the file, or give the “full” file name to the command. HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- While creating wives, God promised men that good and obedient wives would be found in all corners

Re: [sage-support] Sage Crash Report

2020-04-13 Thread 'Justin C. Walker' via sage-support
create temporary file for /home/hhuang235/.ccache/2/9/8e02d78d68b9638edd65c3e5744171-2001.manifest.tmp: Disk quota exceeded I think that should explain the problem you are having. Is the “scratch folder” on a disk of small size, or does it have a small amount of free space? The source buil

Re: [sage-support] Does SageMath work on Mac OS 10.14.6

2020-02-25 Thread 'Justin C. Walker' via sage-support
I have all recent Sage versions running on macOS versions 10.13, 10.14, and 10.15. All built from a clone of the develop tree, and built with few if any issues. I build *without* the aid of HomeBrew, MacPorts, or any of the other “package management” schemes available. HTH Justin > On

Re: [sage-support] "SageMath is damaged and can't be opened" on macOS 10.14

2020-01-10 Thread 'Justin C. Walker' via sage-support
et it going. However, that is OS X 10.11 - I > don't have access to the newer versions. FWIW, I am running the Sage 9.0 app on macOS 10.13.6 (it appears to have been built for 10.11, according to the name). I will be trying later versions of the app on 10.13.6, 10.14.6 and (I think) 1

Re: [sage-support] How to define variables over integer

2019-05-23 Thread 'Justin C. Walker' via sage-support
e define similar code over integers (ZZ) or rationals (QQ)? > Also I want to store variables in an array like Z=[z0,z1,z2,z3] > but it should be automatic. I will change only n. Check out PolynomialRing. Typing PolynomialRing? will give you some documentation. HTH Justin -- Justin C. Walk

Re: [sage-support] How to permute a list of elements in sage

2019-05-19 Thread 'Justin C. Walker' via sage-support
the same as yours, except for indentation, works for me: def f(i, v1): v=[] for j in v1: v.append(j) print(v) v[i+1]=v1[i] v[i]=v1[i+1] return v HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds -

Re: [sage-support] A case of immaculate conception...

2019-03-20 Thread 'Justin C. Walker' via sage-support
ed 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 this group, send email to sage-support@google

Re: [sage-support] Sage is extremely slow to start on macOS Mojave

2019-03-01 Thread 'Justin C. Walker' via sage-support
een unable to get the .app (8.4 or 8.5) working on 10.14, but it works just fine on earlier versions of macOS, so I don’t think pulling it is a great idea. Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- My wife 'n kids &#x

Re: [sage-support] algorithme

2019-01-19 Thread 'Justin C. Walker' via sage-support
ay to type the program in an editor, at the command line prompt, or in the notebook, is as follows: def fac(n): if n == 1: print ‘bonjour’ else: print “bonsai” The OP was entering the code almost correctly, but the “\” caused the parser to ignore the new-line, and str

Re: [sage-support] SageMath 8.5 Crash Report

2018-12-29 Thread 'Justin C. Walker' via sage-support
pp version. That may work better for you. If some of that is unclear, or you want more pointers/info, reply back. There is also information available on the sagemath website. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds If

Re: [sage-support] different result from file or at prompt

2018-11-13 Thread 'Justin C. Walker' via sage-support
scr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. -- Justin C. Walker, Curmudgeon at Large Director Institute for t

[sage-support] sage.app question

2018-10-23 Thread 'Justin C. Walker' via sage-support
/private/tmp/SageMath-8.4.rc1.app/Contents/Resources/sage/local/lib/python2.7/site-packages/sage/repl/load.pyc in load(filename, globals, attach) ImportError: No module named attach Help! And, in advance, Thank! Justin PS: This is on macOS 10.13.6. -- Justin C. Walker Director Institute for th

Re: [sage-support] Is this a bug?

2018-02-28 Thread Justin C. Walker
gt; there are ones that don't have any special variables like Sage's 'x’. I am mildly in favor of dropping this predefinition (FWIW). Also, for this discussion, one can always access the variable by something like this: sage: x=P.variables()[0] Justin -- Justin C. Walker, Curmu

Re: [sage-support] unable to install sagemath, segmentation faults

2018-02-27 Thread Justin C. Walker
am running MacOS 10.6.8 > > the binary that I used were : I am pretty sure that code built for 10.11.6 won’t run on 10.6.8. I have both of those systems, and the latest Sage I have on the latter is 6.10. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorp

Re: [sage-support] has_linear_structure() trace

2017-12-01 Thread Justin C. Walker
ction after , works perfectly. > Could you please assist ? Thank you in advance. FWIW, I tried this on Sage 8.0 (macOS 10.11.6), and did not have a failure (the result was ‘True’). What version of Sage are you using, what system (OS, hardware) and versions? -- Justin C. Walker Curmudgeon-at

Re: [sage-support] commend to get eigen values for matrix

2017-11-17 Thread Justin C. Walker
a double question mark gets you doc with code. Play around with it; ask more questions. See also <http://ask.sagemath.org> as another place to ask. HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- I want to die, peacefully in my

Re: [sage-support] sage install error

2017-09-07 Thread Justin C. Walker
/en-us/KM205142?cid=acs::applesearch> -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- You received this message because

Re: [sage-support] Discrete Logarithm

2017-05-12 Thread Justin C. Walker
be helpful in times like this. Also, Cohen's "Course" is a great place to look. HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- If it weren't for carbon-14, I wouldn't date at all. --- -- You received

Re: [sage-support] Re: sage via ssh

2017-04-13 Thread Justin C. Walker
Thanks for the reply, Dima. On Apr 13, 2017, at 02:14 , Dima Pasechnik wrote: > > > On Thursday, April 13, 2017 at 4:43:06 AM UTC+1, Justin C. Walker wrote: >> >> Hi, all, >> >> I just tried to ssh between two of my macOS systems. They use different >

[sage-support] sage via ssh

2017-04-12 Thread Justin C. Walker
the less said, ... How do I persuade Sage to knock it off? Thanks! Justin -- Justin C. Walker, Curmudgeon-At-Large, Director Institute for the Enhancement of the Director's Income The path of least resistance: it's not just for electricity any more. -- You receive

Re: [sage-support] OS X 10.12

2017-03-07 Thread Justin C. Walker
'll guess that someone built the Sage system, and then you (?) moved it, as indicated. As the message says, if you run Sage, and then move that tree somewhere else, it does what you saw: complain and stop. When run for the first time, Sage tells you that it is "hardcoding paths&q

Re: [sage-support] Can sage's palp decompress these polytopes?

2017-02-05 Thread Justin C. Walker
ck the documentation at <https://docs.python.org/2/library/index.html> (Sec 15.2 and possibly other places). You don't say how familiar you are with programming, Sage, and Python, so I stuck with the simple stuff. Ask here for more clarification, as needed. HTH Justin -- Justin C. Walk

Re: [sage-support] Quadratic form polynomial

2017-02-03 Thread Justin C. Walker
On Feb 2, 2017, at 23:30 , Christophe Bal wrote: > Hello. > > Who is the author of the quote "I would like to die. ..." ? Got on a bumper sticker on the Information Superhighway... -- Justin C. Walker, Curmudgeon-At-Large Director Institute for the Enhancement of th

Re: [sage-support] Quadratic form polynomial

2017-02-02 Thread Justin C. Walker
to the landscape by Gauss's Disquisitiones: his idea of a binary quadratic form is one of the form a*x^2 + 2*b*x*y + c*y^2 If you want a "less weird" (Langrange) approach, and are interested only in binary forms, look at the class BinaryQF. HTH Justin PS: Weil's &quo

Re: [sage-support] Re: Running %magma mode in terminal

2017-01-31 Thread Justin C. Walker
Mac generally will do something like "duplicate". For Terminal (and many components with a "text edit"-like interface), ^D will signal end-of-file. Not sure what the appropriate thing is for any of the notebook interfaces for Sage. HTH Justin -- Justin C. Walker, Curmudgeo

Re: [sage-support] Setting end variable on print

2017-01-03 Thread Justin C. Walker
. However, when I do this, I get an > error saying > > print("hi", end = "") > ^ > SyntaxError: invalid syntax I believe that the Python syntax is print "hi", (at least for Python 2; not sure about v. 3). HTH Justin -- Justin C. Walk

Re: [sage-support] Re: Development process

2016-12-06 Thread Justin C. Walker
On Dec 6, 2016, at 14:36 , Dima Pasechnik wrote: > I'll comment on how to use plain git > http://doc.sagemath.org/html/en/developer/manual_git.html#git-the-hard-way > > On Tuesday, December 6, 2016 at 9:03:46 PM UTC, Justin C. Walker wrote: >> >> Hi, all, >>

[sage-support] Development process

2016-12-06 Thread Justin C. Walker
, and then updated it (how?) to the develop branch? I have read the TentativeConventions page on the wiki, but it seems to be slightly outdated. Pointers, advice, etc. are more than welcome. Thanks in advance, Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the E

Re: [sage-support] Re: Bug(?) in the division of polynomials with the TermOrder('neglex')

2016-11-22 Thread Justin C. Walker
elopment A Computer Algebra System for Polynomial Computations / version 3-1-3 0< by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \ March 2011 FB Mathematik der Universitaet, D-67653 Kaiserslautern\ // ** executing /SandBox/Justin/sb/Singu

Re: [sage-support] PALP database for 4D reflexive polytopes?

2016-09-20 Thread Justin C. Walker
(above) only seems to give use examples, not install instructions. HTH Justin > which suggests the shell command > > sage -i polytopes_db_4d > . > > This didn't work. I'm not sure whether the failure implies a problem with > the database, or with the place I'm

Re: [sage-support] (William Stein) "my top priority right now is to **make a lot of money**"

2016-08-25 Thread Justin C. Walker
ot; group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-support+unsubscr...@googlegroups.com. > To post to this group, send email to sage-support@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-support. >

Re: [sage-support] Magma in Sage

2016-08-20 Thread Justin C. Walker
tation that > tells what kind of things Sage can do with magmas? Search for “magma” in the reference manual. This will give you pointers to both Magma usage from Sage, and to support for “magmas” in Sage. HTH -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement o

Re: [sage-support] Re: Can't open SageaMath 7.22

2016-06-28 Thread Justin C. Walker
more I can add? FWIW, sage does complain about the version of GPM in use (it wants version >= 5) for security's sake. HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income --- If you don't know where you

Re: [sage-support] run SU as_permutation_group has error

2016-06-23 Thread Justin C. Walker
27;ve read the manual; the error message you got should give you a clue, and suggest reading the manual to find out what this procedure does and what the arguments are for. What are you trying to achieve? Justin -- Justin C. Walker, Curmudgeon-At-Large, Director Institute for the Enhancement

Re: [sage-support] Building Sage 7.2 from source: Round 2

2016-05-29 Thread Justin C. Walker
uccessive error messages: I have not checked every one of these errors, but in the cases I have checked, the missing files are present in a fresh unpacking of the tarball. Maybe I missed something earlier in the discussion, but have you checked whether they are present before you start a build? Just

Re: [sage-support] Re: matrix function

2016-05-19 Thread Justin C. Walker
ke this: def r(theta): return cos(theta/2)*s0 - I*sin(theta/2)*sy Check the doc at python.org (function definition, ...). HTH Justin -- Justin C. Walker, Curmudgeon-At-Large, Director Institute for the Enhancement of the Director's Income The path of least resistanc

Re: [sage-support] is_prime() error

2016-04-05 Thread Justin C. Walker
his > happens. I’m not sure this will help, but in Magma: > p1:=211859; > > q:=(p1-1)/2; > p1; 211859 > q; 105929 > IsPrime(p1); true > IsPrime(q); false > Type(p1); RngIntElt > Type(q); FldRatElt

Re: [sage-support] spec.an_element()

2016-03-31 Thread Justin C. Walker
On Mar 31, 2016, at 12:33 , William Stein wrote: > On Thu, Mar 31, 2016 at 12:31 PM, Justin C. Walker wrote: >> Dear Sage Support: >> >> Just checking, but this seems wrong: >> >> sage: R12=Integers(12) >> sage: Spec12=Spec(R12) >> sage: Spec12

[sage-support] spec.an_element()

2016-03-31 Thread Justin C. Walker
coordinate ring is not the rational integers, it punts and assumes the zero-ideal is prime in that ring. Thanks for confirmation or firm smacks! Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- If it weren't for carbon-14, I wou

Re: [sage-support] Installation problem on Mac OS X

2016-03-31 Thread Justin C. Walker
for the shell to properly interpret it). Since this shows up right after the "last login" line, it appears this is in your startup sequence somewhere (see Volker's response). Was this the sage binary or the sage ".app"? HTH -- Justin C. Walker, Curmudgeo

Re: [sage-support] No Output with the following Integral

2016-03-11 Thread Justin C. Walker
as nothing goes worng :-}). I just do "make" (with a "-j" factor to build in parallel; and if it breaks, take out the "-j", or cut down the number of threads). I would consider building in a separate location, in case of breakage - you would at least have a mor

Re: [sage-support] No Output with the following Integral

2016-03-11 Thread Justin C. Walker
see if that works. At this point, I have no idea what could be wrong... Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income --- Nobody knows the trouble I've been --- -- You received this message because y

Re: [sage-support] No Output with the following Integral

2016-03-11 Thread Justin C. Walker
On Mar 11, 2016, at 08:49 , Justin C. Walker wrote: > > On Mar 11, 2016, at 08:14 , Chris Maness wrote: > >> b=var('b') ; assume(b > 0) ; integrate(1/(x^2+b^2),x,-oo,oo) > > Sage version? OS version? Hardware? > > FWIW, I tried this on Sage 6.10, OS

Re: [sage-support] No Output with the following Integral

2016-03-11 Thread Justin C. Walker
On Mar 11, 2016, at 08:14 , Chris Maness wrote: > b=var('b') ; assume(b > 0) ; integrate(1/(x^2+b^2),x,-oo,oo) Sage version? OS version? Hardware? FWIW, I tried this on Sage 6.10, OS X 10.6.8 (Mac Pro). HTH -- Justin C. Walker Curmudgeon-at-large -- Network, n., Differe

Re: [sage-support] TAB completion

2015-11-05 Thread Justin C. Walker
On Nov 5, 2015, at 18:02 , John H Palmieri wrote: > On Thursday, November 5, 2015 at 5:03:27 PM UTC-8, William wrote: >> >> On Thu, Nov 5, 2015 at 4:02 PM, John H Palmieri > > wrote: [snip] >> >> Thanks! This worke

[sage-support] TAB completion

2015-11-05 Thread Justin C. Walker
after searching the doc, I am lost in a twisty maze of passages, all looking strangely similar. Suggestions or clues welcome. Thanks! Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- If it weren't for carbon-14, I wouldn't d

Re: [sage-support] Question about Casting over Finite Field

2015-08-09 Thread Justin C. Walker
71*r1406 - > 26113332388244438/463809428587234113*r1408 + > 180996540766820643/154603142862411371*r1409 Does this help? K=GF(2) Kz.=PolynomialRing(K) Qx.=PolynomialRing(Rationals()) f=x^3-1 f1=Kz(f) Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's

Re: [sage-support] SageMathCloud questions: plots, init.sage, etc

2015-07-21 Thread Justin C. Walker
oughts? This is probably obvious, but: is the above literally what you used, or is the space after "=" creeping in during message creation? HTH -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's Income Experience is

Re: [sage-support] Re: Create modules

2015-07-01 Thread Justin C. Walker
tand problem. (Minimal) Examples are useful to help us determine the problem you are seeing. In addition, Sage version and platform (hardware, OS version) help. HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- I want to die, peacefully

Re: [sage-support] Sage 5.9

2015-05-22 Thread Justin C. Walker
ting Sage 5.9 is out of service temporarily. Try again later. HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's income --- -- They said it couldn't be done, but sometimes, it doesn't work out that way. - Casey Stengel -

Re: [sage-support] Re: sage 6.6: error building r

2015-04-22 Thread Justin C. Walker
nately, this does not help the big picture, as I am loath to > compile R with a different compiler than everything else. I see the same thing (but with the 6.3 command-line tools). Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds Men

Re: [sage-support] sage 6.6: error building r

2015-04-15 Thread Justin C. Walker
svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- Like the ski resort full of girls hunting for husbands and husbands hunting for girls, the situation is not as symmetrical as it might s

Re: [sage-support] sage 6.6: error building r

2015-04-15 Thread Justin C. Walker
stem I don't have homebrew or other installs to muddy the water. Justin > > On Wednesday, April 15, 2015 at 5:15:03 PM UTC+2, Buck Evan wrote: >> >> Here's the same error under -j1, in case it helps: >> http://paste.pound-python.org/show/CSFQbBf722doPeyrXxJi/ &g

Re: [sage-support] Working with polynomials (or at least trying to)

2015-04-07 Thread Justin C. Walker
On Apr 7, 2015, at 09:49 , absinthe wrote: > Justin I believe that you are right so I will try to re-implement it. > Thanks for your help. > David, thank you as well. The answer I believe is somewhere close to both > of you. > Some sips of absinthe will help me get this thro

Re: [sage-support] Working with polynomials (or at least trying to)

2015-04-05 Thread Justin C. Walker
d??) I believe that the Euclidean algorithm assumes the underlying ring is Euclidean (which in turns requires no zero divisors). In the Hoffstein-et al article, they mention using an "easy modification" of said algorithm to compute inverses, an exercise, I suppose, for the really-intere

Re: [sage-support] Working with polynomials (or at least trying to)

2015-04-05 Thread Justin C. Walker
nly interfere with obtaining inverses. Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's income --- Question 43: What if the hokey pokey really *is* what it’s all about? -- -- You received this message because you are subscribed to t

Re: [sage-support] Working with polynomials (or at least trying to)

2015-04-04 Thread Justin C. Walker
elp is welcome. Answered, possibly, on sage-devel... -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- My wife 'n kids 'n dogs are gone, I can't get Jesus on the phone, But Ol' Milwaukee's Best is my best friend. -

Re: [sage-support] load or attach problem

2014-12-12 Thread Justin C. Walker
e, you get the path to the file where the code lives. The perplexing part will become obvious as you use this. In answer to your questions, "?attach" will explain what the problem is. HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the D

Re: [sage-support] Sage on Mavericks requesting installation of X

2013-10-28 Thread Justin C. Walker
ther); others have command-line arguments that disable X11 for the current execution. That's as far as I've gotten. One approach to the latter would be to move/rename '/usr/X11/', and see what breaks when you run sage. If you built from source, the build logs might help tr

Re: [sage-support] Re: bug with variety(): order of the variables seem to matter!

2013-05-02 Thread Justin C. Walker
On May 2, 2013, at 06:50 , Volker Braun wrote: > Both produce the same output (J.vector_space_dimension() == 8) in > Sage-5.10.beta1. Odd. I get the same result as the OP with both 5.10-b0 and -b1. This is on Mac OS X, 10.6.8. Justin -- Justin C. Walker, Curmudgeon-At-Large, Di

Re: [sage-support] Re: problem building 5.4.1 on macosx 10.8.2

2012-12-13 Thread Justin C. Walker
. What apps use the above variables? Thanks, Justin PS: on my 10.8.2 system, I have the "stock" readline includes in place, and they did not cause a problem with the build. -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income

Re: [sage-support] Re: Jacobi sn

2012-11-20 Thread Justin C. Walker
A quick follow-up: On Nov 19, 2012, at 23:25 , Justin C. Walker wrote: > On Nov 19, 2012, at 22:36 , Jan Groenewald wrote: [snip] > Using Mac OS X, 10.6.8. Sage 4.8 has maxima 5.23 (maxima-5.23.2.p3.spkg); > 5.0-beta2 has maxima 5.26. [snip] > >> sage: n(jacobi('sn&#x

Re: [sage-support] Re: Jacobi sn

2012-11-19 Thread Justin C. Walker
, except that the last line has been going (and going, and ...) for several minutes now, with no signs of abating. It's adding small increments of memory, second by second... Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- Like

Re: [sage-support] Re: Unable to run Macaulay2 through SAGE

2012-11-03 Thread Justin C. Walker
ry this (assuming you don't have it set up similarly): make a symbolic link from your M2 interpreter to /usr/bin (you may have to do this as root, e.g., with "sudo"): $ ln -s /path/to/M2 /usr/bin/M2 and then try again. I don't think you have to restart your browser, but if i

Re: [sage-support] Re: Unable to run Macaulay2 through SAGE

2012-11-02 Thread Justin C. Walker
, but if you want to try removing it, that's > where you'd change something. For the record, the "-e" allows the user to run Macaulay2 to evaluate an expression that follows the "-e" on the command-line. You'd have to evaluate that blather to figure out what

Re: [sage-support] Array of Arrays

2012-10-01 Thread Justin C. Walker
epcopy(). Maybe start here: <http://docs.python.org/library/copy.html#copy.deepcopy> HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's income --- -- They said it couldn't be done, but sometimes, it doesn't work

Re: [sage-support] Sagenb.org

2012-09-15 Thread Justin C. Walker
On Sep 14, 2012, at 14:53 , Dan Aldrich wrote: > Haven't been able to access sagenb.org or .com for over a day. Is this a long > term outage? William reported a relatively short-term outage at UW.edu in the math department server area that appears to be over now. Justin -- Justi

Re: [sage-support] sage only runs as root

2012-07-09 Thread Justin C. Walker
build from source. You'll need Xcode 4.2/3 installed to do this. Or wait until someone builds a good Mac OS X binary. Justin -- Justin C. Walker Curmudgeon-at-large Director Institute for the Absorption of Federal Funds 186,000 Miles per Second Not just a good idea: it's t

Re: [sage-support] sage only runs as root

2012-07-09 Thread Justin C. Walker
lem, I think. Did you download a binary or build from source? Justin -- Justin C. Walker, Curmudgeon-At-Large Director Institute for the Enhancement of the Director's Income "Weaseling out of things is what separates us from the animals. Well, except the weasel." -

Re: [sage-support] multivariate polynomial factorization over GF(2)

2012-06-18 Thread Justin C. Walker
lure with 5.0 on Mac OS X, 10.6.8 (Dual 6-core Xeons) and 10.7.4 (4-core Core i7): --- RuntimeError Traceback (most recent call last) /SandBox/Justin/sb/Sage/ in () /Users/Sage/sage-5.0/local/lib/pyt

Re: [sage-support] Re: Crash report: integral of ln(1+4/5*sin(x)) crashes Maxima and Sage

2012-06-08 Thread Justin C. Walker
On Jun 8, 2012, at 02:07 , Volker Braun wrote: > This is definitely a maxima bug, it seems that it goes into a recursion in > binary-ecl/sin.c. Did you open a ticket for it? Why don't I see 'maxima' in the crash logs? And why don't I see 'maxima'

Re: [sage-support] Crash report: integral of ln(1+4/5*sin(x)) crashes Maxima and Sage

2012-06-08 Thread Justin C. Walker
On Jun 7, 2012, at 19:10 , kcrisman wrote: > >> >> >> >> Is Maxima used as a library, or used with pexpect? I've lost track. >> >> > For this kind of thing, should be library. Is that a 'no'? -- Justin C. Walker, Curmudgeon

Re: [sage-support] Crash report: integral of ln(1+4/5*sin(x)) crashes Maxima and Sage

2012-06-07 Thread Justin C. Walker
On Jun 7, 2012, at 18:04 , Justin C. Walker wrote: > > On Jun 7, 2012, at 17:52 , kcrisman wrote: >> >> On Thursday, June 7, 2012 8:21:01 PM UTC-4, Justin C. Walker wrote: >>> >>> On Jun 7, 2012, at 14:13 , Benjamin Jones wrote: >>> >>>

Re: [sage-support] Crash report: integral of ln(1+4/5*sin(x)) crashes Maxima and Sage

2012-06-07 Thread Justin C. Walker
On Jun 7, 2012, at 17:52 , kcrisman wrote: > > On Thursday, June 7, 2012 8:21:01 PM UTC-4, Justin C. Walker wrote: >> >> On Jun 7, 2012, at 14:13 , Benjamin Jones wrote: >> >>> On Mac OS X 10.6.8 intel core i7 and sage-5.0 (also sage-5.1.beta2) I >&

Re: [sage-support] Crash report: integral of ln(1+4/5*sin(x)) crashes Maxima and Sage

2012-06-07 Thread Justin C. Walker
an just echoing) seems to be 5.0-b3 (b2 just echos). HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income --- Nobody knows the trouble I've been --- -- To post to this group, send email to sage-support@g

Re: [sage-support] How to fix the path generated by tmp_filename() ?

2012-06-04 Thread Justin C. Walker
egroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds Men are from Earth. Women are from Earth. Deal with it. -

[sage-support] Re: Decimal form of a unit converted answer

2012-05-20 Thread Justin
*m).convert(units.length.foot) This gives 16.1233595800525*foot Haha. Silly me. Also, say pi was a part of my length. I'd just do something like (4.0*(pi.n())*ft + 5.0*m).convert(units.length.foot) Justin On Sunday, May 20, 2012 12:15:18 AM UTC-7, Justin wrote: > > I was won

[sage-support] Decimal form of a unit converted answer

2012-05-20 Thread Justin
doing this or how I might better ask Sage to give me a decimal answer of converted units? Thank you in advance, Justin -- 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 opti

Re: [sage-support] Sage 5.0 crashing, is unusable

2012-05-16 Thread Justin C. Walker
built from source (same OS, different hardware: both Dual 6-core Xeon and 4-core Core i7 processors), and your snippet runs w/o problems for me. I'll try downloading the .dmg and see what happens with that. Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds

Re: [sage-support] polynomial division

2012-04-22 Thread Justin C. Walker
and perform the division > (or pseudo division). You might try starting with this (unverified): R. = PolynomialRing(QQ) K=R.fraction_field() S.=PolynomialRing(K) HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds --- My wife 'n kids &

Re: [sage-support] Re: Will Sage software draw graphs of algebraic equations?

2012-04-19 Thread Justin C. Walker
you are using, you should be able to save the resulting plot as a .PDF file and then include/paste it into a word-processing doc. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Absorption of Federal Funds Men are from Earth. Women are from Earth. Deal with it. --

Re: [sage-support] Define function in GF(q)

2012-04-06 Thread Justin C. Walker
F: print f(e,g) HTH Justin -- Justin C. Walker, Curmudgeon at Large Institute for the Absorption of Federal Funds -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. -- To post to this group, send email to sage

Re: [sage-support] instance returns False after modifying file

2012-03-24 Thread Justin C. Walker
ting. Otherwise, strange and wondrous things happen. If I have this wrong, I think someone will speak up, but that's Truth as I understand it. HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's Income When LuteFisk is outlawed, On

Re: [sage-support] Re: Matrix Characteristic Polynomial

2012-03-20 Thread Justin C. Walker
On Mar 20, 2012, at 13:08 , Simon King wrote: > Justin C. Walker mac.com> writes: >> sage: M.=min[TAB] >> min minimal_polynomialminpoly >> min_cyclesminimize >> min_symbolic minimize_constrained > >

Re: [sage-support] Re: Matrix Characteristic Polynomial

2012-03-18 Thread Justin C. Walker
On Mar 18, 2012, at 05:31 , firebird wrote: > Thanks Justin. My mistake... minimal_polynomial is what is required. > Graham And, in case you didn't know about these features of sage/python: - if you have an object, procedure, ..., you can find out more about what is available for s

Re: [sage-support] Matrix Characteristic Polynomial

2012-03-17 Thread Justin C. Walker
you should expect a polynomial of degree 12. Perhaps you were thinking of the minimal polynomial? HTH Justin -- Justin C. Walker Curmudgeon-at-large Director Institute for the Absorption of Federal Funds 186,000 Miles per Second Not just a good idea: it's the law! -- To post to

Re: [sage-support] Re: How remove attached file?

2012-03-05 Thread Justin C. Walker
On Mar 5, 2012, at 22:54 , Nils Bruin wrote: > On Mar 5, 3:40 pm, "Justin C. Walker" wrote: >> It's worth filing a bug on this. The documentation is a bit, um, imprecise: >> >>Type ``attached_files()`` for a list of all currently attached >&g

Re: [sage-support] How remove attached file?

2012-03-05 Thread Justin C. Walker
x27;s worth filing a bug on this. The documentation is a bit, um, imprecise: Type ``attached_files()`` for a list of all currently attached files. You can remove files from this list to stop them from being watched. Justin -- Justin C. Walker, Curmudgeon at Large Director Ins

Re: [sage-support] Overriding default browser

2012-03-05 Thread Justin C. Walker
On 5 Mar, 2012, at 13:09 PM, Jim Clark wrote: > On Mar 5, 2012, at 12:49 PM, Justin C. Walker wrote: > >> To clarify this, I believe that the man page says that .bash_profile is >> checked for a login shell, and that .bashrc is checked for a non-login, >> interactive

Re: [sage-support] Overriding default browser

2012-03-05 Thread Justin C. Walker
ing the export > SAGE_BROWSER line into .bash_profile, not .bashrc. To clarify this, I believe that the man page says that .bash_profile is checked for a login shell, and that .bashrc is checked for a non-login, interactive shell. I'm not at a 10.6 system right now to verify that, bu

Re: [sage-support] factoring in a number field

2012-02-27 Thread Justin C. Walker
x27;sage.rings.number_field.number_field_element_quadr' >>> object has no attribute 'factor' >> >> Ok, to answer myself, this appears to work in the cell server on the >> sage front page, but does not work in my old install of version 4.3. >> Therefore

Re: [sage-support] Question about QuadraticForm polynomial method.

2012-02-24 Thread Justin C. Walker
yet, but I'm pretty sure that this is the issue. Cassels (I think) remarks that the two approaches are equivalent by noting that "2f" and "f" are equivalent. Of course, I'm going from memory here. Gotta go catch a plane :-} Justin -- Justin C. Walker Curmudgeon a

Re: [sage-support] Question about QuadraticForm polynomial method.

2012-02-24 Thread Justin C. Walker
(and in other places, like Cassels' "Rational Quadratic Forms"). HTH Justin -- Justin C. Walker, Curmudgeon at Large Director Institute for the Enhancement of the Director's Income --- Nobody knows the trouble I've been --- -- To post to this group,

Re: [sage-support] sage -t has changed recently ?

2012-02-21 Thread Justin C. Walker
ith the .sage file appended below. With 4.7, I got what might be expected (the correct "expected/got error"). With 5.0-b3-gcc, I got a somewhat confusing message saying "Fred" wasn't defined. It seems that the docstring testing worked at one point, while no

  1   2   3   4   >