From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renier Marchand Subject: Complex numbers Date: Tue, 12 Apr 2011 17:09:20 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9fDb-00038z-7x for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9fDW-0005nz-Hd for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:09:27 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:46809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9fDW-0005ne-A1 for emacs-orgmode@gnu.org; Tue, 12 Apr 2011 11:09:22 -0400 Received: by pzk32 with SMTP id 32so3240342pzk.0 for ; Tue, 12 Apr 2011 08:09:21 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi. I have been playing around with complex data that has been returned from Python. This is obviously not in calc.el format but if I change them to the correct format I can manipulate them using calc. but When I want to pass the complex numbers (python format) to python I get an error. If I pass real number everything works as expected For example: #+source: parameter-variation(data=3D0) #+begin_src python :result values return 'text' #+end_src =A0=A0=A0=A0=A0 |=A0=A0 |=A0 hmin | =A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0 | =A0=A0=A0=A0=A0 |---+-------+-------------------------------------| =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0=A0=A0=A0=A0 | =A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | =A0=A0=A0=A0=A0 |=A0=A0 |=A0 0.05 | (0.0331901438056,0.000535222885197) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0 0.1 | (0.0333434157791,0.000537930174356) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0 0.3 | (0.0345727512157,0.000559346040457) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0 0.6 | (0.0353146483908,0.000571501584524) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0 0.9 | (0.0355522909393,0.000574387067408) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0=A0 1.2 | (0.0356575682336,0.000574851263615) | =A0=A0=A0=A0=A0 |=A0=A0 |=A0 10.0 | (0.0357806926897,0.000575051685084) | =A0=A0=A0=A0=A0 | $ | x=3D0.1 | y=3D0.1=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | =A0=A0=A0=A0=A0 |=A0=A0 |=A0 text | =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 | =A0=A0=A0=A0=A0 #+TBLFM: @11$2=3D'(sbe "parameter-variation" (data @3$2..@9$2))::@11$3=3D'(sbe "parameter-variation" (data @3$3..@9$3)) i.e. I get the word 'text' returned for column 2 where there are real numbers but I don't get anything returned where there are complex numbers. As you can see, there are no actual calculation performed on the data I am just returning 'text' so I am expecting it to work in both instances. The debug sessions show the following for the real column: Substitution history of formula Orig: '(sbe "parameter-variation" (data @3$2..@9$2)) $xyz-> '(sbe "parameter-variation" (data @3$2..@9$2)) @r$c-> '(sbe "parameter-variation" (data #("0.05" 0 4 (fontified t face org-table)) #("0.1" 0 3 (fontified t face org-table)) #("0.3" 0 3 (fontified t face org-table)) #("0.6" 0 3 (fontified t face org-table)) #("0.9" 0 3 (fontified t face org-table)) #("1.2" 0 3 (fontified t face org-table)) #("10.0" 0 4 (fontified t face org-table)))) $1-> '(sbe "parameter-variation" (data #("0.05" 0 4 (fontified t face org-table)) #("0.1" 0 3 (fontified t face org-table)) #("0.3" 0 3 (fontified t face org-table)) #("0.6" 0 3 (fontified t face org-table)) #("0.9" 0 3 (fontified t face org-table)) #("1.2" 0 3 (fontified t face org-table)) #("10.0" 0 4 (fontified t face org-table)))) Result: text Format: NONE Final: text and for the complex column: Substitution history of formula Orig: '(sbe "parameter-variation" (data @3$3..@9$3)) $xyz-> '(sbe "parameter-variation" (data @3$3..@9$3)) @r$c-> '(sbe "parameter-variation" (data #("(0.0331901438056,0.000535222885197)" 0 35 (fontified t face org-table)) #("(0.0333434157791,0.000537930174356)" 0 35 (fontified t face org-table)) #("(0.0345727512157,0.000559346040457)" 0 35 (fontified t face org-table)) #("(0.0353146483908,0.000571501584524)" 0 35 (fontified t face org-table)) #("(0.0355522909393,0.000574387067408)" 0 35 (fontified t face org-table)) #("(0.0356575682336,0.000574851263615)" 0 35 (fontified t face org-table)) #("(0.0357806926897,0.000575051685084)" 0 35 (fontified t face org-table)))) $1-> '(sbe "parameter-variation" (data #("(0.0331901438056,0.000535222885197)" 0 35 (fontified t face org-table)) #("(0.0333434157791,0.000537930174356)" 0 35 (fontified t face org-table)) #("(0.0345727512157,0.000559346040457)" 0 35 (fontified t face org-table)) #("(0.0353146483908,0.000571501584524)" 0 35 (fontified t face org-table)) #("(0.0355522909393,0.000574387067408)" 0 35 (fontified t face org-table)) #("(0.0356575682336,0.000574851263615)" 0 35 (fontified t face org-table)) #("(0.0357806926897,0.000575051685084)" 0 35 (fontified t face org-table)))) Result: Format: NONE Final: Thank you very much for your help. Renier