Calculus III: How to solve double integrals using Maple

Опубликовано: 01 Февраль 2025
на канале: tondekush
380
4

#mathematics #calculus
Maple code:

int(3*y^2*x^3, x, y)
int(cos(x)*y, x, y)
int(4*x^2*y^3 + 3*y^4 + 2*x^3, x, y)
int(x^2*y^2, x = 1 .. 3, y = 1 .. 2)
int(x*y^2, y = 0 .. x/2, x = 0 .. 2)

#maple

The Wolfram Mathematica video is available here:

   • Calculus III: How to solve double int...