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
Calling @Rick_SAS
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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.