DERIVADA
Publicado por EDWIN QUISPE LOAYZA (6 intervenciones) el 30/05/2012 09:25:44
Hola, necesito ayuda!!!!!! .
como hallo el valor numero de fx para x = 2? como ven use polyval funciona.
>> sym x
ans =
x
>> y=8./(x.^2+4);
>> fx=diff(y)
fx =
-(16*x)/(x^2 + 4)^2
>> polyval(fx,2)
Undefined function 'isfinite' for input arguments of type 'sym'.
Error in polyval (line 54)
if isscalar(x) && (nargin < 3) && nc>0 && isfinite(x) && all(isfinite(p(:)))
espero que alguien me ayude.
como hallo el valor numero de fx para x = 2? como ven use polyval funciona.
>> sym x
ans =
x
>> y=8./(x.^2+4);
>> fx=diff(y)
fx =
-(16*x)/(x^2 + 4)^2
>> polyval(fx,2)
Undefined function 'isfinite' for input arguments of type 'sym'.
Error in polyval (line 54)
if isscalar(x) && (nargin < 3) && nc>0 && isfinite(x) && all(isfinite(p(:)))
espero que alguien me ayude.
Valora esta pregunta


0