Author Topic: [TI-83+] Using Recursive Sequences in a Program [solved]  (Read 2049 times)

0 Members and 1 Guest are viewing this topic.

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
[TI-83+] Using Recursive Sequences in a Program [solved]
« on: June 07, 2012, 08:58:50 am »
Hey, for my Maths I have to make a program to calculate increasing and stuff, and it needs to have recursive sequences as well.
The problem is, I can't find the right commands and variables in the program editor.   >:(
How would I store a recursive equation ( u(n) = u(n)*2 as an easy example) into u, v or w?
And how can I set the start ( uMin and u(nMin) = {x} )?  ???

I hope there is somebody who can help me.
« Last Edit: June 07, 2012, 02:33:16 pm by MGOS »

Offline blue_bear_94

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 801
  • Rating: +25/-35
  • Touhou Enthusiast / Former Troll / 68k Programmer
    • View Profile
Re: [TI-83+] Using Recursive Sequences in a Program
« Reply #1 on: June 07, 2012, 09:22:13 am »
Code: [Select]
"2u(n-1->u
{X->u(nMin
Due to dissatisfaction, I will be inactive on Omnimaga until further notice. (?? THP hasn't been much success and there's also the CE. I might possibly be here for a while.)
If you want to implore me to come back, or otherwise contact me, I can be found on GitHub (bluebear94), Twitter (@melranosF_), Reddit (/u/Fluffy8x), or e-mail (if you know my address). As a last resort, send me a PM on Cemetech (bluebear94) or join Touhou Prono (don't be fooled by the name). I've also enabled notifications for PMs on Omnimaga, but I don't advise using that since I might be banned.
Elvyna (Sunrise) 4 5%
TI-84+SE User (2.30 2.55 MP 2.43)
TI-89 Titanium User (3.10)
Casio Prizm User? (1.02)
Bag  東方ぷろの

Offline MGOS

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 336
  • Rating: +95/-0
    • View Profile
Re: [TI-83+] Using Recursive Sequences in a Program
« Reply #2 on: June 07, 2012, 10:33:58 am »
Code: [Select]
"2u(n-1->u
{X->u(nMin


Is it really THAT simple? I'm gonna try that out now. * MGOS types it in the calc and wonders how easy that was.

Thanks a lot.