Changeset 83a1714 in git for Tst/New


Ignore:
Timestamp:
Sep 29, 2011, 6:29:37 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
172bbb269fb8ec8ad467f6d62ee5ea9c0151b3ba
Parents:
bebd746739b98e1580e2d7b75cf326c9350f2a7b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-29 18:29:37+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:49+01:00
Message:
FIX: started fixing fetch & imap for transcendental/alg. extensions: "longalg missing 2"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/New/longalg_missing_2.tst

    rbebd746 r83a1714  
    55
    66SNB;
    7 poly f = x4-2*x+1;
    8 f;
     7poly f = x4-2*x+1; f;
     8
     9poly ff = 3*a-7; ff;
     10
     11poly gg = 11*a; gg;
     12
     13poly g = a*f + f + a; g;
    914
    1015ring SNR = 0, (x, a), (lp, C);
     16
     17option(Imap);
     18
    1119imap(SNB, f);//
     20fetch(SNB, f);//
     21
     22
     23imap(SNB, ff);// ?
     24fetch(SNB, ff);//
     25
     26
     27imap(SNB, g);//
     28fetch(SNB, g);//
     29
     30imap(SNB, gg);//
     31fetch(SNB, gg);//
    1232
    1333tst_status(1);$
Note: See TracChangeset for help on using the changeset viewer.