File: mtx_cinverse.md

package info (click to toggle)
pd-iemmatrix 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,576 kB
  • sloc: ansic: 15,440; makefile: 291; sh: 169
file content (26 lines) | stat: -rw-r--r-- 596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: mtx_cinverse
description: matrix inverse of complex-valued matrix
categories:
- object
pdcategory: Matrix Math
see_also:
- mtx_inverse
inlets:
  1st:
  - type: matrix
    description: real part of \(n\times n\) input matrix
  2nd:
  - type: matrix
    description: imaginary part of \(n\times n\) input matrix
outlets:
  1st:
  - type: matrix
    description: real part of \(n\times n\) output matrix
  2nd:
  - type: matrix
    description: imaginary part of \(n\times n\) output matrix
---

Calculates the inverse of a complex-valued matrix:
$$ Y_{n\times n} = X_{n\times n}^{-1} $$