[Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread bob tnur
Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;) ___ NumPy-Discussion mailing list

Re: [Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread Tony Yu
On Mon, Jun 18, 2012 at 11:55 AM, bob tnur bobtnu...@gmail.com wrote: Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;)

Re: [Numpy-discussion] convert any non square matrix in to square matrix using numpy

2012-06-18 Thread eat
Hi, On Mon, Jun 18, 2012 at 6:55 PM, bob tnur bobtnu...@gmail.com wrote: Hi, how I can convert (by adding zero) of any non-square numpy matrix in to square matrix using numpy? then how to find the minimum number in each row except the zeros added(for making square matrix)? ;) Perhaps