HyperWorks Tools

::hwat::math::VectorMagnitude

::hwat::math::VectorMagnitude

Previous topic Next topic No expanding text in this topic  

::hwat::math::VectorMagnitude

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::math::VectorMagnitude - Given a list of values returns the square root of the sum of the squares.

 

SYNTAX

::hwat::math::VectorMagnitude {valuelist}

 

ARGUMENTS

valuelist

Tcl list of values.

 

RETURNS

Returns the magnitude if successful, "{}" otherwise.

 

EXAMPLE

HWAT::MATH::VectorMagnitude [list 1.0 7.5 3.0]

 

See also

Math Functions