|
Loading...
|
sage-devel@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [sage-devel] Short script dumps me at the command line William Stein Fri Feb 17 05:00:49 2012
On Thu, Feb 16, 2012 at 7:33 PM, Bill Hart <[EMAIL PROTECTED]> wrote: > Hi, > > the following short script dumps me at the command line in Sage 4.8: Aren't you supposed to tell us all the standard stuff in a bug report, e.g,. * hardware * operating system * how you got sage-4.8 (source, binary) * EXACT copy paste that shows you replicating the problem from start to finish * same as above, with "sage -gdb". * anything else you can think of > > M=matrix(2,2,[27, -11, 15, 1]) > G,mu = M.gram_schmidt() > M2 = matrix(2,3,[27,-11,21,15,1,9]) > G2,mu2 = M2.gram_schmidt() > float(G2[1].norm() - G[1].norm()) > 0 > > It prints: > > WARNING: > ******** > You or a %run:ed script called sys.stdin.close() or > sys.stdout.close()! > Exiting IPython! > > Bill. > > -- > To post to this group, send an email to [EMAIL PROTECTED] > To unsubscribe from this group, send an email to [EMAIL PROTECTED] > For more options, visit this group at > http://groups.google.com/group/sage-devel > URL: http://www.sagemath.org -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send an email to [EMAIL PROTECTED] To unsubscribe from this group, send an email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
- [sage-devel] Short script dumps me at the command line Bill Hart 2012/02/16
- [sage-devel] Re: Short script dumps me at the command line Bill Hart 2012/02/16
- Re: [sage-devel] Re: Short script dumps me at the command line Justin C. Walker 2012/02/16
- [sage-devel] Re: Short script dumps me at the command line Dima Pasechnik 2012/02/16
- [sage-devel] Re: Short script dumps me at the command line Keshav Kini 2012/02/16
- Re: [sage-devel] Short script dumps me at the command line William Stein 2012/02/17 <=
- [sage-devel] Re: Short script dumps me at the command line Bill Hart 2012/02/17