Which format can be choosen
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
MINATI PATRA
el 3 de Jun. de 2021
Comentada: MINATI PATRA
el 4 de Jun. de 2021
syms x
f = - 0.00000000000000000000000044574112852848068606808271927672*x^21 + 0.0000000000000000030044127779970749176557242324773*x^20 - 0.000000000056302615985881136490640044463735*x^19 + 0.00000000000017378935724165993341192746035199*x^18 - 0.0000000014891215183454938397421269093944*x^17 + 0.00000001363607885771973858689574596145*x^16;
%% Can it be possible to express the above expression in exponential form
(e.g 0.00000001363607885771973858689574596145 = 1.3636 * 10^(- 8) )
0 comentarios
Respuesta aceptada
Steven Lord
el 3 de Jun. de 2021
syms x
f = - 0.00000000000000000000000044574112852848068606808271927672*x^21 + 0.0000000000000000030044127779970749176557242324773*x^20 - 0.000000000056302615985881136490640044463735*x^19 + 0.00000000000017378935724165993341192746035199*x^18 - 0.0000000014891215183454938397421269093944*x^17 + 0.00000001363607885771973858689574596145*x^16
vpa(f, 5)
Más respuestas (0)
Ver también
Categorías
Más información sobre Error Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!