- 1
Write a program to find the sin(A+B)=SinA CosB +CosA SinB
I want the program and output
4 Answers
+ 5
This is an equation. You probably want to prove LHS = RHS for different values of A and B.
+ 3
Here's the req. code :
https://code.sololearn.com/chN4y90QCVGr/?ref=app
+ 1
In Java, you can use Math.sin, Math.cos, and Math.tan.
However, you can't solve such equations in Java...
0
write a c program to find sin(a-b)=sinacosb-cosasinb