Two ranges in one equation
Hi,
I am having an issue where I can't get a range of values when I use two ranges in one equation:

for hlc I am expecting a range similar to Le and v, what am I doing wrong?
Thanks!
Hi,
I am having an issue where I can't get a range of values when I use two ranges in one equation:

for hlc I am expecting a range similar to Le and v, what am I doing wrong?
Thanks!
The auxiliary variable T should not be necessary.
Simply vectorize the whole expression on the right hand side of hlc:=... in your original sheet.
What you have are not called ranged but vectors.
Actually the square of a vector (v^2) is not defined from a mathematical point of view. Its NOT v*v (which would be a scalar).
Instead of throwing an error Mathcad applies implicit vectorization, squaring each element of the vector and collects the result in a new vector.
Now your formula demands Prime to multiply two vectors, Le and the newly created v^2. Prime does as demanded and gives you back the vector product, which of course is just a single scalar.
You had in mind to multiply each element of the one vector by the corresponding one of the other and this is exactly what vectorization is made for.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.