Items tagged with copy copy Tagged Items Feed

I have program in txt,I want to copy it into the command-line maple 15 as belows:

 


How to do it. Ctrl+V is useless

code:
> MEMBER := proc(x::anything, L::list, p::evaln) local i;
> for i to nops(L) do
> if x=L[i] then
> if nargs>2 then p := i end if;
> RETURN(true)
> end if
> end do;

I tried to use control+C and control+V to copy and paste equations from maple to MS word under windows 7, it works fine. But when it comes to the Mac OS, it generate some meaningless codes. Is there any way to do it under Mac OS?

Dear Maple Users

I have encountered some strange behavior when trying to copy a vector:

In the first section I define a vector a and try to copy that vector and assign it to an variable b. Then changing the first coordinate in the copied vector b actually change the original vector as...

Hi:

I have a worksheet with a fairly complicated expression. Suppose it is of the form A:=B.

In red I have

>A:=B;

and just below it, in blue I have

A:=B

Now I highlight the blue "A:=B", press CTRL-C, move to another worksheet, postion the cursor next to a blank ">" and press CTRL-V. The blue statement appears in the new worksheet, BUT...

It only appears in red (i.e. executable) if the blue statement "A:=B"...

Page 1 of 1