Difference between Sequence of Functions and Multivariable Functions

130 Views Asked by At



I already know what is a Multivariable Function, which looks like the following: $$f(x,y)=\frac{x}{x+y}$$ And I just know that a Sequence of Function looks like $$f_n(x)=\frac{x}{x+n}$$ That's confusing to me. Why not, instead, just put n inside of the parentheses $$f(x,n)=\frac{x}{x+n}$$ where $$n \in N^*$$

I wonder what's the difference between those two and can that sub n be considered as a input variable of $f$ ?

Thank you StackExchange. <3