Math question: Integration of sin(x) 0...180 deg

Post here to share useful tips and tricks, to ask questions about using your DM42 or to report software-related problems
Post Reply
mcc
Posts: 277
Joined: Fri Jun 23, 2017 5:10 am

Math question: Integration of sin(x) 0...180 deg

Post by mcc »

Hi,

The integration of sin(x) from 0...180 degree is: [ -cos(x) ] 0...180 = (-cos( 180 )) - (- cos( 0 )) = 2

As program for the Integrator of the DM42:

Code: Select all

LBL"f"
MVAR "x"
RCL "x"
sin
RTN
END 
Gives me for LLIM=0, ULIM=180, ACC=0.0001
114.591...

Any of my attempts to spot any conjunction between 180, 114.591 and 2 failed.
Mode is set to DEG and RECT.
I am sure I failed here...
...but where?
Cheers
mcc
DM 42 - SN: 00373, Firmware release v.:3.22. / DMCP 3.24. as compiled by SwissMicros
Thomas Okken
Posts: 1100
Joined: Tue May 02, 2017 5:48 pm
Location: Netherlands
Contact:

Re: Math question: Integration of sin(x) 0...180 deg

Post by Thomas Okken »

You asked the same question before, and I answered it before: viewtopic.php?f=15&t=2121&p=10007#p10007

You never acknowledged that reply; I guess because you never read it?
mcc
Posts: 277
Joined: Fri Jun 23, 2017 5:10 am

Re: Math question: Integration of sin(x) 0...180 deg

Post by mcc »

Hi,

Hu? I really missed that...I thought I had activated "Notify on reply"...
Sorry Thomas, and thanks for youre answer->answer! :)
Cheers!
Meino
DM 42 - SN: 00373, Firmware release v.:3.22. / DMCP 3.24. as compiled by SwissMicros
Post Reply