Respuesta :

mxn Matrices do not have an inverse solution for m ≠ n, so your 2x4 will not have a solution. 

Generally, inverting matrices is done through finding the determinant of the square matrix and then performing an operation on the matrix based on the size of the matrix. 

Wikipedia has a good article on Matrix inversion, take a look there for more information.

The inverse of a 2X4 matrix does not exist. 2X4 matrix is not an invertible matrix since it is not a square matrix.

What is invertible matrix?

An invertible matrix is a matrix for which matrix inversion operation exists, given that it satisfies the requisite conditions.

A matrix needs to be a square matrix to be an invertible matrix. A square matrix must have equal number of rows and columns.

Learn more about invertible matrix here

https://brainly.com/question/18187793

#SPJ2