Scientific and Statistical Computing
Assignment – II
- Write a program in C/C++ to convert a decimal number to binary number.
- Write a program to convert binary number to decimal number.
- Write a program to calculate roots of the following quadratic equation.
ax2 + bx + c = 0
- Write a program to implement Lagrange’s interpolation method.
Assignment – III
- Write a program in C/C++ to implement Newton’s forward difference interpolation method.
- Write a program in C/C++ to implement Newton’s backward difference interpolation method.
- Write a program to implement Newton’s divided difference interpolation method.
- Write a program to solve the values of x and y from the following equations:
A1x + B1y = 0
A2x + B2y = 0
2 comments:
sir wer v hve to submit d assgnment??
sir what about the practical lab for statistical computing??
Post a Comment