You are on page 1of 1

CHEMICAL ENGINEERING DEPARTMENT

INDIAN INSTITUTE OF TECHNOLOGY ROORKEE

M.Tech. (Chemical) 1st Year


CH 507: Computer Programming and Softwars Tools
Autumn Semester 2013 - 14

Problem 1
(a) Develop a program in C++ language for the solution of quadratic equation

ax 2 +: bx + c = 0 . Use da ta file for reading the values of a, band c. Store the results in
output file.
(b) Develop the program in C++ language for the addition of two matrices of the order
m x n and mxn.
(c) Develop the program in C++ language for the multiplication of two matrices A and
B of the order m x nand n x k respectively.

You might also like