Post Reply 
Performing Sum to Product identity of trigonometric functions
12-24-2024, 09:00 PM (This post was last modified: 12-24-2024 09:05 PM by Albert Chan.)
Post: #5
RE: Performing Sum to Product identity of trigonometric functions
XCas has trigsimplify, but we had to nudge it to get what we want.

XCas> m := sin(a) + sin(b)
XCas> trigsimplify( m(a=c+g, b=c-g) ) (c=(a+b)/2, g=(a-b)/2)

2 * cos((a-b)/2) * sin((a+b)/2)

XCas> tlin( ans() )

sin(a) + sin(b)
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 - Albert Chan - 12-24-2024 09:00 PM



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