Page 1 of 1

help with this program

Unread postPosted: 24 Feb 2014, 22:18
by jmat
hi, I'm trying to do this program but the entry does not stop me introduce fractions someone I would know how to do it ....?
thanks

Image

Re: help with this program

Unread postPosted: 24 Feb 2014, 23:13
by NspireCas
Code: Select all
cont(g,h,j)
a:=getNum(g)
b:=getDenom(g)
c:=getNum(h)
d:=getDenom(h)
e:=getNum(j)
f:=getDenom(g)


there are probably other solutions, but this one works.

P.S : Add in the local : a, b, c, d, e

Re: help with this program

Unread postPosted: 25 Feb 2014, 00:35
by jmat
"Error: Too many arguments" ?
thanks

Re: help with this program

Unread postPosted: 25 Feb 2014, 06:38
by NspireCas
Try cont(1/2,2/3,3/4) for example ...