Starting from:

$34.99

CS2093D Assignment 5 Solution

1. Program to convert Celsius into Fahrenheit
2. Read two floating point numbers and multiply them
3. Program to find roots of quadratic equation.
4. Program to find sum of cos(x) series:
COS X = 1 – (x ^ 2 / 2 !) + (x ^ 4 / 4 !) – (x ^ 6 / 6 ! )+ ..... n terms
Calculate Cos(X) by processor instruction and compare the result with the above one.
5. Program to find the quadrant in which the coordinate lie.
6. Sort an array of n floating point numbers.
7. Compute f(x) = x 3 +x 2 -5x+9 for floating point x values.
8. Compute the Taylor series for the exponential function ex at a = 0 is

More products