473,395 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Integration of a mathematical expression

4
Is there any function available in C/C++ libarary to integrate a mathematical expression.

Thanks in advance....
Dec 17 '07 #1
4 2838
Meetee
931 Expert Mod 512MB
Is there any function available in C/C++ libarary to integrate a mathematical expression.

Thanks in advance....
math.hpp
.
Dec 17 '07 #2
math.hpp
.
I think there is no function of this type. You can do that by using the development of function according to the mathematical expression/formula for intergration.

Regards,
Raj Kumar Arora
Dec 18 '07 #3
Meetee
931 Expert Mod 512MB
I think there is no function of this type. You can do that by using the development of function according to the mathematical expression/formula for intergration.

Regards,
Raj Kumar Arora
!!!!!!!

Please refer this math.hpp
Dec 18 '07 #4
chroot
13
Integrating a mathematical function is much too specific a function for the Standard Library.

Are you looking for a function to integrate symbolically, e.g.

2*x -> results of function: x^2

or for a function to find the value of an integral on some domain numerically, e.g.

Integral from 0 to 1 of x^3 -> result of function: 0.249967

Those are fundamentally different methods for dealing with integrals.

Regards
Dec 18 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: administrata | last post by:
Hi! I'm programming maths programs. And I got some questions about mathematical signs. 1. Inputing suqare like a * a, It's too long when I do time-consuming things. Can it be simplified? 2....
3
by: tobimarq | last post by:
hi all, I wonder if the following is possible in php: I want php to 'interpret' a string that contains (a simple kind of) mathematical calculation, like $var='25*3'; $result= (int) $var;...
8
by: Ben Bartsch | last post by:
Looking for opinions on the use of Flash with ASP.NET. Has anyone here seen or conducted any implementations of Flash that are actually useful or otherwise complement ASP.NET?
4
by: Xah Lee | last post by:
i've long time been interested in algorithmic mathematical art. That is, mathematical or algorithmic visual art works that are generated by computer such that the program's source code reflects the...
2
by: pankajit09 | last post by:
Hi I want some mechanism to validate a mathematical formula. For eg: (a+b is not valid since the closing bracket is missing. Please help.
7
by: clear1140 | last post by:
Good Day!!! Is it somehow possible to retrieve a string and then convert it into a mathematical expression? for example i have this string '14200 * 5' and then i want to convert this into a...
2
kadghar
by: kadghar | last post by:
Many people asks if there is a way to write a mathematical expression, writen as a string in a text box, so they can do something like: sub something_click() textbox2.text=eval(textbox1.text)...
13
by: jacek.strzelczyk | last post by:
Hello, I'm looking for a C library that provides the notation of n- dimensional mathematical functions. Or is there any other way to decode that kind of functions in C language? Thanks in...
6
by: Giovanni Gherdovich | last post by:
Hello, I need to perform a two-dimensional numerical integration, i.e. my functions are R^2 -R. All the tool I'm aware of provide routines for single-variable numerical integration, so I'm...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.