HP Forums
CK 6975 and copy of an app - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: CK 6975 and copy of an app (/thread-3173.html)



CK 6975 and copy of an app - salvomic - 02-22-2015 11:41 AM

hi,
I created (both in Prime and emulator) a copy of Sequence app, naming it Fibonacci.
I set:
U1(1)=1, U1(2)=1, U1(N)=U1(N-1)+U1(N-2)

When I open Fibonacci in Connectivity Kit I see only
U1 -> U1(N-1)+U1(N-2)
To edit the app in CK perhaps it would better to have U1(1), U1(2) and U1(N) also in the Prime (or Emulator), otherwise how can I know that U1(1) and U1(2) are 1?

Am I missing anything or is it normal so?