1. Write a program that can solve the arithmetic operations of three well-ordered arrays namely A ={12, 45, 76, 82, 34, 58}, B ={-1, -5, -8, -3, -6, -4} and C = {1.23, 45.32, 12.67, 98.43, 1.45, 34.65}. Compute the elements of the new array with designated arithmetic operations as shown below:
a. E=A+(B/C)
b. F=A%(B/C)
c. G=(A^B)-sin(C)
d. H=e^(-A)+|B|-(cos^(-1))(C)
You know, most graphing calculators have those kinds of matrix functions...you should also try to learn how to do it yourself before asking for help an obvious homework problem.