how inverse number ?

how to get inverse number
example
I have input 2 to 0 . and I want the output 2 to 4. notes the big value in the input is 0 and in the out put is 4
Thanks

Answers (2)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 24 Sep 2021

0 votes

MATLAB has a built-in fcn to compute the iverse of a square matrix that is inv() or ^-1
ALso, to compute the inverse of non-square matrices MATLAB's pinv() can be employed.

Categories

Find more on Linear Algebra in Help Center and File Exchange

Asked:

on 24 Sep 2021

Commented:

on 24 Sep 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!