Tag: c
Multiply two Polynomial [nXn]
Write a program to multiply two polynomials.
evaluate a polynomial
Write a program to evaluate a polynomial(of single variable X) of degree N for a given value of X
Identity Diagonal matrix
Write a program to check whether a matrix(use dynamic memory allocation to create the matrix) is i)Identity ii)Diagonal