Click below to go directly to a specific section:
Description | Source Code
| Sample Run | Program Notes
This program integrates the function ax^2 + bx + c on the interval from 0 to 1.
Integrate[ a x^2 + b x + c ,{x,0,1}]
(a/3 + b/2 + c)
This program was tested and executed using Mathematica 3.0