Joy Christian wrote:FrediFizzx wrote:Then what don't you understand about +Z --> +a is not the same as -Z --> -a?
If both Z and
a are vectors, then +Z --> +
a is the same as -Z --> -
a, and both of them are the same as Z -->
a.
Guys, maybe one of you would like to define what you mean by saying +Z converges to +a? In mathematics, we talk about the limit as Z converges to a, of a function of Z. One can replace the "target"
a by any free variable you like. Or by an expression defining a function of any number of free variables (including none - then it's a constant). But the bound variable "Z" is just a place-holder, a dummy variable. It appears in the expression whose limit we are taking. In usual mathematics syntax, the limit as x tends to 0 of f(x) is the same as the limit as y tends to 0 of f(y). You might be elsewhere using x and y to stand for different things, but in the notation for a limit, it doesn't matter what symbol you use as long as it is free for use, ie not defined elsewhere as something particular.
What we mathematicians (and computer scientists, too) mean, precisely, is written up nicely on Wikipedia
https://en.wikipedia.org/wiki/(%CE%B5,_%CE%B4)-definition_of_limit.
I'm not aware of different meanings in physics or in engineering, but I'm eager to learn if you guys have something different in mind.. The water has somewhat been muddied by computer science having typed languages and not typed languages, and there being clever ways with non-typed languages of using the same name for a family of different functions, which one you mean being determined by the types or even the *names* of the arguments.