JennW

35 Reputation

4 Badges

17 years, 61 days
Maplesoft
editor

MaplePrimes Activity


These are answers submitted by JennW

Hi Andrew,

It looks like you are already in a Document block, so step 5 is unnessessary.  If you place the cursor in the content, and from the View menu, select Collapse Document Block, does that work?

What's going on?  Your screenshot looks exactly like the image in the help page, but it turns out that the help page image isn't right.  As the section title states, this procedure describes how to apply document blocks in Worksheet Mode.  Unfortunately, the screenshot shows Maple in Document Mode.  You can tell that this by looking at the Markers visible at the left side of the image.  The same example is provided in the User Manual, with corrected screenshots.  See Chapter 1, Example 9.  I'll make sure the help page gets updated in the same way.

 

 

You can also display it using ``:

``(y/2)*``(4/3)*sin(x);
expand(%);

 

See the second half of the example section on ?emptysymbol.

You should take a look at ?plot/options, in particular at the third example given on that help page.

The spacecurve help page says

Multiple space curves may be plotted.  To do this, provide a set of space curves instead of a single curve as the parameter sc.

Thus, change the Lines line to:

Lines:=spacecurve({L1,L2,L3},t=-2..2):

and it should work.

Page 1 of 1