| Thread | Last Post | Replies |
|
| Running Maple 9.5 in X11 on Mac OS X | 30 May 2005 09:28 GMT | 2 |
Greetings Group, I was wondering if *I* could run Maple 9.5 in X11 instead of using the Java GUI on Mac OS X. I know that this is available via the "maple primes", but as I student (applied math whooo) I am obviously not
|
| grid | 28 May 2005 10:06 GMT | 3 |
How to draw a grid over a geometrical object, with maple? Thank you.
|
| Symbolic Matrix Algebra | 28 May 2005 08:35 GMT | 3 |
Is there any CAS that will do this? I currently own Maple but it does not seem able to do it... Altough I would love to be corrected about that! What I want is to be able to work with symbolic matrices (no values, no
|
| Plot problems | 28 May 2005 08:27 GMT | 1 |
I've been having a number of struggles plotting various equations in Maple 9.5 on Windows XP and was hoping others know how to solve my problems. 1. I'd like to distinguish between lines on my plot using solid,
|
| inverse Z-transform in Maple & Mathematica | 25 May 2005 22:39 GMT | 3 |
try the following inverse z-transform in Maple, Mathematica 1/(w*(w^2+1)) different result
|
| Constructing differential equation from solution | 24 May 2005 21:37 GMT | 2 |
I am given a certain "complicated" function and I am interested in constructing/generating a "nice"[*] ordinary (possibly non-homogeneous possibly non-linear) differential equation, which has this function as a solution.
|
| switch axis during plotting | 24 May 2005 21:12 GMT | 1 |
I want to draw two functions into the same plot, but the second one with switched axis. So I want to draw first U(x) and then U(y) into the same plot How to do this?
|
| FAQ: how to enter non-ascii characters in text input? | 24 May 2005 18:50 GMT | 1 |
sorry I haven't found an answer to this FAQ. How can I enter a non-ascii character like a german umlaut in text input mode? (in Maple 9.5) Many thanks for a hint,
|
| Algebraic substitutions | 24 May 2005 18:20 GMT | 4 |
I'm having trouble manipulating polynomial expressions. For example if I have the 12'th degree polynomial normal((x^13+1)/(x+1)); I can multiply this by x^(-6) and thus get a symmetric polymonial. By making
|
| Indexing into Matrix object | 24 May 2005 16:10 GMT | 3 |
Browsing old threads in this group I've finally understood that the error message "Bad index into Matrix" appears in expressions like A[i][j] because i and j are not necessarily integers. But I can't figure out how to specify for Maple that i and j indeed are integers. Help is
|
| problems with fit: Error, (in stats/fit/leastsquare/make_fctn) invalid substitution in proc | 23 May 2005 05:31 GMT | 1 |
i'm trying to solve a kind of multiple regression with the fit command (an autoregression). with(fit): proc_ar3 := proc(pData, pOrder)
|
| plot and function problem..... | 22 May 2005 03:17 GMT | 1 |
with maple 9.5 i would like to draw on the same graphic -> -> -> -> ra(t)=sin(pi *t)i + 2*cos(pi*t) j + 2*t -> -> -> ->
|
| How to keep Maple programs up to speed? | 20 May 2005 05:29 GMT | 1 |
I am generating fractals with Maple and I am noticing that when I start using sequences with more than 2000 entries, Maple (9.5 Linux) significantly slows down. Is there a way of keeping my programs really fast?
|
| interface displayprecision question | 17 May 2005 10:07 GMT | 1 |
Curious if this is expected behavior. I was under the impression that setting displayprecision would control the number of digits displayed to the right of the decimal point. That doesn't seem to happen.
> interface(displayprecision=5): |
| n-th term of a recurrent sequence | 15 May 2005 09:20 GMT | 5 |
I got a sequence given by a recurrent formula and would like to get an explicit formula for its n-th term. So far, I managed to evaluate the formula for any numerical value of n, but not for the symbolical one. Whether Maple provides a standard routine/algorithm to carry out this ...
|