Post Reply 
Suggestion for EXECON.
12-14-2014, 03:59 AM (This post was last modified: 12-18-2014 05:29 AM by John P.)
Post: #1
Suggestion for EXECON.
I was just playing with EXECON and found that if you have for ex. two lists l1:={1,2,3}, l2:={a,5,6} and if you do EXECON("&1-&2",l1,l2) I get the "Error:Syntax Error". I think because l2 has symbolic element in it and because l2 is accessed element by element using "&2". If there are no symbolic elements in l2 then there is no error and no problems. When I do for ex. sum(EXECON("abs(&1*l2)",l1,l2)) also there is no error even though l2 has symbolic element(s). My conclusion is that: the error occurs only when "&" finds in a list(s) symbolic element(s) ex. 'a', 'a*b' etc.. I do not know if it is at all possible to fix that and make EXECON to work when "&" also accesses list(s) with symbolic element(s) then, I think, the EXECON would be more versatile.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Suggestion for EXECON. - John P - 12-14-2014 03:59 AM
RE: Sugdestion for EXECON. - Snorre - 12-14-2014, 05:28 PM
RE: Sugdestion for EXECON. - John P - 12-14-2014, 09:12 PM
RE: Sugdestion for EXECON. - John P - 12-15-2014, 12:13 AM
RE: Sugdestion for EXECON. - John P - 12-15-2014, 10:57 AM
RE: Sugdestion for EXECON. - Snorre - 12-15-2014, 12:31 PM
RE: Sugdestion for EXECON. - John P - 12-15-2014, 12:57 PM
RE: Sugdestion for EXECON. - DrD - 12-15-2014, 12:36 PM
RE: Sugdestion for EXECON. - John P - 12-15-2014, 01:15 PM
RE: Sugdestion for EXECON. - John P - 12-16-2014, 07:55 AM
RE: Sugdestion for EXECON. - parisse - 12-16-2014, 08:01 AM
RE: Sugdestion for EXECON. - John P - 12-16-2014, 09:01 AM
RE: Sugdestion for EXECON. - parisse - 12-16-2014, 09:48 AM
RE: Sugdestion for EXECON. - John P - 12-16-2014, 09:36 PM
RE: Sugdestion for EXECON. - parisse - 12-17-2014, 06:54 AM
RE: Sugdestion for EXECON. - Snorre - 12-17-2014, 12:51 PM
RE: Sugdestion for EXECON. - John P - 12-17-2014, 06:05 PM
RE: Sugdestion for EXECON. - parisse - 12-17-2014, 07:14 PM
RE: Suggestion for EXECON. - John P - 12-19-2014, 10:47 PM



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