Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

[Program]: Find the rank of a matrix #2487

Open
11 of 20 tasks
harshraj8843 opened this issue Oct 12, 2022 · 2 comments
Open
11 of 20 tasks

[Program]: Find the rank of a matrix #2487

harshraj8843 opened this issue Oct 12, 2022 · 2 comments
Labels
auto-track Good First Issue Tracker program

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 12, 2022

Description

Write a program to find the rank of a matrix

The rank of a matrix is the dimension of the vector space generated by its columns. The rank of a matrix is also equal to the dimension of the vector space generated by its rows. The rank of a matrix is also equal to the number of pivots in its reduced row echelon form.

Input  :
1 2 3
4 5 6
7 8 9

Output :
2

Tracking Issues

@harshraj8843 harshraj8843 added the auto-track Good First Issue Tracker label Oct 12, 2022
@Petrosdevri
Copy link

Petrosdevri commented Feb 22, 2023

I would like to ask how can my solution appear on the website because I have already submitted it on the codebase files. If I need to do anything else I can simply start a new issue or it will be up to you to fix it (it's in JavaScript by the way).

@harshraj8843
Copy link
Contributor Author

Hey @Petrosdevri

There is an issue with the file renaming script https://github.com/codinasion/program/blob/master/scripts/rename_files.py
Sometimes, instead of renaming, it creates a new file

And due to duplicate file extensions available, the converter script fails https://github.com/codinasion/program/blob/master/scripts/collectProgramData.js and we have to fix it manually

It's been updated 👉🏻 codinasion.org/program/find-the-rank-of-a-matrix

@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 28, 2023
@harshraj8843 harshraj8843 changed the title Find the rank of a matrix [Program]: Find the rank of a matrix May 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-track Good First Issue Tracker program
Projects
None yet
Development

No branches or pull requests

2 participants