codinasion-archive / codinasion-monorepo

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

[Program]: Find the inverse of a #3925

Open harshraj8843 opened 1 year ago

harshraj8843 commented 1 year ago

Description

Write a 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

Tracking Issues

Shubham-2110 commented 9 months ago

@harshraj8843 could you please assign this task to me

harshraj8843 commented 9 months ago

Hey @Shubham-2110

You can comment !assign on any good first issue you want to contribute to, to be auto-assigned

!assign