Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8796763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:41:51+00:00 2026-06-13T23:41:51+00:00

Can you please give me some sort of pseudo code for matrix transposition using

  • 0

Can you please give me some sort of pseudo code for matrix transposition using recursion? If it is in one function that will be great.

PS: This might not be a question but I couldn’t find the information anywhere. If you know of a site about pseudo codes for recursion that will be awesome.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:41:52+00:00Added an answer on June 13, 2026 at 11:41 pm

    For a square MxM matrix:

    function transpose (x0, y0, x1, y1)
        if (M > 1)
            transpose (0, 0, M/2, M/2) // A
            transpose (0, M/2, M/2, M) // B
            transpose (M/2, 0, M, M/2) // C
            transpose (M/2, M/2, M, M) // D
            swap blocks B and C
        endif
    
    transpose (0, 0, M, M)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please can some one give an example describing cascading as meant in CSS and
Can you please give me some comparison between C compilers especially with respect to
Are the JavaScript code snippets given below some sort of function declaration? If not
Can someone please give some fair idea about how to use JSON?
can someone please give me some guidelines on this. I'm fairly new to VBA.
Can you please give me Resources(Books, Tutorials, Other useful links ) to learn QT/Embedded
can someone please give me an example on the internet of how the system
Can someone please give me an idea of how the WIRED Magazine on iPad
Friends, Can you please give me significance, difference and uses for Heap and PermGen.
It does not matter what programming language. Can anyone please give me an idea

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.