MathGroup Archive 2010

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

Search the Archive

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


--



  • Prev by Date: Re: Sin*Cos + Log
  • Next by Date: := vs = in some function definitions
  • Previous by thread: Re: Is this a bug in NSolve in mathematica?
  • Next by thread: Re: Table of tables