Post Reply 
EXECON HELP (DoLIST ~= HP50 CMD)
09-04-2016, 01:36 AM (This post was last modified: 09-04-2016 02:03 AM by compsystems.)
Post: #5
RE: EXECON HELP (DoLIST ~= HP50 CMD)
another example with numeric and symbolic elements =(

hp-prime
execon("(&2+&3)*&1",{1,2,3}, {4,5,6}, {7,8,9}) -> {11,26,45}
previous is same ({4,5,6} .+ {7,8,9}) .* {1,2,3} -> {11,26,45}

execon("(&2+&3)*&1",{a,b,c}, {d,e1,f}, {g,h,i1}) -> "Error: Syntax Error" =(

EXECON("(&1)=0",{1,2}) -> {0,0} BUG? , ok -> {1=0, 2=0}

hp48sx/gx - hp49g/49g+ - hp50g RPN

{1,2,3} {4,5,6} {7,8,9} 3 « + * » DOLIST -> {11,26,45}
{a,b,c} {d,e1,f} {g,h,i1} 3 « + * » DOLIST -> { 'a*(d+g)' 'b*(e1+h)' 'c*(f+i1)' } =)

{1,2} 1 « 0 = » DOLIST - > { '1=0' '2=0' }
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: EXECON HELP - Didier Lachieze - 09-03-2016, 08:29 PM
RE: EXECON HELP (DoLIST ~= HP50 CMD) - compsystems - 09-04-2016 01:36 AM



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