aboutsummaryrefslogtreecommitdiff
path: root/generics/invertor.pd
blob: d5654d77d7d7d4fb0a79eadf5b918a9561104def (plain)
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
27
28
29
30
#N canvas 336 387 602 199 10;
#X obj 18 137 -;
#X obj 18 19 inlet a;
#X obj 71 19 inlet b;
#X obj 18 65 \$1;
#X text 184 45 (a \$1 b) \$2 b - a = 0;
#X text 185 60 when the invertor is 0 the rule is respected.;
#X text 185 83 see invertible-test.pd;
#X obj 18 91 \$2;
#X obj 18 156 outlet (ab)/b-a;
#X text 19 174 invertor;
#X text 129 174 antiinvertor;
#X obj 128 137 +;
#X obj 18 115 t a a;
#X obj 128 156 outlet (ab)/b+a;
#X text 184 11 invertibility rule for operator \$1 with (presumed)
right-inverse \$2 is:;
#X obj 18 39 t a a;
#X connect 0 0 8 0;
#X connect 1 0 15 0;
#X connect 2 0 3 1;
#X connect 2 0 7 1;
#X connect 3 0 7 0;
#X connect 7 0 12 0;
#X connect 11 0 13 0;
#X connect 12 0 0 0;
#X connect 12 1 11 0;
#X connect 15 0 3 0;
#X connect 15 1 0 1;
#X connect 15 1 11 1;