remtrace.m
Subtracts an appropriate multiple of the unit matrix to make the input matrix traceless.
Syntax
A=remtrace(A)
Parameters
A - a square matrix
Outputs
A - a square matrix with a zero trace
See also
Version 2.7, authors: Ilya Kuprov
Subtracts an appropriate multiple of the unit matrix to make the input matrix traceless.
A=remtrace(A)
A - a square matrix
A - a square matrix with a zero trace
Version 2.7, authors: Ilya Kuprov