Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/doc/Attic/plucker.oxweave

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_1_2_1


Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 13 09:27:44 2001 UTC (22 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.1: +49 -4 lines
Diff to previous 1.1 (colored)

  Syntax: list base_permutation(list L) :   All permutations of L.
  Example:
  [771] base_permutation([1,2,3]);
        [[1,2,3],[1,3,2],[2,1,3],[2,3,1],[3,1,2],[3,2,1]]

  Syntax: list base_choose(list L,number M) : all subsets of L of size M.
  Example:
  [841] taka_base_choose([1,2,3,4],2);
        [[4,3],[3,2],[4,2],[2,1],[3,1],[4,1]]

  plucker_relation returns the plucker relations.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>