Changeset 0dee96 in git
- Timestamp:
- May 26, 1999, 3:14:33 PM (24 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 42af82ee4c52c3eaa0d01f2aba5f6d65122bae48
- Parents:
- 1598568cca6b50706674b0e35565a4c89bcfef83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r1598568 r0dee96 1 // $Id: standard.lib,v 1.3 0 1999-05-19 11:28:55 SingularExp $1 // $Id: standard.lib,v 1.31 1999-05-26 13:14:33 obachman Exp $ 2 2 ////////////////////////////////////////////////////////////////////////////// 3 3 4 version="$Id: standard.lib,v 1.3 0 1999-05-19 11:28:55 SingularExp $";4 version="$Id: standard.lib,v 1.31 1999-05-26 13:14:33 obachman Exp $"; 5 5 info=" 6 6 LIBRARY: standard.lib PROCEDURES WHICH ARE ALWAYS LOADED AT START-UP … … 368 368 if (!is_homog) 369 369 { 370 if (p_opt) 371 { 372 "dehomogenization"; 373 } 370 374 qh = subst(qh, @t, 1); 371 375 } … … 374 378 setring P; 375 379 // get ideal, delete zeros and clean SB 380 if (p_opt) 381 { 382 "imap to original ring"; 383 } 376 384 i = imap(Phelp1,qh); 385 if (p_opt) 386 { 387 "simplification"; 388 } 377 389 i = simplify(i, 34); 378 390 kill Phelp1; … … 383 395 if (find(s_opt, "redSB") > 0) 384 396 { 397 if (p_opt) 398 { 399 "interreduction"; 400 } 385 401 i=interred(i); 386 402 }
Note: See TracChangeset
for help on using the changeset viewer.