$9.99
Description
- Given the data in the file popular.txt contains five trials for a relationship between Temperature in Celsius and Resistance in Ohms. Write a C program to use Least Squares approximations to determine a and b in the equation relating resistance to temperature R = aT +b
- 2) Find the root by writing a program to do the Bisector and Secant method discuss their advantages and disadvantages Also discuss the Newton-Raphson method as an alternative
G(x) = ½ sin(x)(ex – e– x) where x is radians . Check between 1 and 4