Changes 
http://page.axiom-developer.org/zope/mathaction/SandboxFunctionalAddition/diff
--

??changed:
-++ The function \spad{addit(f,g,x)} is \spad{fx+gx} which is needed below
++ The function \spad{funcAdd(f,g,x)} is \spad{fx+gx} which is needed below

??changed:
-      add addit(g,h,x)  == ((g x) + (h x))$B
      add funcAdd(g,h,x)  == ((g x) + (h x))$B

??changed:
-         fab+fab == addit(fab,fab,#1)
         fab+fab == funcAdd(fab,fab,#1)

--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to