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
Labels
closed
closed issues/PRs
good first issue
Good for newcomers
help wanted
Extra attention is needed
program
Scala
scala related
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*.
How to contribute
program/program/find-the-adjoint-of-a-matrix/program/findTheAdjointOfAMatrix.scala
fileThe text was updated successfully, but these errors were encountered: