aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_sub-help.pd
blob: c4bd6ba29dafc3ece13f8680691f87a44e7fd6e9 (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
31
32
33
34
35
36
37
38
39
#N canvas 363 101 481 299 10;
#X text 255 30 updated for;
#X obj 343 30 iemmatrix 0.2;
#X obj 392 56 matrix;
#X text 262 55 see also help for;
#X obj 46 176 mtx_sub;
#X obj 125 177 mtx_-;
#X obj 123 147 mtx_diag 1 2 3 4 5;
#X obj 46 147 mtx_ones 5;
#X obj 46 124 t b b;
#X obj 46 198 mtx_print;
#X msg 46 105 bang;
#X text 100 178 ==;
#X obj 263 147 mtx_eye 4;
#X obj 263 172 mtx_sub 10;
#X msg 263 120 bang;
#X obj 263 199 mtx_print;
#X floatatom 332 104 4 0 0 0 - - -;
#X obj 332 122 t b f;
#X obj 360 172 mtx_- 10;
#X text 339 173 ==;
#X text 38 227 sub 2 matrices;
#X obj 17 23 mtx_sub;
#X obj 81 23 mtx_-;
#X text 8 42 matrix arithmetic: subtraction;
#X obj 393 77 -;
#X text 232 231 subtract an offset from a matrix;
#X connect 4 0 9 0;
#X connect 6 0 4 1;
#X connect 7 0 4 0;
#X connect 8 0 7 0;
#X connect 8 1 6 0;
#X connect 10 0 8 0;
#X connect 12 0 13 0;
#X connect 13 0 15 0;
#X connect 14 0 12 0;
#X connect 16 0 17 0;
#X connect 17 0 12 0;
#X connect 17 1 13 1;