UDF function on Matrix

G

Guest

Dear all,
I want to write my own function which will calculate Eigen values of any
given matrix.
So the first line of my program is looking like:

Function eigen (data as " ") as " "

My question is what I should give in between two quotation marks above? What
is the way to read a Matrix for this program?

Thanks and regards,
 
B

Bob Phillips

Function eigen (data as Range)

where data would refer to the cells of the matrix .

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
 

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