aboutsummaryrefslogtreecommitdiff
path: root/abs/mtx_cinverse-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mtx_cinverse-help.pd')
-rw-r--r--abs/mtx_cinverse-help.pd42
1 files changed, 42 insertions, 0 deletions
diff --git a/abs/mtx_cinverse-help.pd b/abs/mtx_cinverse-help.pd
new file mode 100644
index 0000000..c64368d
--- /dev/null
+++ b/abs/mtx_cinverse-help.pd
@@ -0,0 +1,42 @@
+#N canvas 210 487 841 379 10;
+#X text 482 28 part of iemmatrix;
+#X obj 36 61 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
+-1;
+#X obj 76 153 mtx_print realX;
+#X obj 186 154 mtx_print imagX;
+#X obj 36 153 t a a;
+#X text 44 34 [mtx_cinverse];
+#X text 166 69 complex valued matrix inverse;
+#X text 441 116 inletA: real part of matrix;
+#X text 440 135 inletB: imaginary part of matrix;
+#X obj 36 179 mtx_cinverse;
+#X obj 36 218 mtx_print realcinv;
+#X obj 167 218 mtx_print imagcinv;
+#X obj 36 85 t b b;
+#X obj 300 217 print instability_detected;
+#X obj 139 276 mtx_cmul;
+#X msg 37 104 2 2;
+#X msg 66 104 2 2;
+#X obj 36 129 mtx_rand;
+#X obj 96 129 mtx_rand;
+#X obj 139 296 mtx_print eye_re;
+#X obj 256 296 mtx_print eye_im;
+#X connect 1 0 12 0;
+#X connect 4 0 9 0;
+#X connect 4 1 3 0;
+#X connect 4 1 14 2;
+#X connect 9 0 10 0;
+#X connect 9 0 14 0;
+#X connect 9 1 11 0;
+#X connect 9 1 14 1;
+#X connect 9 2 13 0;
+#X connect 12 0 15 0;
+#X connect 12 1 16 0;
+#X connect 14 0 19 0;
+#X connect 14 1 20 0;
+#X connect 15 0 17 0;
+#X connect 16 0 18 0;
+#X connect 17 0 4 0;
+#X connect 18 0 2 0;
+#X connect 18 0 9 1;
+#X connect 18 0 14 3;