Surface Integral of a curved surface of a cylinder without top and bottom surface

2 ビュー (過去 30 日間)
Alexander Korolyov
Alexander Korolyov 2020 年 1 月 1 日
コメント済み: darova 2020 年 2 月 19 日
Hi I am trying to check if my handwritten results are correct using matlab.
The problem was to calculate a surface integral of a cylinder's main area without top and bottom, which is lying exactly on the origin with the hight of 0<=z<=8 and the radius r=6, vectorfield is F= x: (z+1), y: (2x), z: (x^3-3(y^2)*z
I get an answer of 528
Now I want to learn how to compute it using matlab to check my result, can anyone help me? I am a matlab beginner, it would be great if someone can guide me through the code.
Thanks
  1 件のコメント
darova
darova 2020 年 2 月 19 日
  • vectorfield is F= x: (z+1), y: (2x), z: (x^3-3(y^2)*z
What does it mean?

サインインしてコメントする。

回答 (1 件)

Kavya Vuriti
Kavya Vuriti 2020 年 2 月 19 日
Hi,
You can solve double integrals using integral2 function. Here is the documentation link for integral2 function.
Hope this helps you in getting started.

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by