MathGroup Archive 2001

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

Search the Archive

Re: redundant brackets

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26987] Re: [mg26973] redundant brackets
  • From: maarten.vanderburgt at icos.be
  • Date: Tue, 30 Jan 2001 23:22:11 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Joerg,

try
In[35]:= Flatten[{{0}, {{{{{{14}}}}}, {{{3}}}}}]
Out[35]= {0, 14, 3}

Maarten van der Burgt
Icos Vision Systems
Belgium




Joerg Reinnarth <reinnart at iskp.uni-bonn.de> on 30-01-2001 09:38:23 AM

cc:

Subject: [mg26987]  [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: modifiying the path variable
  • Next by Date: Re: modifiying the path variable
  • Previous by thread: RE: redundant brackets
  • Next by thread: RE: redundant brackets