math - Finding Multiplier Matrix -


i trying find unknown matrix multiply matrix knowing matrix

a*c=b

where b defined vector, defined matrix 8x8, c unknown vector.

i know, can not divide matrix solution situation ??

this system of simultaneous linear equations. can solve using gaussian elimination.

as matrix "division", have in mind inverse matrix, i.e. matrix a-1 such that

aa-1=a-1a=i

where identity matrix. if invertible a*c=b equivalent c=a-1b.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -