HP49-HP50 : 'n^a' 'n' 1 5 1 SEQ with no LN?
|
04-27-2023, 11:35 PM
Post: #1
|
|||
|
|||
HP49-HP50 : 'n^a' 'n' 1 5 1 SEQ with no LN?
Suppose the following program
« { } 2 5 FOR i i a ^ + NEXT » Its execution gives { '2^a' '3^a' '4^a' '5^a' } <1> Now 'n^a' n 2 4 1 SEQ gives { 'EXP(a*LN(2))' 'EXP(a*LN(3))' 'EXP(2*a*LN(2))'} <2> Using SEQ how can I get the form given in <1> (with no LN)? |
|||
04-28-2023, 02:13 AM
(This post was last modified: 05-06-2023 12:57 AM by gor1060.)
Post: #2
|
|||
|
|||
RE: HP49-HP50 : 'n^a' 'n' 1 5 1 SEQ with no LN? | |||
05-07-2023, 11:51 PM
Post: #3
|
|||
|
|||
RE: HP49-HP50 : 'n^a' 'n' 1 5 1 SEQ with no LN?
Thanks
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)