inverse matrices

C

Chey

does any one know how to do a inverse matrices?

36X36
I have my numbers now I just need to know how to invert them.
Thanks
Chey
 
D

Daniel

I know that you can use Excel functions in access using VBA

Example:
Set objExcel = CreateObject("Excel.Application")
objExcel.Application.MMult(varArray1, varArray2)

Daniel
 
C

Chey

I know when you do an inverse For example I have
3 -2
4 -3

In the cells off to the side I want to see the inverse which is
the same
3 -2
4 -3


Thanks
Chey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top