This simple app helps You to determine definite integrals of the functions.
Example for using:
The example : int(2*cos(3*x), x, -1, 1)
The function:
2*cos(3*x)
The variable:
x
The upper limit:
1
The lower limit:
-1
The program can manage the multiplication/division/summonation/subration of function.
Special thanks to Mariusz Gromada for the mXparser library.
Aplikasi sederhana ini membantu Anda menentukan integral fungsi yang pasti.
Contoh untuk menggunakan:
Contoh: int (2 * cos (3 * x), x, -1, 1)
Fungsi:
2 * cos (3 * x)
Variabel:
x
Batas atas:
1
Batas bawah:
-1
Program ini dapat mengelola fungsi perkalian / pembagian / pemanggilan / sub fungsi.
Terima kasih khusus kepada Mariusz Gromada untuk perpustakaan mXparser.
Simple app for simple definite integral calculation