You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > CartToPolar Method > Matrix.CartToPolar Method (TMtxVec, TMtxVec)
Dew Math for .NET
ContentsIndexHome
Example
var A,Amplt,Phase: Matrix; begin A.SetIt(2,2,True,[1,0, 2,0 2,0 4,1]); A.CartToPolar(Amplt,Phase); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.