LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Mathematica and integrate (https://www.linuxquestions.org/questions/programming-9/mathematica-and-integrate-314098/)

ahwkong 04-17-2005 06:26 AM

Mathematica and integrate
 
I am sort of exploring mathematica now:

After I used
Code:


f = Tan(x)

Integrate[f, x]

It gave:
Code:

(Tan x^2 )/ 2
But I am expecting result for result:

[/code]
ln | sec x |
[/code]

Anyone has any idea why the different? Can I force it to achieve my expected format? Any suggestion/pointers to other resource are welcome!

purefan 04-17-2005 11:02 AM

I found this:
http://library.wolfram.com/infocenter/Demos/5553/
maybe it helps you a bit :)


All times are GMT -5. The time now is 04:13 AM.