Say I want to solve a system of equations. Argument is the matrix of the coefficients. The function returns solution. Can I write a function like the following?
System(systarray() as double) as double()
Code…….
X=..
Y=…
Z=…
System=(x,y,z)
Debug.print System
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.