So i have this iterative formula and I wanted to know if there was a way to find all the following values.
This is the formula: x(n+1) = √(3x(n)-ln(x(n))) with x(1) = 2.4
When I say x(n) I mean x with n down at the right if you know what I mean. I wanted to find x(2), x(3) and so on without every time getting the value storing it into the x variable and then printing out the result again. I know I could make a program for this but I noticed that there was like a seq options in MODE and then function type. Maybe that could help.
Thank you
This is the formula: x(n+1) = √(3x(n)-ln(x(n))) with x(1) = 2.4
When I say x(n) I mean x with n down at the right if you know what I mean. I wanted to find x(2), x(3) and so on without every time getting the value storing it into the x variable and then printing out the result again. I know I could make a program for this but I noticed that there was like a seq options in MODE and then function type. Maybe that could help.
Thank you