simlogo1

 

 

 

SimQuest 6.4 help

 

 

RaiseToPower

 

When applied to two numbers or two arrays of numbers, RaiseToPower produces the number obtained by raising the first number to the power of the second or the array obtained by combining corresponding components of the arrays in the same fashion, respectively
It has three variables: number, power and result.

 

Structure (for scalars):

       number^power=result

 

Example:

       2^3 = 8

       3^2 = 9

       (2, 3)^(3, 2) = (8, 9)

 

 

 

Related topics:

 

 

 

Copyright University of Twente 2011