Matrix2x2

Input: Matrix2x2(a, b, c, d)
$$\begin{pmatrix} a & b \\ c & d \end{pmatrix}$$

Equivalent to Matrix([[a, b], [c, d]]).

Last updated: 2020-03-06 00:22:16