Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please answer fast only MCQ no need for justifcation MATLAb Consider the polynomials q(x) = 2x3 - X + 7 and r(x) = x2 +

please answer fast only MCQ no need for justifcation MATLAb image text in transcribed
Consider the polynomials q(x) = 2x3 - X + 7 and r(x) = x2 + 3x. 1. To plot the function qx) over (10,20] we use: a. q=sym(2*x^3-x+7) ezplot(q.[10 201 b. fplot(2*x^3-x+7'.[10 201 c. 9=[2 0 -1 7] x=10:0.1:20: y=polyval(p.x): plot(x,y) d. None of the above 2. To calculate r(2), we use: a. r=inline(*x^2+3x) r(2) b. =[1 3 0] polyval(r.2) c. syms x: =x^2+3x subs(f.x.2) d. all the above

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions