Connecting Tech Pros Worldwide Help | Site Map

matrix manupulation

Newbie
 
Join Date: Nov 2006
Posts: 15
#1: Nov 7 '06
hi!
i need to form matrix using perl and at every iteration it changes it value as well as column count.
exp

first step : 1 2 3 4 5 <- columns

second {1,2} 3 4 5 <- having 4 column and each step it reduces like this.
i do need to store each column names..

I am new to perl.. can some one help me. how do i proceed.
miller's Avatar
Moderator
 
Join Date: Oct 2006
Location: San Francisco, CA
Posts: 830
#2: Nov 7 '06

re: matrix manupulation


What you're describing makes no sense.

You need to be able to communicate in detail what you're trying to do. What is your starting condition, what is your end condition. If you know another programming language, show us this code in that language and maybe we can just do a translation for you. Either way, you're just going to need to explain it more clearly, as what you've said so far is gibberish.

All I've understood so far is that you're starting with an array. There's lots of things that you can do with arrays, what are you trying to do?
Reply