I have an equation to be calculated in vb that requires me to calculate the acos of a value. There doesn't seem to appear to be an acos function in vb. I heard you can do some trick with atan. Does anyone know that trick or have any suggestions?
Thanks
Hello folks,
I have a visual basic macro running in excel. It performs all of the calculations in about 2 seconds but takes 20 seconds to send the data to excel to update an xy plot.
I pass the info with a loop like this..
for i = 1 to 1000...
Does anyone know a web page that outlines the 1-D transient (time dependant) heat transfer equations for heat input to a material, conducted through that material to a cooling channel of known shape with constant fluid flow?
Thanks
Hello, I am looking for a VB subroutine to invert a large (possibly 1000X1000) fully populated square matrix stored as an array (?) for a weapon simulation program I am working on. The matrix should be fairly stable. It is actually to be run in a VB macro in Excel.
I am sort of a novice at...