Find the volume of the region bounded between the planes x + y + 2z = 4 and 2x + 2y + z = 2 in the first octant.
조회 수: 42 (최근 30일)
이전 댓글 표시
I DON'T KNOW WETHER MY LIMITS OF X AND Y ARE CORRECT OR NOT PLEASE ONCE GO THROGH IT AND HELP ME
댓글 수: 1
Walter Roberson
2021년 12월 24일
On this site, questions are answered by volunteers. You can, of course try to issue commands to volunteers that they must do a certain calculation or write a certain program, but it is unlikely that anyone will bother to comply.
답변 (2개)
Walter Roberson
2021년 12월 27일
In order to use viewSolid() with symbolic values, your fifth parameter (that you called ya in your code) must be symbolic. So you should
ya = 0 + 0*x;
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!