Skip to main content
Non-Linear Transformations
Definition
-
Matrix Exponentiation:
- Raising a matrix to a power greater than one, as in �2A2 or ��An, is not a linear transformation. The composition of linear transformations is not equivalent to matrix exponentiation.
-
Matrix Determinant:
- Taking the determinant of a matrix, denoted as det(�)det(A), is not a linear transformation. The determinant does not satisfy the additivity property.
-
Matrix Inversion (in general):
- While matrix inversion itself is considered a linear transformation ((�−1)�=�−1�(A−1)v=A−1v), it is not applicable to all matrices. For non-invertible matrices, the inverse does not exist, and the operation is undefined.
-
Matrix Logarithm:
- Taking the logarithm of a matrix, denoted as log(�)log(A), is not a linear transformation. The composition of linear transformations is not equivalent to matrix logarithm.
-
Element-Wise Operations:
- Operations that apply nonlinear functions element-wise to the matrix entries, such as taking the square root or applying trigonometric functions to individual elements, are not linear transformations.