Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matrix Multi-dimensional arrays

Status
Not open for further replies.

robert693

Programmer
Jun 20, 2001
40
US
I have a project whre I have to use a 20 x 30 matrix of numbers and do mathmatical operations on the elements. The matrix is in a file at a website. I would like some tips on how I could load this matrix into my program, without having to manually enter each element, and also some tips on how to do math operations on it. I am sure that I would use a for loop. Any advice would be greatly appreciated!!

Robert
 
If the info is in a grid of most any type, you can just do ye olde copy / paste operation into Excel.




MichaelRed
mlred@verizon.net

 
VB can handle the matrix maths, but what are you trying to achieve?

Are you wanting to carry out some linear algebra (eg eigenvectors) or is it some sort of random calcs?

More information please.

"Life is full of learning, and then there is wisdom"
 
hi

just a suggestion

as u said its on a website, why dont u save it into Excel and upload the same into FlexGrid using Excel Object...

HTH
Gazal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top