Changeset c200ab in git
- Timestamp:
- Jul 31, 2006, 2:15:57 PM (17 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 5e33aaf5855026d00d5db6882fb6052fa9229fa4
- Parents:
- f721aec857669ce50a24afd60223d6b969cfcf8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/arcAtPoint.lib
rf721ae rc200ab 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: arcAtPoint.lib,v 1. 2 2006-07-18 15:48:10Singular Exp $";2 version="$Id: arcAtPoint.lib,v 1.3 2006-07-31 12:15:57 Singular Exp $"; 3 3 //-*- mode:C++;-*- 4 4 … … 74 74 @end format 75 75 RETURN: ring, original basering with additional 76 variables t and coeffi ecients up to t^<bound>76 variables t and coefficients up to t^<bound> 77 77 EXAMPLE: example nashmult; shows an example" 78 78 … … 414 414 ////////////////////////////////////////////////////////////////////// 415 415 proc idealsimplify (ideal I, int maxiter) 416 "USAGE: idealsimplify(I ); I ideal417 ASSUME: procedure is stable for sufficiently large m axiter416 "USAGE: idealsimplify(I,m); I ideal, m int 417 ASSUME: procedure is stable for sufficiently large m 418 418 RETURN: ideal defining the same zeroset as I: replace generators 419 419 of I by the generator modulo other generating elements
Note: See TracChangeset
for help on using the changeset viewer.