Borrar filtros
Borrar filtros

Answers given as equation

1 visualización (últimos 30 días)
Christian Jaramillo
Christian Jaramillo el 25 de Ag. de 2018
Editada: Walter Roberson el 26 de Ag. de 2018
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?

Respuesta aceptada

John D'Errico
John D'Errico el 25 de Ag. de 2018
Do you mean this?
vpa(SurfaceAreaOfASphere)
ans =
1256.6370614359172953850573533118*[ft]^2

Más respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by