Table of tables
- To: mathgroup at smc.vnet.net
- Subject: [mg113239] Table of tables
- From: Luiz Melo <luiz.melo at polymtl.ca>
- Date: Wed, 20 Oct 2010 04:07:32 -0400 (EDT)
Given
t = {{{-1, -1, -2+2I}, {-1, -1, 3-I}}, {{-1, -1, 4+I}, {-1, -1, -5-5I}}};
how can I extract the imaginary part of the complex elements to obtain
{{{-1, -1, 2}, {-1, -1, -1}}, {{-1, -1, 1}, {-1, -1, -5}}};
thank you.
Luiz Melo
--