aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_add-help.pd
blob: de9e4a49d650088f6cf1d85ad7bfc8a27a951e71 (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 450 300 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 text 8 42 matrix arithmetic: adding;
#X obj 46 176 mtx_add;
#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_add 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 add 2 matrices;
#X text 232 231 add an offset to a matrix;
#X obj 17 23 mtx_add;
#X obj 81 23 mtx_+;
#X obj 392 77 +;
#X connect 5 0 10 0;
#X connect 7 0 5 1;
#X connect 8 0 5 0;
#X connect 9 0 8 0;
#X connect 9 1 7 0;
#X connect 11 0 9 0;
#X connect 13 0 14 0;
#X connect 14 0 16 0;
#X connect 15 0 13 0;
#X connect 17 0 18 0;
#X connect 18 0 13 0;
#X connect 18 1 14 1;