Hello,

I have the following system of equation Ax = B where A is a 2x4 matrix, B is a 2x1 and x is a 4x1 matrix.

A = [ a b 0 0]

0 0 c d]

I am looking for X can I use a pseudo inverse matrix here , if no? may you tell me how to proceed or what other method to use.

Thank you in advance .

Similar questions and discussions