You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
ArcCot Method
>
Matrix.ArcCot Method ()
MtxVec VCL
Example
Matrix.ArcCot Method ()
var
A,B:
Matrix
;
begin
A.SetIt(2,2,True,[1,0, 2,0 2,0 4,1]);
// 2x2, complex matrix
B.ArcCot(A);
//or
B := ArcCot(A);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.