Hello,
I have the equation;
% Radius = r
r = 10*u.ft;
SurfaceAreaOfASphere = (4*pi*r^2)
Returning an answer of;
400*pi*[ft]^2
But I want an answer without pi. In a sense evaluate the expression, any ideas?

1 件のコメント

madhan ravi
madhan ravi 2018 年 8 月 25 日
whats the value of u?

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

 採用された回答

John D'Errico
John D'Errico 2018 年 8 月 25 日

2 投票

Do you mean this?
vpa(SurfaceAreaOfASphere)
ans =
1256.6370614359172953850573533118*[ft]^2

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMathematics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by