aboutsummaryrefslogtreecommitdiff
path: root/doc/mtx_pow-help.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-03-28 13:11:25 +0000
commit6f7f6460189b2da25077438c8a13ccd20f2a0f00 (patch)
tree0480592e225118c2c033d95d19f0a6db6bd26090 /doc/mtx_pow-help.pd
parentdc59cfa163813ebd59ebe8fc441a022e1d8284b9 (diff)
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
Diffstat (limited to 'doc/mtx_pow-help.pd')
-rw-r--r--doc/mtx_pow-help.pd37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/mtx_pow-help.pd b/doc/mtx_pow-help.pd
new file mode 100644
index 0000000..cbdb48b
--- /dev/null
+++ b/doc/mtx_pow-help.pd
@@ -0,0 +1,37 @@
+#N canvas 17 -32 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 56 251 mtx_print;
+#X obj 56 144 t b f;
+#X floatatom 56 126 4 0 0 0 - - -;
+#X msg 56 167 4 2 1 3;
+#X obj 56 187 mtx_diag;
+#X obj 251 252 mtx_print;
+#X obj 251 155 mtx_diag 1 2 3;
+#X obj 282 173 mtx_ones 3;
+#X obj 282 192 mtx_* 2;
+#X obj 251 134 t b b f;
+#X floatatom 251 115 4 0 0 0 - - -;
+#X obj 56 215 mtx_.^ 2;
+#X obj 251 217 mtx_.^;
+#X text 34 280 matrix-elements^f;
+#X text 208 278 elementA(i \, j)^elementB(i \, j);
+#X text 8 42 matrix arithmetic: power;
+#X obj 392 77 pow;
+#X obj 17 23 mtx_.^;
+#X connect 5 0 7 0;
+#X connect 5 1 15 1;
+#X connect 6 0 5 0;
+#X connect 7 0 8 0;
+#X connect 8 0 15 0;
+#X connect 10 0 16 0;
+#X connect 11 0 12 0;
+#X connect 12 0 16 1;
+#X connect 13 0 10 0;
+#X connect 13 1 11 0;
+#X connect 13 2 12 1;
+#X connect 14 0 13 0;
+#X connect 15 0 4 0;
+#X connect 16 0 9 0;