From 6f7f6460189b2da25077438c8a13ccd20f2a0f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 28 Mar 2006 13:11:25 +0000 Subject: renamed help-patches; split meta help-patches into smaller ones; TODO: reflect this change in the C-sources svn path=/trunk/externals/iem/iemmatrix/; revision=4797 --- doc/mtx_mul-help.pd | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/mtx_mul-help.pd (limited to 'doc/mtx_mul-help.pd') diff --git a/doc/mtx_mul-help.pd b/doc/mtx_mul-help.pd new file mode 100644 index 0000000..6090f06 --- /dev/null +++ b/doc/mtx_mul-help.pd @@ -0,0 +1,98 @@ +#N canvas 65 0 766 595 10; +#X text 525 20 updated for; +#X obj 613 20 iemmatrix 0.2; +#X obj 662 46 matrix; +#X text 532 45 see also help for; +#X obj 17 23 mtx_mul; +#X obj 81 23 mtx_*; +#X obj 662 67 *; +#X text 8 42 matrix arithmetic: multiplication; +#X obj 134 23 mtx_.*; +#X obj 17 256 mtx_mul; +#X obj 90 256 mtx_*; +#X msg 17 104 bang; +#X obj 73 172 mtx_diag 1 2; +#X obj 17 128 t b b; +#X obj 17 172 mtx_+ 3; +#X text 70 257 ==; +#X obj 17 148 mtx_eye 3 2; +#X obj 219 259 mtx_print; +#X obj 219 142 t b f; +#X floatatom 219 124 4 0 0 0 - - -; +#X msg 219 165 4 2 1 3; +#X obj 219 185 mtx_diag; +#X obj 219 223 mtx_mul 2; +#X obj 304 223 mtx_* 2; +#X obj 374 223 mtx_.* 2; +#X text 285 223 ==; +#X text 357 224 ==; +#X obj 563 231 mtx_.*; +#X obj 563 266 mtx_print; +#X obj 563 146 mtx_diag 1 2 3; +#X obj 600 172 mtx_ones 3; +#X obj 563 125 t b b; +#X msg 563 106 bang; +#X obj 600 191 mtx_* 2; +#X text 18 313 multiply 2 matrices; +#X text 215 282 multiply a matrix with a scalar; +#X text 476 290 multiply 2 matrices element by element; +#X obj 17 294 mtx_print A*B; +#X obj 73 195 t a a; +#X obj 56 215 mtx_print A; +#X obj 17 215 t a a; +#X obj 112 195 mtx_print B; +#X obj 158 539 mtx_print; +#X obj 158 432 t b f; +#X floatatom 158 414 4 0 0 0 - - -; +#X msg 158 455 4 2 1 3; +#X obj 158 475 mtx_diag; +#X obj 403 540 mtx_print; +#X obj 403 443 mtx_diag 1 2 3; +#X obj 434 461 mtx_ones 3; +#X obj 434 480 mtx_* 2; +#X text 114 562 divide a matrix by a scalar; +#X obj 158 503 mtx_./ 2; +#X obj 403 505 mtx_./; +#X text 347 564 divide 2 matrices element by element; +#X obj 403 422 t b b f; +#X floatatom 403 403 4 0 0 0 - - -; +#X text 8 382 matrix arithmetic: division; +#X obj 14 364 mtx_./; +#X connect 9 0 37 0; +#X connect 11 0 13 0; +#X connect 12 0 38 0; +#X connect 13 0 16 0; +#X connect 13 1 12 0; +#X connect 14 0 40 0; +#X connect 16 0 14 0; +#X connect 18 0 20 0; +#X connect 18 1 22 1; +#X connect 19 0 18 0; +#X connect 20 0 21 0; +#X connect 21 0 22 0; +#X connect 22 0 17 0; +#X connect 27 0 28 0; +#X connect 29 0 27 0; +#X connect 30 0 33 0; +#X connect 31 0 29 0; +#X connect 31 1 30 0; +#X connect 32 0 31 0; +#X connect 33 0 27 1; +#X connect 38 0 9 1; +#X connect 38 1 41 0; +#X connect 40 0 9 0; +#X connect 40 1 39 0; +#X connect 43 0 45 0; +#X connect 43 1 52 1; +#X connect 44 0 43 0; +#X connect 45 0 46 0; +#X connect 46 0 52 0; +#X connect 48 0 53 0; +#X connect 49 0 50 0; +#X connect 50 0 53 1; +#X connect 52 0 42 0; +#X connect 53 0 47 0; +#X connect 55 0 48 0; +#X connect 55 1 49 0; +#X connect 55 2 50 1; +#X connect 56 0 55 0; -- cgit v1.2.1