Re: redundant brackets
- To: mathgroup at smc.vnet.net
- Subject: [mg26995] Re: [mg26973] redundant brackets
- From: BobHanlon at aol.com
- Date: Tue, 30 Jan 2001 23:22:16 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Flatten[{ {0}, {{{{{14}}}}}, {{{3}}} }]
{0, 14, 3}
Bob Hanlon
In a message dated 2001/1/30 4:47:59 AM, reinnart at iskp.uni-bonn.de writes:
>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.
>