Changeset a07f76 in git for Tst/Long


Ignore:
Timestamp:
Feb 21, 2013, 7:02:17 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4a981a3efa7d15a779264c4fd08ce4d8b96a8d19
Parents:
ed66e5ba52e97e96a21a605c569e2d4af4bb15cc
git-author:
Martin Lee <martinlee84@web.de>2013-02-21 19:02:17+01:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-21 19:04:30+01:00
Message:
fix: map needs to be set again
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Long/primitiv_l.tst

    red66e5b ra07f76  
    1717string s=string(phi(j)[1]);
    1818execute("minpoly="+s+";");
     19if (!defined(phi))
     20{
     21  map phi=r,x,a;
     22}
    1923ideal v=phi(j)[1],phi(j)[2]^2-2,phi(j)[3]^2-3;
    2024v;
Note: See TracChangeset for help on using the changeset viewer.