You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Power Method > Matrix.Power Method (TMtxVec, TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Power Method (TMtxVec, TMtxVec)

Raises each of Base object elements to corresponding power.

Syntax
C#
Visual Basic
public TMtxVec Power(TMtxVec Base, TMtxVec Exponent);

Store the result in Exponenet elements: 

 

Power[i] = Base[i]^Exponent[i]

 

Size and Complex property of calling object are adjusted automatically. An exception is raised if Base and Exponent sizes do not match.

Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!