Create a list of lists to store 3by3 matrix data
like 3 5 6
7 8 30
9 6 20

Write a program which consumes this list and returns the list which
has the transposed data
like
3 7 9
5 8 6
6 30 20

pls help

Recommended Answers

All 3 Replies

What exactly are you asking us to help you with? Think about it for a minute, and read that stuff you posted, and pretend you are in our shoes, with no knowlege about what your problem is, what can you decipher from your question?

Are you telling us to write the program for you?
Are you asking us for help on how to acheive those things?

Most people here will not just write the program FOR you but give you help on how to acheive it on your own.

You should start off by telling us more about your problem.

His problem is just that he needs to think more about the problem, maybe with some sleep in between.

I know, i was also helping him with posting more threads in the future :P

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.