Changeset 148455 in git
- Timestamp:
- Dec 12, 2008, 6:22:35 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 72382c279538b1bad38a4b5fd4808428791f8def
- Parents:
- 4ad6362123b6d59ef8af60d6f27d6babb506c1df
- Location:
- Singular/LIB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/alexpoly.lib
r4ad636 r148455 1 version="$Id: alexpoly.lib,v 1.1 6 2007-04-20 12:21:12Singular Exp $";1 version="$Id: alexpoly.lib,v 1.17 2008-12-12 17:22:35 Singular Exp $"; 2 2 category="Singularities"; 3 3 info=" … … 1105 1105 } 1106 1106 1107 proc 1107 proc multseq2charexp(def v) // Procedure written by Fernando. 1108 1108 "USAGE: multseq2charexp(v), v intvec 1109 1109 ASSUME: The input is an intvec, which contains the mutiplicity sequence -
Singular/LIB/graphics.lib
r4ad636 r148455 1 1 //last change: 13.02.2001 (Eric Westenberger) 2 2 /////////////////////////////////////////////////////////////////////////////// 3 version="$Id: graphics.lib,v 1.1 1 2006-07-18 15:53:58Singular Exp $";3 version="$Id: graphics.lib,v 1.12 2008-12-12 17:22:35 Singular Exp $"; 4 4 category="Visualization"; 5 5 info=" … … 150 150 151 151 /////////////////////////////////////////////////////////////////////////////// 152 proc 152 proc mplot(string fname,ideal I,list #) 153 153 "USAGE: mplot(fname, I [,I1,I2,..,s] ); fname=string; I,I1,I2,..=ideals, 154 154 s=string representing the plot region.@* … … 360 360 } 361 361 /////////////////////////////////////////////////////////////////////////////// 362 363
Note: See TracChangeset
for help on using the changeset viewer.