Post Reply 
Performing Sum to Product identity of trigonometric functions
12-24-2024, 07:40 PM
Post: #4
RE: Performing Sum to Product identity of trigonometric functions
Meanwhile with my HP-48GX I can define:
Code:
DIR
  EXPR 'SIN(U+V)+SIN(U-V)'
  ∑→Π
    « {
        'SIN(&A)+SIN(&B)'
        '2*SIN((&A+&B)/2)*COS((&A-&B)/2)'
      } ↓MATCH
    »
END

And then run:

EXPR ∑→Π DROP COLCT COLCT

This results in:

'2*SIN(U)*COS(V)'
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Performing Sum to Product identity of trigonometric functions - Thomas Klemm - 12-24-2024 07:40 PM



User(s) browsing this thread: 3 Guest(s)