HP Forums

Full Version: CK 6975 and copy of an app
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
Reference URL's