 |
|
List Archives > 
Maple User Group List Archive > 
Archive by date > 
This Month By Date > 
This Month By Topic
[MUG] bracket and multiple commands
| [MUG] bracket and multiple commands |
|
Author: A Prashanth Pg Ee
Posted: Tue, 3 Dec 2002 20:52:38 +0530 (
|
>> From: A Prashanth pg ee "aprash"
hello!
got this basic question about how the bracket on the maple worksheet could
be made longer to accommodate more lines of the code. each command should
end with a semi-colon and the moment the 'enter' button is pressed the
command is implemented with the prompt shifting to the next bracket. i
wish to stay on inside a single bracket and build all my code there and
not go on to the next new prompt (on a new bracket). i have used quite a
few commands of maple 7 but as i need now that all my nested for loops be
run in one go, i'll need to fix the problem i just described.
thank you.
prashanth.
|
| [MUG] Re: bracket and multiple commands |
|
Author: Maple User Group
Posted: Fri, 6 Dec 2002 17:59:29 -0500 (
|
>> From: Maple User Group "maple_gr"
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Wed, 04 Dec 2002 09:45:02 -0800
To: "maple-list"
From: David Harrington "dharr"
Subject: bracket and multiple commands
> >> From: A Prashanth pg ee "aprash"
>got this basic question about how the bracket on the maple worksheet could
>be made longer to accommodate more lines of the code.
Use shift-enter at the end of a line
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
From: Stanley J Houghton "S.J.Houghton"
Date: Wed, 4 Dec 2002 17:48:27 +0000
To: "aprash" "maple-list"
Subject: bracket and multiple commands
You can use ctrl-enter to move down a line without execution ..
eventually executing by pressing enter when pointing somewhere within
the expression sequence you typed.
You can also join an execution groups to the next group by pressing f4
on a windows implementation.
Hope it helps
Stan
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
From: Joe Riel "joer"
To: "maple-list"
Date: Wed, 04 Dec 2002 11:36:30 -0800
Subject: bracket and multiple commands
If you use shift-enter, you get a new line without a prompt
(the previous line is not sent to the Maple engine).
Hitting enter after a series of shift-enters sends all
the lines to the Maple engine.
If you do much programming in Maple you will want
to do so in a separate text editor, one in which you are comfortable,
and then read the resulting file into Maple (see ?read).
Emacs is a powerful programming text editor, freely available on
almost any platform. There is a maplev-mode available for Emacs
at my home page www.k-online.com/~joer, it understands
Maple syntax and has many useful features.
Joe Riel
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Wed, 4 Dec 2002 14:44:42 -0500 (EST)
From: Carl Devore "devore"
To: "maple-list"
Subject: bracket and multiple commands
Hit Shift-Enter instead of Enter.
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Wed, 04 Dec 2002 14:12:03 -0800
From: "Maple"
Subject: bracket and multiple commands
To: "maple-list"
Use "Shift-Enter" instead of just the "Enter" key.
-- Ron
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Wed, 4 Dec 2002 18:59:28 -0800 (PST)
From: Benj FitzPatrick "benjfitz"
Subject: bracket and multiple commands
To: "maple-list"
F3 and F4 should do the trick, they are for connecting
a group before and after, respectively (I think).
Benj Fitz
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Thu, 05 Dec 2002 08:52:34 +0100
From: Koch-Beuttenmueller "Heike.Koch-Beuttenmueller"
To: "maple-list"
Subject: bracket and multiple commands
Use shift enter instead of enter and you will get a new line without
prompt.
Best regards
Heike Koch-Beuttenmueller
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
Date: Thu, 05 Dec 2002 08:55:11 +0100
To: "maple-list"
From: Christian Hoffmann "christian.hoffmann"
Subject: bracket and multiple commands
Use Shift-Enter instead
Dr.sc.math.Christian W. Hoffmann
Mathematics and Statistical Computing
Landscape Dynamics and Spatial Development
Swiss Federal Research Institute WSL
Zuercherstrasse 111
CH-8903 Birmensdorf, Switzerland
phone: ++41-1-739 22 77 fax: ++41-1-739 22 15
e-mail: "christian.hoffmann"
www: http://www.wsl.ch/staff/christian.hoffmann/
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
From: "Torpey, Peter" "PTorpey"
To: "''"
Subject: bracket and multiple commands
Date: Thu, 5 Dec 2002 09:59:50 -0500
Use Shift + Enter to keep expressions within the same execution group.
-- Pete
Dr. Peter A. Torpey
Research Fellow / Manager
XEROX CORPORATION
800 Phillips Road, MS 0114-44-D
Webster, New York 14580
Phone: (585)-422-0470
e-mail: "ptorpey"
-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-=*=-
From: "Dr Francis J. Wright" "F.J.Wright"
To: "aprash"
Subject: bracket and multiple commands
Date: Fri, 6 Dec 2002 14:10:12 -0000
The Enter key executes the code in the current execution group. You need to
use Shift-Enter, which just gives a new line; it extends the execution group
delimiter and does not give a new prompt. It is particularly important to
include loop initialisation within the same execution group as the loop
code, since re-executing a loop without also re-executing its initialisation
usually gives the wrong result and can be quite confusing!
Francis
|
Previous by date: [MUG] Integration problem, Benj FitzPatrick
Next by date: [MUG] evaluation algorithm for DE solutions, Charles James Leonardo Quarra Cappiello
Previous thread: [MUG] Re: Is there such a thing as an include file in Maple?, Maple User Group
Next thread: [MUG] evaluation algorithm for DE solutions, Charles James Leonardo Quarra Cappiello
|
|
|