MatrixQ
MatrixQ(m)returns
Trueifmis a list of equal-length lists.
MatrixQ(m, f)only returns
Trueiff(x)returnsTruefor each elementxof the matrixm.
See
- Wikipedia - Matrix (mathematics)
- Youtube - Linear transformations and matrices | Essence of linear algebra, chapter 3
- Youtube - Matrix multiplication as composition | Essence of linear algebra, chapter 4
Examples
>> MatrixQ({{1, 3}, {4.0, 3/2}}, NumberQ)TrueImplementation status
- ✅ - full supported