Create and array of functions
Hello all,
My first post, I've used mathcad for pretty basic things till recently. Is there a way to use a for or while look to create an array of functions where the functions are dependent on the previous element within the array? This assume we define the first element of course.
an example would be f(x)=[2x, (2x)+1, ((2x)+1)+2, (((2x)+1)+2)+3, ...(nest)+n)]
Ideally f(#)[index would call the correct index: f(2)[0= 4.... and f(2)[3=10
Hope that make sense,
Sami


