How to make a program that calculates this integration? Thanks I appreciate.
Show older comments
I do not know how to make a symbolic integration for the two first integrals upon writing a program.

Accepted Answer
More Answers (1)
Walter Roberson
on 31 Jul 2016
Edited: Walter Roberson
on 31 Jul 2016
syms x y z
int(int(int(1, y, x^2+z^2, 16-3*x^2-z^2), x, ........ so on
Categories
Find more on General Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!