viernes, 22 de octubre de 2010

Variación de crecimiento de área

> restart; with(difforms); with(student);
> defform(f = 0, w1 = 1, w2 = 1, w3 = 1, v1 = 1, x = 0, y = 0, z = 0, t = 0, a = const, b = const, e = const, c = const);
> A(l):=l^(3);#`Fórmula del área de un cuadrado.`;
> f := proc (x) options operator, arrow; x^3 end proc;
> dy = d(f(x));
> subs([x = 5, d(x) = 0.2e-2], %);

No hay comentarios:

Publicar un comentario