Area A= pi*r^2 where r=pi^1/3-1

1 件のコメント

Rik
Rik 2022 年 6 月 18 日
Are you posting homework questions?

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

回答 (2 件)

Sam Chak
Sam Chak 2022 年 6 月 17 日

0 投票

The Area A computed by MATLAB is as correct as the radius r given by you.
r = pi^1/3-1
r = 0.0472
A = pi*r^2
A = 0.0070
Voss
Voss 2022 年 6 月 18 日

0 投票

r = pi^1/3-1 % == (pi^1)/3 - 1 == pi/3 - 1
r = 0.0472
A = pi*r^2
A = 0.0070
r = pi^(1/3)-1 % pi to the one-third power, minus one
r = 0.4646
A = pi*r^2
A = 0.6781

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

質問済み:

2022 年 6 月 17 日

回答済み:

2022 年 6 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by