| > |
Therefore, sqrt(2)+sqrt(3)>sqrt(2+3).
| > |
| > | ![]() |
| > |
You can also do problem 2 using the "subs" command as follows:
| > | ![]() |
| > |
| > |
| > |
| > |
| > |
| > |
You can customize the plot by using options at the end of the plot command. See plot/options in the help menu for all of your options. The plot3d command (for 3 dimensional plotting) has even more options.
| > |
In problem 7 we are given the equation of the curve, so we'll need to use the implicitplot command. This command is in the plots package.
| > |
| > |
This looks a little chunky at the bottom, so let's adjust the "numpoints" value (short for number of points) to see if we can correct this.
| > |
| > |
That's much smoother, but the downside is that it takes much longer to draw.
| > | ![]() |