cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Lenght of a vector prime 2,0

MAS1
1-Newbie

Lenght of a vector prime 2,0

hey folks i am trying to get prime. to give me the lenght of a vector but i cant get it to work

any one who has any idea why i cant get this equation to to work in prime 2,0

in the third line i wrote how it should end up

Udklip.PNG

in mathcad 15 i wrote

Udklip.PNG

but this dosent work in prime

any ideas ???

1 ACCEPTED SOLUTION

Accepted Solutions
Werner_E
24-Ruby V
(To:MAS1)

Seems you forgot the indices in the prime version of your attempt.

Why don't you just use the absolute value

vcrossa_length:=|vcrossa|

What you did in Prime was to take the square root of (three times the square of the length of your vector).

In other words you calculated the length of the vector times the square root of 3.

vcrossa.png

View solution in original post

3 REPLIES 3
Werner_E
24-Ruby V
(To:MAS1)

Seems you forgot the indices in the prime version of your attempt.

Why don't you just use the absolute value

vcrossa_length:=|vcrossa|

What you did in Prime was to take the square root of (three times the square of the length of your vector).

In other words you calculated the length of the vector times the square root of 3.

vcrossa.png

MAS1
1-Newbie
(To:Werner_E)

thank you. most helpful....

Werner_E
24-Ruby V
(To:MAS1)

You're welcome!

Top Tags