using matrix in excel

thunderspeed

New Member
Joined
Sep 25, 2014
Messages
30
Hi ,
I have a block of numbers of m*n size that I want to deal with them as matrix and get the inverse of this matrix .
I followed the steps in this video : https://www.youtube.com/watch?v=gSNa3fQX0WQ
which is basically using the minverse(marking the matrix block) , then cntr+shift+enter after marking the result area .
This doesn't work for me , it gives #num! and for bigger blocks #value!
I think some solver must be loaded first from the options .
How can I do that ?

Thanks in advance
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
What are you trying to do with your matrix?

If it's solving simultaneous equations, you normally use MINVERSE on n equations in n variables, i.e. a square matrix.

Non-square matrices (i.e. m by n, with m <> n) do not have inverses (in the conventional sense). So MINVERSE will return #VALUE.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,606
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top