soegaard / racket-cas

Simple computer algebra system
60 stars 10 forks source link

Use the rule (f*g*h)' = f'gh + fg'h + fgh' directly (not only for two factors) #22

Closed soegaard closed 4 years ago

soegaard commented 4 years ago

Use the rule (fgh)' = f'gh + fg'h + fgh' directly (not only for two factors)

soegaard commented 4 years ago

Done.