diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:51:34 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-03-28 13:51:34 +0000 |
commit | e24f4a0003798f1e27a7c23c55dc4caf1a1c1b69 (patch) | |
tree | a612cfba58b546217177df974adb6b19e3c80192 /doc/mtx_eq-help.pd | |
parent | e70eaf7a71678bd4bb79d5c22740204bc242ebb6 (diff) |
new help patches
svn path=/trunk/externals/iem/iemmatrix/; revision=4800
Diffstat (limited to 'doc/mtx_eq-help.pd')
-rw-r--r-- | doc/mtx_eq-help.pd | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/mtx_eq-help.pd b/doc/mtx_eq-help.pd new file mode 100644 index 0000000..78ef70b --- /dev/null +++ b/doc/mtx_eq-help.pd @@ -0,0 +1,39 @@ +#N canvas 224 247 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 obj 123 167 mtx_diag 1 2 3 4 5; +#X obj 46 167 mtx_ones 5; +#X obj 46 144 t b b; +#X obj 46 218 mtx_print; +#X msg 46 125 bang; +#X text 100 198 ==; +#X obj 263 167 mtx_eye 4; +#X msg 263 140 bang; +#X obj 263 219 mtx_print; +#X floatatom 332 124 4 0 0 0 - - -; +#X obj 332 142 t b f; +#X text 339 193 ==; +#X obj 17 23 mtx_eq; +#X obj 81 23 mtx_==; +#X obj 392 77 ==; +#X obj 46 196 mtx_eq; +#X obj 125 197 mtx_==; +#X obj 263 192 mtx_eq 0; +#X obj 360 192 mtx_== 0; +#X text 8 42 matrix logic: comparision; +#X text 38 247 compare 2 matrices; +#X text 246 251 compare a matrix with a scalar; +#X connect 4 0 19 1; +#X connect 5 0 19 0; +#X connect 6 0 5 0; +#X connect 6 1 4 0; +#X connect 8 0 6 0; +#X connect 10 0 21 0; +#X connect 11 0 10 0; +#X connect 13 0 14 0; +#X connect 14 0 10 0; +#X connect 14 1 21 1; +#X connect 19 0 7 0; +#X connect 21 0 12 0; |