codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 170 forks source link

[Program]: Write a Kotlin program to find the inverse of a #3936

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a Kotlin program to find the inverse of a

The inverse of a square matrix A is another square matrix B such that the product of A and B is the identity matrix I. The inverse of A is denoted as A-1.

Input  :
1 2 3
4 5 6
7 8 9

Output :
-0.16666666666666666 0.3333333333333333 -0.16666666666666666
0.3333333333333333 -0.6666666666666666 0.3333333333333333
-0.16666666666666666 0.3333333333333333 -0.16666666666666666
How to contribute - Save the solution in `program/program/find-the-inverse-of-a/FindTheInverseOfA.kt` file
namrata18s commented 10 months ago

!assign

pramod-karkhani commented 5 months ago

!assign

codinasion-bot[bot] commented 5 months ago

Hey @pramod-karkhani, this issue is already assigned to @namrata18s! cc/ @codinasion/codinasion

Riyazul555 commented 3 months ago

!assign