Skip to main content
1-Visitor
August 14, 2013
Question

Can the function name be defined as kind of variable?

  • August 14, 2013
  • 1 reply
  • 1090 views

I am coding a formula in the form of a summation over a series of function V, something like:

QQ%E6%88%AA%E5%9B%BE20130814234502.jpg

Here, the subscript n is a variable which means the function V varies as subscript n increases. Vn is known before the computation.

I have no idea how to implement this in Mathcad, if someone can give me any suggestion, that will be really appreciated.

1 reply

Werner_E
25-Diamond I
August 14, 2013

Unfortunately Mathcad's support for vectors of functions is very limited.

You could do it as shown below, but as your sums runs up to infinity - we obviously cannot define an infinite number of functions manually.

Therefore I guess all of your functions have the same structure and are in some way dependend on n. So you could make n a third (or first 😉 parameter of one single function V.

func_vec1.png func_vec2.png