Hi Guys,
I have a vector and are trying to multiply it with the Tan of another vector and cannot get it to work correctly. The answer I get is the first value in one vector multiplied with the Tan of the first value in the second vector repeated in the answer vector rather than different values...
Hi Guys,
Does any body have a formula that I can use to determine the deflection of a cable due to a load applied horizontally a set distance from one end. The cable is hanging vertically and has been tensionned. All of my searching results in formulas for catenary type cables that are...
Hi Guys,
We need to design a small electrically operated unit to clamp and unclamp onto 12 or 14mm diameter 7/19 IWRC stainless steel cable and act as an emergency stop. The unit will need to be clamped and repositionned at the same point on the cable many times a day so we must not fatigue the...
Hi Guys,
I Have a problem where I have a vector with 8 rows and need to divide it up into 2 different groups.
Group no.1 contains lines 0,3,4,5,&7 while Group 2 contains lines 1,2&6.
I need to use the vector quanties in a range of different if & min/max functions further down the page.
I...
Hi I'm using an if statement with vectors and had it working perfectly. I then changed the f corr value in my attached example from a scalar to a vector.
I then had to change the A`1n and the A``1n formulas to include vectorise operator to make them work.
The Rein built n x equation does not...
Hi Guys, I need to use an if statement and one of the inputs is a vector and I cannot get it to work.
I have an equation like this
Z:=if(C*D > min(A,B),min(A,B),C*D)
Where C and D are both vectors.
The message I get is that they need to be scalar quantities. I have tried converting A & B into...