Post Reply 
Bug with CONCAT
01-02-2014, 09:47 PM (This post was last modified: 01-02-2014 09:49 PM by Michael de Estrada.)
Post: #8
RE: Bug with CONCAT
(01-02-2014 07:51 PM)Mark Hardman Wrote:  I wonder if this is a case of xcas attempting to parse the argument (5,6) as an imaginary number.

There was a thread in the old forums with a similar issue. I've searched and could not find a link.

Mark Hardman

I don't think so, since it would not recognize it as such w/o a second set of parentheses. Also, I think you meant to say complex number. For example:

CONCAT(1,2) --> 0

but,

CONCAT((1,2)) --> CONCAT((1,2))
CONCAT(1+2*i) --> CONCAT(1+2*i)

because it can't further combine a complex number into itself

however,

CONCAT((1,2),(3,4)) --> 0
CONCAT(1+2*i,3+4*i) --> 0

but,

CONCAT((1,2),(3,4),(5,6)) --> [(1,2),(3,4),(5,6)]
CONCAT(1+2*i,3+4*i,5+6*i) --> [1+2*i,3+4*i,5+6*i]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug with CONCAT - Helge Gabert - 01-02-2014, 04:23 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 04:34 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 05:52 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 05:58 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 06:10 PM
RE: Bug with CONCAT - Alberto Candel - 01-02-2014, 06:39 PM
RE: Bug with CONCAT - Mark Hardman - 01-02-2014, 07:51 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014 09:47 PM
RE: Bug with CONCAT - Terje Vallestad - 01-02-2014, 11:07 PM
RE: Bug with CONCAT - Michael de Estrada - 01-02-2014, 11:16 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 11:21 PM
RE: Bug with CONCAT - Terje Vallestad - 01-02-2014, 11:40 PM
RE: Bug with CONCAT - Helge Gabert - 01-02-2014, 11:58 PM
RE: Bug with CONCAT - Michael de Estrada - 01-03-2014, 12:11 AM
RE: Bug with CONCAT - Helge Gabert - 01-03-2014, 01:19 AM
RE: Bug with CONCAT - Michael de Estrada - 01-03-2014, 01:49 AM
RE: Bug with CONCAT - Helge Gabert - 01-03-2014, 02:03 AM



User(s) browsing this thread: 1 Guest(s)