source: git/Tst/Short/bug_x_i_j.tst @ 4e59df4

spielwiese
Last change on this file since 4e59df4 was 636ab2, checked in by Hans Schoenemann <hannes@…>, 13 years ago
x(i)(j) expansion git-svn-id: file:///usr/local/Singular/svn/trunk@13760 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 118 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// expansion of x(1..n)(1..n)
5int n=3;
6ring r=0,(x(1..n)(1..n),T),lp;
7r;
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.