BookmarkSubscribeRSS Feed
fpsxv25
Calcite | Level 5

Dear all,

 

I am looking for a way in SAS Studio to find the symbolic integral of a provided function. For example, if I provide something like integrate(x**2) then I want the response 1/3x**3.

 

Is this possible in SAS?

 

Kind regards,

 

FPSXV

3 REPLIES 3
fpsxv25
Calcite | Level 5
Something like this: https://blogs.sas.com/content/iml/2017/09/11/symbolic-derivatives-sas.html but then with integration instead of derivative
Ksharp
Super User

Calling @Rick_SAS 

Rick_SAS
SAS Super FREQ

No. SAS does not support symbolic integration.  I suggest you try to use WolframAlpha for symbolic integration.

 

For numerical integration, SAS supports numerical integration methods on finite, semi-infinite, and infinite integrals by using the QUAD function in SAS/IML software.

 

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 700 views
  • 0 likes
  • 3 in conversation