In Matlab, you would approximate the derivative numerically:
>> ( sin( 1.5 ) - sin( 1.3 ) )/0.2
which would approximate the actual derivative of cos(1.5).
Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.
In Matlab, you would approximate the derivative numerically:
>> ( sin( 1.5 ) - sin( 1.3 ) )/0.2
which would approximate the actual derivative of cos(1.5).
Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.