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.