I have the following problem, when defining and using a function, that's supposed to have an outside parameter xmin:
A[x_] := Exp[-x/x<sub>min</sub>]Subscript[x, min]] A[5] (*e<sup>-5/5<sub>min</sub></sup>*) E^(-(5/Subscript[5, min]))
What can I do about it? I do not really want to rename the parameter to xmin ;)