| Thread | Last Post | Replies |
|
| MIDI Files | 31 Jan 2005 00:25 GMT | 1 |
is it possible to read and play midi files in Maple 9 under Windows XP? Yours K. Thoma
|
| Novice question on f:=x-> | 27 Jan 2005 13:19 GMT | 2 |
Pray tell what is the difference: a) f:=x^2-x-6 and b) f:=x->x^2-x-6
|
| Help me with overload | 27 Jan 2005 12:35 GMT | 1 |
I make problem with overload. Please help me. This example is in Maple's help SetOperations := module() option package; export `+`, `-`; `+` := overload( [
|
| maple optimization | 27 Jan 2005 01:17 GMT | 4 |
Anyone have any suggestions to optimize maple to run the solve command? I've let a script run for a four days now on a 2GHz 512MB machine and am getting no where. Here's the code, and I'm only interested in real values (if that helps!!)
|
| filename of current mw or mpl | 26 Jan 2005 23:02 GMT | 2 |
does anybody know how to get the filename of the currently edited or evaluated worksheet or evaluated .mpl by a command inside the code ?
|
| use of maple to teach college algebra | 25 Jan 2005 17:05 GMT | 2 |
A colleague is interested in using maple to help in the teaching of a college algebra. Does anyone know if this has been tried? If so how did it go? Are there any worksheets, packages or books available on the subject.
|
| maximize failure | 24 Jan 2005 17:56 GMT | 8 |
How can I make the following work in Maple 7? Thanks.
> restart: > fabs:= f->abs@f: > e:= (exp-1)/(exp(1)-1): |
| RootOf simplification | 22 Jan 2005 00:44 GMT | 4 |
What mathematics allows Maple to do the following rewrite?
> simplify(1/(1+RootOf(1+x^4))); 4 3 4 2 1/2 - 1/2 RootOf(1 + _Z ) + 1/2 RootOf(1 + _Z )
|
| minimising multivariate function | 21 Jan 2005 13:26 GMT | 5 |
I am trying to minimise a relatively simply multivariate function in maple and am having no luck. I suspect I am simply doing it wrong. f:=r+ (1 + r^2 - 2*r*(q - p) - 2*r*(p + 1 - q )^(1/2) )^(1/2) The conditions are that 0<=r<=p<=q<=1
|
| maple: Creating C functions, avoiding integers | 21 Jan 2005 09:01 GMT | 1 |
Hello newsgroup, I have a problem converting maple functions to C code, using the 'CodeGeneration[C]' command. Maple often declares some variables as 'integers'.
|
| SYMBOLIC RECIPES: SCIENTIFIC COMPUTING WITH MAPLE | 19 Jan 2005 15:34 GMT | 1 |
I saw this book on the Maple website under View New Books. "Symbolic Recipes: Scientific Computing with Maple" Category: Engineering Author: Robert M. Corless
|
| problems with asistants | 19 Jan 2005 10:48 GMT | 2 |
I've envountered the following problem when using tutors from the tools menu.
> plots[interactive](); Error, (in plots/interactive) computation interrupted
|
| dchange/complex variable | 19 Jan 2005 07:23 GMT | 1 |
how to change variables in PDE combining them into a comples variable z(t)=x(t)+I*y(t) using "dchange" command? pde1:=diff(x(t),t)^2+diff(y(t),t)^2; juras
|
| Q. on parametric plot | 17 Jan 2005 23:49 GMT | 2 |
using Maple produces questions (endlessly) Given f:=proc(x1::numeric,x2::numeric) .... computes y1 and y2
|
| Vector - there must be something easier | 17 Jan 2005 21:41 GMT | 9 |
I have some problems with Maple Vector type. 1st) let X be a Vector. Is there something more readable than op(1,X) to get the dimension of the Vector (like RowDimension of a Matrix) ?
|