Matlab or computer algebra systems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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