aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_binops.pd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mtx_binops.pd')
-rw-r--r--doc/mtx_binops.pd65
1 files changed, 47 insertions, 18 deletions
diff --git a/doc/mtx_binops.pd b/doc/mtx_binops.pd
index a0ae6d0..581a04f 100644
--- a/doc/mtx_binops.pd
+++ b/doc/mtx_binops.pd
@@ -1,4 +1,4 @@
-#N canvas 79 32 859 673 10;
+#N canvas 79 32 976 685 10;
#X obj 87 360 mtx_mul;
#X obj 157 360 mtx_*;
#X obj 88 163 mtx_add;
@@ -46,7 +46,7 @@
#X text 70 423 multiply 2 matrices;
#X text 245 422 multiply a matrix with a scalar;
#X text 506 425 multiply 2 matrices element by element;
-#X text 334 19 matrix arithmetic;
+#X text 50 24 matrix arithmetic;
#X obj 88 599 mtx_print;
#X obj 88 492 t b f;
#X floatatom 88 474 4 0 0 0 - - -;
@@ -56,14 +56,12 @@
#X obj 323 503 mtx_diag 1 2 3;
#X obj 354 521 mtx_ones 3;
#X obj 354 540 mtx_* 2;
-#X text 84 622 divide a matrix by a scalar;
+#X text 44 622 divide a matrix by a scalar;
#X obj 88 563 mtx_./ 2;
#X obj 323 565 mtx_./;
-#X text 307 624 divide 2 matrices element by element;
+#X text 267 624 divide 2 matrices element by element;
#X obj 323 482 t b b f;
#X floatatom 323 463 4 0 0 0 - - -;
-#X obj 709 538 matrix;
-#X text 592 538 see also help for;
#X obj 550 141 mtx_diag 1 2 3 4 5;
#X obj 483 141 mtx_ones 5;
#X obj 483 118 t b b;
@@ -82,6 +80,23 @@
#X obj 700 166 mtx_- 10;
#X text 481 221 subtract 2 matrices;
#X text 669 225 subtract an offset from a matrix;
+#X text 600 27 part of iemmatrix;
+#X obj 737 28 iemmatrix;
+#X obj 568 609 mtx_print;
+#X obj 568 502 t b f;
+#X floatatom 568 484 4 0 0 0 - - -;
+#X msg 568 525 4 2 1 3;
+#X obj 568 545 mtx_diag;
+#X obj 763 610 mtx_print;
+#X obj 763 513 mtx_diag 1 2 3;
+#X obj 794 531 mtx_ones 3;
+#X obj 794 550 mtx_* 2;
+#X obj 763 492 t b b f;
+#X floatatom 763 473 4 0 0 0 - - -;
+#X obj 568 573 mtx_.^ 2;
+#X obj 763 575 mtx_.^;
+#X text 546 638 matrix-elements^f;
+#X text 720 636 elementA(i \, j)^elementB(i \, j);
#X connect 0 0 18 0;
#X connect 2 0 7 0;
#X connect 4 0 2 1;
@@ -128,15 +143,29 @@
#X connect 61 1 55 0;
#X connect 61 2 56 1;
#X connect 62 0 61 0;
-#X connect 65 0 77 1;
-#X connect 66 0 77 0;
-#X connect 67 0 66 0;
-#X connect 67 1 65 0;
-#X connect 69 0 67 0;
-#X connect 71 0 80 0;
-#X connect 72 0 71 0;
-#X connect 74 0 75 0;
-#X connect 75 0 71 0;
-#X connect 75 1 80 1;
-#X connect 77 0 68 0;
-#X connect 80 0 73 0;
+#X connect 63 0 75 1;
+#X connect 64 0 75 0;
+#X connect 65 0 64 0;
+#X connect 65 1 63 0;
+#X connect 67 0 65 0;
+#X connect 69 0 78 0;
+#X connect 70 0 69 0;
+#X connect 72 0 73 0;
+#X connect 73 0 69 0;
+#X connect 73 1 78 1;
+#X connect 75 0 66 0;
+#X connect 78 0 71 0;
+#X connect 84 0 86 0;
+#X connect 84 1 94 1;
+#X connect 85 0 84 0;
+#X connect 86 0 87 0;
+#X connect 87 0 94 0;
+#X connect 89 0 95 0;
+#X connect 90 0 91 0;
+#X connect 91 0 95 1;
+#X connect 92 0 89 0;
+#X connect 92 1 90 0;
+#X connect 92 2 91 1;
+#X connect 93 0 92 0;
+#X connect 94 0 83 0;
+#X connect 95 0 88 0;