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

[Program]: Write a Scala program to find the adjoint of a matrix #3011

Closed
Tracked by #2993
harshraj8843 opened this issue Oct 14, 2022 · 0 comments · Fixed by #5706
Closed
Tracked by #2993

[Program]: Write a Scala program to find the adjoint of a matrix #3011

harshraj8843 opened this issue Oct 14, 2022 · 0 comments · Fixed by #5706
Labels
closed closed issues/PRs good first issue Good for newcomers help wanted Extra attention is needed program Scala scala related

Comments

@harshraj8843
Copy link
Contributor

harshraj8843 commented Oct 14, 2022

Description

Write a Scala program to find the adjoint of a matrix

The adjoint of a square matrix A is the transpose of the matrix of cofactors of A. The adjoint of a matrix A is denoted as A*.

Input  :
1 2 3
4 5 6
7 8 9

Output :
[[-3, 6, -3], [6, -12, 6], [-3, 6, -3]]
How to contribute
  • Save the solution in program/program/find-the-adjoint-of-a-matrix/program/findTheAdjointOfAMatrix.scala file
@harshraj8843 harshraj8843 added good first issue Good for newcomers Scala scala related labels Oct 14, 2022
@harshraj8843 harshraj8843 transferred this issue from codinasion/codinasion May 28, 2023
@harshraj8843 harshraj8843 changed the title Write a Scala program to find the adjoint of a matrix [Program]: Write a Scala program to find the adjoint of a matrix May 30, 2023
@harshraj8843 harshraj8843 added the help wanted Extra attention is needed label Dec 11, 2023
@codinasion-bot codinasion-bot bot added the closed closed issues/PRs label May 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
closed closed issues/PRs good first issue Good for newcomers help wanted Extra attention is needed program Scala scala related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant