BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan Right Header

Register FAQ Community Calendar New Posts Navbar Right Corner
HOME BZU Mail Box Online Games Radio and TV Cricket All Albums
Go Back   BZU PAGES: Find Presentations, Reports, Student's Assignments and Daily Discussion; Bahauddin Zakariya University Multan > Institute of Computing > Bachelor of Science in Information Technology > BsIT 5th Semester > Visual Programming

Visual Programming Sir Ahsan


Reply
 
Thread Tools Search this Thread Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
  #1  
Old 10-12-2009, 11:15 PM
taha khan's Avatar
Toddler

 
Join Date: Oct 2007
Location: Mumtaaz Abad Multan
Age: 34
Posts: 22
Class Roll Number: 07-06
taha khan will become famous soon enough
Send a message via Yahoo to taha khan
Default Taking transpose of a matrix program code: implementation of 2 dimensional arrays


Taking Transpose of a Matrix

Code:
Module Mattranspose
 
 
 Sub Main()
 Dim i, j As Integer
 Dim Matrix1 As Integer(,) = New Integer(,) {{1, 2, 3}, {4, 5, 6}}
 For i = 0 To 1
 For j = 0 To 2
 
                Console.Write(Matrix1(i, j) & vbTab)
 Next
            Console.Write(vbCrLf)
 
 Next
 
        Console.Write("Transpose of the above matrix is given below:" & vbCrLf)
 For i = 0 To 2
 For j = 0 To 1
                Console.Write(Matrix1(j, i) & vbTab)
 Next
            Console.Write(vbCrLf)
 Next
 
 End Sub
 
 
 
 
End Module
 


Last edited by .BZU.; 10-12-2009 at 11:16 PM. Reason: code tag removed from heading...
Reply With Quote
Reply

Tags
arrays, code, dimensional, implementation, matrix, program, takin, taking, transpose


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Program to find the sum of either of the diagonals of a 4 x 4 matrix bonfire Object Oriented Programming 0 09-03-2011 12:26 AM
Program to find the sum of each row & column of a matrix of size n x m and if matrix is square, find the sum of the diagonals bonfire Object Oriented Programming 0 09-03-2011 12:01 AM
Program to construct a 3-dimensional bar bonfire Object Oriented Programming 0 01-03-2011 03:04 PM
Program using Arrays Final Programs of V.B (M .Sheraz anjum) .BZU. Visual Programming 0 15-12-2009 11:12 PM
Copying One Matrix into the other program taha khan Visual Programming 0 10-12-2009 11:12 PM

Best view in Firefox
Almuslimeen.info | BZU Multan | Dedicated server hosting
Note: All trademarks and copyrights held by respective owners. We will take action against any copyright violation if it is proved to us.

All times are GMT +5. The time now is 01:46 PM.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.