Answers given as equation

조회 수: 1 (최근 30일)
Christian Jaramillo
Christian Jaramillo 2018년 8월 25일
편집: Walter Roberson 2018년 8월 26일
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일
Do you mean this?
vpa(SurfaceAreaOfASphere)
ans =
1256.6370614359172953850573533118*[ft]^2

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by