| Thread | Last Post | Replies |
|
| not nice | 31 Dec 2004 16:28 GMT | 16 |
maple 9.5:
> z-z+z^2+z^3; > z-z+z^2+z^3; 2 3
|
| limit of the function | 30 Dec 2004 18:53 GMT | 2 |
I've always been able to count the limits of the sequences using Maple but I can't find a way to find a limit of even a simple function. Maybe someone could help me and tell me what command should I use. I tried like with sequences
|
| Delta m as a variable name | 30 Dec 2004 13:34 GMT | 4 |
Is there any way to use Delta*m (Dm) as a variable name? Delta(m) and Delta[m] are not satisfactory...
 Signature Vesa-Matti Sarenius, M.Sc. * Don't let the might, *
|
| don't assign to `DIVIDE` in Maple 9 | 30 Dec 2004 11:20 GMT | 1 |
And now for a post by someone other than Vladimir Bondarenko. In Maple 9 *only*, `DIVIDE` is a global name and is actually used for something. ie: I broke a lot of stuff by assigning my own procedure to `DIVIDE`. For those who are interested here is what it is assigned.
|
| mathematica newsgroup | 26 Dec 2004 06:55 GMT | 2 |
Anybody know what happened to it? It looks like someone hacked the moderater's account, it's full of garbage. --Urijah Kaplan
|
| Help me with overload | 21 Dec 2004 22:11 GMT | 3 |
I write : SetOperations := module() option package; export `+`, `-`; `+` := overload( [ proc(a::set, b::set) option overload;
|
| Sorting with Maple 9.5.1 | 19 Dec 2004 22:19 GMT | 4 |
sort([sqrt(2),-sqrt(2)]); is sorted in Maple 8 but not in Maple 9.5.1 M. Komma
|
| How to insert math symbols into title and section headings in new standard worksheet (9.5) | 17 Dec 2004 20:39 GMT | 1 |
just recently, I have obtained Maple 9.5 and I am wondering if and how one can insert math symbols and formulae into title and section headings in the new "standard" worksheet. In the "old" GUI worksheet interface (up to Maple 7), this is easily done either by hitting the "Sum" ...
|
| differentiating vector basis | 17 Dec 2004 01:43 GMT | 1 |
Is there a straightforward way to differentiate basis vectors? For example, when differentiating a vector in polar notation, I would like the returned vector to have differentiated the basis also. Thus the derivative of e[r]with respect to t is thetadot*e[theta] and the the
|
| background grid on plot | 16 Dec 2004 12:50 GMT | 1 |
I'd like to have a kind of grid (horizontal and vertical lines ) in the background of my ploted function. Is this possible in Maple. Sebastian
|
| Maple 9.03 clean uninstall | 15 Dec 2004 20:52 GMT | 1 |
I am wondering how it is possible to do a complete cleaning of my windows 2000 pro system after a chaotic install of mapple 9.03. I have proceeded with an uninstall and tried a new installation. But now, I have a warning message saying that maple is already install and if I ...
|
| numtheory:-mobius | 15 Dec 2004 20:20 GMT | 1 |
Does line 4 in the code (see below) for numtheory:-mobius have any effect or is it an error?
> showstat(numtheory:-mobius); numtheory:-mobius := proc(n)
|
| A comment from Maple experts? | 15 Dec 2004 12:37 GMT | 3 |
It would be reat to hear acommnets, especially from Maple experts about the following. Thank you in advance, Vladimir Bondarenko
> restart; assume(2>3); > restart; assume(Pi<3); |
| possible to explicitly declare data type of a variable? | 13 Dec 2004 20:58 GMT | 1 |
I'm writing a nested loop that declares variables on the fly, of the form for i from 1 to n do for j from 1 to m do
|
| How to make export to LaTeX red & blue in Maple 8? | 13 Dec 2004 18:40 GMT | 3 |
Dear Maple friends, can you, please, tell me how to make the export from Maple 8 to LaTeX to show commands in red and the results in blue? Thanks for any help
|