axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] [FrontPage] integration


From: unknown
Subject: [Axiom-developer] [FrontPage] integration
Date: Mon, 22 Aug 2005 15:44:46 -0500

Changes http://page.axiom-developer.org/zope/mathaction/FrontPage/diff
--
the function f(x,y) = 12xy(1-y) for 0<x<1, 0<y<1

the condition of inequality (x-y)> (1/2)

what if the limits of integration are functions of the variable I
am integrating over.

is this somthing which can be done in a simple way, with Axiom?

examples:
Mathimatic 5.1:
In[2]:=Integrate[12*x*y*(1-y)*Boole[x-y>1/2],{y,0,1},{x,0,1}]

Maple:
Doubleint(12*x*y*(1-y)*Heaviside(x-y-1/2),x=0..1,y=0..1);

many thanks
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

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