Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2060

RuleDelayed and Integration

From "Rob Y. H. Chai" <yhchai@ucdavis.edu>
Newsgroups comp.soft-sys.math.mathematica
Subject RuleDelayed and Integration
Date 2011-05-03 09:47 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <ipoj0b$g8i$1@smc.vnet.net> (permalink)

Show all headers | View raw


Hello everyone,

 

I wonder if I can get some help with three integrations below. Thanks.

 

Sincerely

 

Rob Chai

 

 

rules = {f[\[Epsilon]_] :>  

   Piecewise[{{0, \[Epsilon] <= 0}, {Es*\[Epsilon], 0 < \[Epsilon]}}]} 

 

\[Epsilon][x_, y_] := \[Epsilon]a + \[Phi]x*y + \[Phi]y*x  

 

eq1 = (Integrate[f[\[Epsilon][x, y]], {x, -b/2, b/2}, {y, -h/2, h/2}, 

     Assumptions -> {\[Epsilon]a, \[Phi]x, \[Phi]y, b, h, 

         Es} \[Element] Reals && b > 0 && h > 0 && Es > 0] == P) /. 

  Rules

 

eq2 = (Integrate[

     f[\[Epsilon][x, y]]*y, {x, -b/2, b/2}, {y, -h/2, h/2}, 

     Assumptions -> {\[Epsilon]a, \[Phi]x, \[Phi]y, b, h, 

         Es} \[Element] Reals && b > 0 && h > 0 && Es > 0] == Mx ) /. 

  rules

 

eq3 = (Integrate[

     f[\[Epsilon][x, y]]*x, {x, -b/2, b/2}, {y, -h/2, h/2}, 

     Assumptions -> {\[Epsilon]a, \[Phi]x, \[Phi]y, b, h, 

         Es} \[Element] Reals && b > 0 && h > 0 && Es > 0] == My) /. 

  rules 

 

soln = Solve[{eq1, eq2, eq3}, {\[Epsilon]a, \[Phi]x, \[Phi]y}]

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

RuleDelayed and Integration "Rob Y. H. Chai" <yhchai@ucdavis.edu> - 2011-05-03 09:47 +0000

csiph-web