50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Message

Re: nth derivative

2009-10-15 by gems_tux

I solved the problem by moving SIMP after NEXT :-) :

\<< \-> F V N
\<< F XQ 1 N
FOR K V DERIV
NEXT
\>> SIMPLIFY
\>> 'STO' DERVN

'F(X,Y)=X*Y/(X^2+Y^2)' 'Y' 2 --> 'd2d2F(X,Y)=-((6*Y*X^3-2*Y^3*X)/
(X^6+3*Y^2*X^4+3*Y^4*X^2+Y^6))'

Attachments