Vous êtes sur la page 1sur 1

Rajiv Gandhi University of Knowledge Technologies

(Department of Metallurgical and Materials Engineering)


Year/Sem: E4-SEM1-WT5 Date: 22-09-2018
Subject: Computational Approach in MME Time: 20 Minutes
Subject Code: MM4101 Max. Marks : 10 M

1. The following scilab console command


-->p = poly([1,2,3],'x','coeff')
Declares which of the polynomials below
(a) x + x^2 + x^3
(b) x + (2*x^2) + (3*x^3)
(c) 1 + (2*x) + (3*x^2)
(d) 3 + (2*x) + (x^2)

2. The following scilab console command


-->q = poly([1,2],'x','roots')
Declares which of the polynomials below
(a) 2 – (3*x) + (x^2)
(b) x^2 + (3*x) + 2
(c) x^2 + (2*x)
(d) (x^2) + (3*x) – 2

3. Which of the following commands is used to find the solution of a polynomials


(a) fsolve
(b) roots
(c) solve
(d) none of the above

4.

Vous aimerez peut-être aussi