Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: T - Z
> TILDE
TILDE
Returns the TILDE function of an array. You can use TILDE only on 3x1 matrixes.
Format
TILDE (A)
Argument
A
An array.
Example
The following example illustrates the use of the TILDE function:
Function
TILDE({x, y, z})
Result
{[ 0, -z, y], [z, 0, -x], [-y, x, 0]}
Learn more about matrix/array functions
.
This site works best with JavaScript enabled