Bigmatrix Addin

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have been using the Bigmatrix addin for some matrix inverse calculations
that excel can't handle. Anyone know a way to write such an addin (it
operates from the tools menu and brings up an applet from an executable file)?

J
 
I checked it for you..

in the case of Bigmatrix all calculations are done with "normal" exe
files, which take commandline parameters.
Can be written in any language and then compiled. But for math
implementations I'd assume they were written in C.


The data is passed back and forth via delimited files...
and then the routine is started via a batch file.

It's a somewhat curious and crude implementation
of automation, but it's simple and it works.

keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 

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

Back
Top