Passing conditional functions as arguments of Integrals etc

Passing conditional functions as arguments of Integrals etc - Messages

#1 Posted: 7/27/2014 10:59:10 AM
sid87pl

sid87pl

0 likes in 1 posts.

Group: User

Hi guys,

Recently, I have tried to integrate function of the form:

f(x)= if x<100
g(x)
else
h(x)

over x=(0-105) using build in integral operator. However, there is an error: 'x-not defined'. I can easily overcome this problem by simply writing:

Int(f(x)) [from 0 to 100] + Int(g(x)) [from 100 to 105]

However, I think that a possibility of using user-created conditional functions in Integral or Derivative operators could be a very useful feature.

Best,
Daniel
#2 Posted: 7/27/2014 12:41:54 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: Moderator

Hello,

Do you use the Interactive SMath Handbook by Martin Kraska (Interactive books from Gallery) as the default Reference Book inside SMath?
Read the part about Integration from this book, please.

Regards,
Radovan
When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
  • New Posts New Posts
  • No New Posts No New Posts