Matlab or computer algebra systems

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
matqkks
Messages
283
Reaction score
6
How does Matlab or computer algebra systems find derivatives of functions?
Is it correct that they use matrix transformation?
 
Physics news on Phys.org
matqkks said:
How does Matlab or computer algebra systems find derivatives of functions?
Is it correct that they use matrix transformation?

1. There is not really any distinction between Matlab and the CAS systems as Matlab has a CAS (MuPad) embedded in it for symbolic manipulation (or it does if you have the student edition or have forked out the extra £500-1000 for the symbolic toolbox)

2. They find derivatives by essentially applying the same sort of rules you will have learned in your calculus courses. If you want more information Google for "symbolic differentiation", you will find hits like http://mitpress.mit.edu/sicp/full-text/sicp/book/node39.html

CB