Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Added program checks whether a matrix is an identity matrix (Helps in issue #1 ) #211

Merged
merged 2 commits into from
Oct 2, 2022

Conversation

iamatifmoin
Copy link
Contributor

I have added a java program in the 'MatrixOperations' folder.

The program does the following-->

  • inputs elements in the matrix
  • calculates the number of rows and columns in the matrix
  • checks whether the given matrix is a square matrix
  • if yes, it checks whether the matrix is an identity matrix
  • displays the result

This PR helps in issue- #1

@Pradyuman7 Pradyuman7 merged commit 6ce51a1 into CodeNerve:master Oct 2, 2022
@iamatifmoin iamatifmoin changed the title Added program checks whether a matrix is an identity matrix (Helps is issue #1 ) Added program checks whether a matrix is an identity matrix (Helps in issue #1 ) Oct 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants