On the grid,draw the graph of y=5+2x-xπ2for -24
Answers
Answered by
0
Answer:
A plot in Maple is a 2-D or 3-D graphical representation of a mathematical object, such as a function or a set of statistical data. Most of this chapter will be assuming a Cartesian coordinate system for this purpose. In general, the horizontal and vertical axes in 2-D plots will be referred to as the x and y axes, respectively, while the axes in 3-D plots will be called the x, y, and z axes.
The following command generates a 2-D plot of the function x3−x2+3 over the range -2 to 2.
>
plot(x^3-x^2+3, x=-2..2, 'title'="A First Plot");
Step-by-step explanation:
Similar questions
English,
1 month ago
Computer Science,
1 month ago
Math,
1 month ago
Math,
2 months ago
Math,
2 months ago
Chemistry,
10 months ago
Social Sciences,
10 months ago