On Thu, Feb 16, 2012 at 7:33 PM, Bill Hart <goodwillh...@googlemail.com> 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 sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to 
> sage-devel+unsubscr...@googlegroups.com
> 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 sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to