Num.AppKer |
Syntax |
Num.AppKer(Matrix:MAT, Epsilon:RAT):MAT |
Description |
Example |
M := Mat([[1,2,3],[4,5,6],[7,8,9]]); AppKer := Num.AppKer(M,0.01); Dec(AppKer,3); Dec(M * Transposed(AppKer),3); -- CoCoAServer: computing Cpu Time = 0.016 ------------------------------- Mat([ ["-0.408", "0.816", "-0.408"] ]) ------------------------------- Mat([ ["-0.000"], ["0.000"], ["0.000"] ]) ------------------------------- |
See Also |