MathGroup Archive 2001

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

Search the Archive

Re: redundant brackets

  • To: mathgroup at smc.vnet.net
  • Subject: [mg27007] Re: [mg26973] redundant brackets
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Tue, 30 Jan 2001 23:22:25 -0500 (EST)
  • References: <200101300838.DAA29953@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

You seem to be missing one right bracket. Then

In[1]:=
{ {0}, {{{{{{14}}}}}, {{{3}}} }}
Out[1]=
{{0}, {{{{{{14}}}}}, {{{3}}}}}

In[2]:=
Flatten[%]
Out[2]=
{0, 14, 3}

Tomas Garza
Mexico City
----- Original Message -----
From: "Joerg Reinnarth" <reinnart at iskp.uni-bonn.de>
To: mathgroup at smc.vnet.net
Subject: [mg27007] [mg26973] redundant brackets


> Dear Groups,
>
> I produce a table in a function.
>
> The entries of the table contain redundant brackets.
>
> For example  { {0}, {{{{{{14}}}}}, {{{3}}} }.
>
> I want to get these brackets away, but using Simplify or FullSimplify does
not help.
>
> Joerg Reinnarth
>
> University of Bonn
>
>
>
>



  • Prev by Date: RE: redundant brackets
  • Next by Date: Re: Saving notebooks without graphics
  • Previous by thread: redundant brackets
  • Next by thread: Re: redundant brackets