MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Row or column?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg112690] Re: Row or column?
  • From: telefunkenvf14 <rgorka at gmail.com>
  • Date: Mon, 27 Sep 2010 05:46:18 -0400 (EDT)
  • References: <i7mq4c$ovt$1@smc.vnet.net>

On Sep 26, 1:44 am, Sam Takoy <sam.ta... at yahoo.com> wrote:
> Hi,
>
> How come
>
> {a, b} // MatrixForm
> {{a}, { b}} // MatrixForm
>
> produce identical outputs: columns?
>
> I would think that the first "matrix" is 1x2 and the second is 2x1.
>
> Alternatively, how do I produce a 1x2 matrix?
>
> Many thanks in advance,
>
> Sam

For a 1x2:

{{a,b}} // MatrixForm


  • Prev by Date: Re: Row or column?
  • Next by Date: Graphics3D without perspective
  • Previous by thread: Re: Row or column?
  • Next by thread: Re: Row or column?