| Thread | Last Post | Replies |
|
| Kernel problem | 30 Jun 2006 17:57 GMT | 7 |
I'm using maple 10.04 to make some (simple but very long) polynomial computations. I have 1 GB ram on my computer but every time maple uses about 510 mb it stops and give an error message. The message is about a kernel connection lost.
|
| Attachments? | 30 Jun 2006 05:29 GMT | 1 |
Is it OK to attach Maple mw files to posts on this newsgroup? I can understand that files with a lot of graphics might require excessive memory if included in the attachment. An unexecuted mw file, however, would use much less time-bandwidth product and could be executed after
|
| Exponential Generating Function | 29 Jun 2006 16:12 GMT | 10 |
# It is often useful to describe a sequence a_n by a generating function. # Now given an *exponential* generating function A(x) for a_n, how can we # recover the sequence efficiently? # Here is my solution, but there are certainly better ones, which I would
|
| Does Maple 9 tread upon Mac OS10.4.6 | 29 Jun 2006 15:39 GMT | 1 |
I am using Maple 9.03 on a Mac G4 using Mac OS 10.4.6. This is basically a unix operating system with a Mac interface. From time to time, I run into situations when I cannot open stored files because I get messages indicating that the file is already open. I can quit
|
| Conformal in polar coordinates? | 29 Jun 2006 07:14 GMT | 2 |
I have figured out the conformal command well enough to plot a Smith chart. restart: sz:=10: with(plots):
|
| Question about plot's "view" option | 29 Jun 2006 03:11 GMT | 2 |
Consider the parametric plots: p1 := plot([f1(t), g1(t), t=0..t1], view=a1..b1): p2 := plot([f2(t), g2(t), t=0..t2], view=a2..b2): and their composite:
|
| Pattern Matching & Simplification | 27 Jun 2006 18:55 GMT | 1 |
I'm trying to impose my own simplifications on expressions, given properties of some symbolic function such as for all g(x), g(x)f(x) = (g(x)-g(0))/x or something similar. I'm having a good deal of trouble figuring out how to actually do this
|
| Map over leaves | 26 Jun 2006 03:58 GMT | 7 |
Is this simple procedure a good way to map a function f over the leaves of an expression? rmap:= proc(f,e) if e::atomic then
|
| Series (1) | 25 Jun 2006 13:03 GMT | 9 |
What is the series formula for 1/ln(x) about x=1 ? Chris
|
| splines | 24 Jun 2006 03:03 GMT | 2 |
I want to find a function (probably a spline) which interpolates the point (2,1) and (3,0) such that I can extend it to the right by 0 and to the left by 1 C^2-smoothly. With other words, I seek a function which equals 1 for all x<=2, equals 0 for all x>=3, is defined
|
| color the area between two (or more) curves | 23 Jun 2006 14:34 GMT | 4 |
I would like to know how to get Maple to colorize the area between two (or more) curves; also, would it be possible to set the transparency of these coloured areas so that I could see where certain domains overlap? Many thanks,
|
| How to intergral this formula | 22 Jun 2006 19:16 GMT | 4 |
Deal ALl: Now I have one intergral problem. The function is uniform distribution in the range [20,40], so f(x):= 1/20 when x falls in [20,40];
|
| animate plots only first frame | 21 Jun 2006 17:49 GMT | 3 |
I wrote the following in maple 8: --- snip --- L:=1; detuning:=1.05: k:=1*2*Pi/L*detuning: c=1; omega=k*c; r1:=0.05: r2:=0.05:
|
| 10.04 intel mac version | 19 Jun 2006 16:32 GMT | 2 |
Is out. Its an update on the Maplesoft site. If you can't find it there is a link on www.versionstracker.com Michael
|
| Railroad diagrams? | 19 Jun 2006 05:53 GMT | 2 |
What would be very helpful for me to learn Maple would be railroad diagrams such as Wirth used to describe Pascal syntax. I have great difficulty understanding where to put or leave out certain features. For example, I cannot form a rationale for where colons, semicolons, ...
|