axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [SandboxFunctionalAddition]


From: Bill Page
Subject: [Axiom-developer] [SandboxFunctionalAddition]
Date: Tue, 28 Jun 2005 15:03:44 -0500

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/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]