integral calculus question of two variables.

1 view (last 30 days)
AR Hithesh
AR Hithesh on 21 Apr 2021
Commented: AR Hithesh on 20 Dec 2022
i want to integrate the equation (3x+yx^2).dx under limit x = 2 to x = 3 whats the code please

Answers (1)

Walter Roberson
Walter Roberson on 21 Apr 2021
syms x y
int(3*x + y * x^2, x, 2, 3)
ans = 

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!