Changeset a6b576 in git
- Timestamp:
- Dec 8, 2008, 3:31:46 PM (15 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- c1526ff3c9e6dd7c3a625a36d7a716046a9c7310
- Parents:
- 6b84331e2b20793ec5e9a095f67e337bc2a04e8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/matrix.lib
r6b8433 ra6b576 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: matrix.lib,v 1.4 4 2008-11-20 17:17:33motsak Exp $";2 version="$Id: matrix.lib,v 1.45 2008-12-08 14:31:46 motsak Exp $"; 3 3 category="Linear Algebra"; 4 4 info=" … … 1078 1078 proc symmetricBasis(int n, int k, list #) 1079 1079 "USAGE: symmetricBasis(n, k[,s]); n int, k int, s string 1080 RETURN: poynomial ring containing the ideal \"symBasis\",1080 RETURN: ring, poynomial ring containing the ideal \"symBasis\", 1081 1081 being a basis of the k-th symmetric power of an n-dim vector space. 1082 1082 NOTE: The output polynomial ring has characteristics 0 and n variables … … 1126 1126 proc exteriorBasis(int n, int k, list #) 1127 1127 "USAGE: exteriorBasis(n, k[,s]); n int, k int, s string 1128 RETURN: poynomial ringcontaining the ideal \"extBasis\",1128 RETURN: qring, an exterior algebra containing the ideal \"extBasis\", 1129 1129 being a basis of the k-th exterior power of an n-dim vector space. 1130 1130 NOTE: The output polynomial ring has characteristics 0 and n variables … … 1170 1170 } 1171 1171 1172 ////////////////////////////////////////////////////////////////////////////// 1172 1173 1173 1174 static proc chooseSafeVarName(string prefix, string suffix) … … 1184 1185 return(S); 1185 1186 } 1187 1188 ////////////////////////////////////////////////////////////////////////////// 1186 1189 1187 1190 static proc mapPower(int p, module A, int k, def Tn, def Tm) … … 1265 1268 1266 1269 1267 1268 1269 1270 ////////////////////////////////////////////////////////////////////////////// 1270 1271
Note: See TracChangeset
for help on using the changeset viewer.