=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/lib/beta.m,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_math/lib/beta.m 1999/12/17 04:01:35 1.1 +++ OpenXM/src/ox_math/lib/beta.m 2000/01/20 15:00:02 1.2 @@ -1,4 +1,4 @@ -(* $OpenXM$ *) +(* $OpenXM: OpenXM/src/ox_math/lib/beta.m,v 1.1 1999/12/17 04:01:35 ohara Exp $ *) (* This program reuires asir programs beta, igraph, sets; @@ -12,33 +12,18 @@ Copyright 1988-97 Wolfram Research, Inc. -- Motif graphics initialized -- In[1]:= < 0 , - list = Append[list, asirRtostr[ x[[1] ] ] ]; - For[i=2, i<= Length[x], i++, - list = Append[list, " , "]; - list = Append[list, asirRtostr[ x[[i]] ] ] - ] - ]; - list = Append[list, " ] "]; - s = StringJoin[list], - s = ToString[x, InputForm] - ] - ] - toForm[polys_List, bnbc_List] := Module[ {list1, list2, list3, i,j,k}, list1 = {}; @@ -71,5 +56,4 @@ betaNbcBasis[polys_List, vars_List] := Module[ toForm[polys, bnbc] ] -Install[Environment["OpenXM_HOME"] <> "/bin/math2ox"] -OxStart["ox_asir"] +Get[Environment["OpenXM_HOME"] <> "/lib/math/oxclient.m"]