Link to home
Start Free TrialLog in
Avatar of vimalalex
vimalalex

asked on

Visual C++ maths

Hi Experts,
                        How to apply differentiation using VC++ is there any direct function for this.

Regards,
Vimal
Avatar of phoffric
phoffric

Sorry, there is no differentiation built-in function in the C++ Standard Library.
Here is what is available in Math:
   http://www.cplusplus.com/reference/clibrary/cmath/
Avatar of vimalalex

ASKER

Hi All,

                      I am using Visual C++ is there any opensource or free library for thus purpose.

Regards,
Vimal.
I found this one:
   http://sourceforge.net/projects/calculus/

But this one has more recommendations:
   http://sourceforge.net/projects/gattmath/
ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
What is your exact question? Do you want *formal* or *numerical* derivatives?
HI thehagman,
           
                 I am looking for a good library in windows C++ for applying in differentiation based  problems.

Regards,
Vimal
I'm farily sure he wants symbolic calculations (based on other questions he's asked).
Vimal, do you need a C++ library or do you just want a calculator?
This one works well
http://www.solvemymath.com/online_math_calculator/calculus/derivative_calculator/index.php
Also, if you want high tech, you could use MATLAB, Maple, or Wolfram Alpha

Wolfram Alpha is basically awesome. It's like Google for math (and more). Go to it
http://www.wolframalpha.com/
 and type something like
differentiate x^2 + 3x
It will give you the answer and you can click 'show steps' to get the details. It also shows the graph. It does integration too.
Hi TommySzalapski,

                 I need C++ library.
Regards,
Vimal
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial