| Thread | Last Post | Replies |
|
| numerical integration | 31 May 2004 17:40 GMT | 1 |
Does anybody know how to force Maple to calculate numerical value of an integral:
> kernel:=proc(sigma,zeta) local L, gamma, rho, A, beta, omega, m, r, s, a, b, c, d, f, u1, u2, u3, delta, Delta, dp, dn, rl, il, lambda, B;
|
| quick, easy question regarding keyboard shortcuts | 30 May 2004 17:57 GMT | 3 |
I must be missing something really obvious. I like to do most of my work using the keyboard, and I'm looking for a shortcut key that executes the entire worksheet and one that executes the selected groups. I've been using the !!! and ! toolbar buttons for these
|
| Free 9.5 Upgrade | 30 May 2004 17:06 GMT | 6 |
Did anybody else read on the Maple site (it's not there anymore, of course) that individual users who had bought Maple 9 would get the 9.5 upgrade for free because of the performance problems? Can we do a mass petition/protest of Maplesoft to get the free upgrade
|
| Animate Matrix | 28 May 2004 09:57 GMT | 5 |
I would like to make an animated pointplot from the data in a matrix H (type list of Vectors).
> animate(pointplot,[{seq([j,H[t+1][j]],j=1..N)}],t=0..1,frames=2); Error, (in animate) incorrect first argument
|
| Maple 9.01 and Maplets | 27 May 2004 11:09 GMT | 2 |
I've installed Maple 9.01, and everything seems to work fine, except one thing: maplets. Maplet windows do pop up - however nothing more happens. E.g.
> plots[interactive](x*sin(x)); |
| Matlab 6.5 | 26 May 2004 18:08 GMT | 2 |
I can send you 3 CDs containing Matlab 6.5 (free of charge) if you can provide ONE of these packages: 1) Mathcad 11. 2) Maple v.9.0 or v9.5.
|
| Maple: semilogplot | 26 May 2004 15:47 GMT | 1 |
Hi Leute, wenn ich meine Daten in Maple mit der Funktion semilogplot (x-Achse logarithmisch) plotte, werde die Marken an der Achse in Exponentialschreibweise ausgegeben, z. B. .2e2 statt 20. Kann man das
|
| why does evalf not work? | 25 May 2004 19:44 GMT | 7 |
I want to do an pade analysis: --- Digits := 12: t := 1.0 + 4.0*K + 12.0*K^2 + 24.0*K^3 + 52.0*K^4 + 108.0*K^5 + 224.0*K^
|
| about call maple function in C++ | 25 May 2004 18:51 GMT | 5 |
hi all, I am wondering if it's possible to call a maple function in my own c++ program. I am writing a data structure to denote an expression including both numeric and symbolic data, like
|
| conversion of multiplication | 25 May 2004 13:02 GMT | 4 |
I have the following problem Assume a function like f := x * y^2 + 3 * y^2 * z I substitute x, y, z with matrices Mx, My and Mz.
|
| Inserting graphs in worksheets | 24 May 2004 08:53 GMT | 2 |
I want to insert a drawing in a maple Worksheet. I expected to do this with the Windows paste function. But Maple does not let me insert the drawing - The command Edit copy is grey! However, I can copy the drawing into other applications eg word.
|
| Maple on Windows CE ? | 24 May 2004 08:29 GMT | 3 |
Is there a Maple version available for use on Palmtops like the Windows CE family? Greetings, Jens
|
| plotting trig functions in maple | 24 May 2004 02:56 GMT | 1 |
I am a new Maple user. I have Maple 9.5. I was wondering if there is a way to change a plot's x axis units from integer values to values that are expressed in Pi. I'll try to clarify my question a bit. In my calculus textbook, graphs of
|
| Aproximate by fractions | 21 May 2004 23:39 GMT | 3 |
Experimenting with this funtion: f(x) = sum{k=1..oo} k^x/x^k I get the following results, which I suspect to be rationals with nice denominators:
|
| how to invert a piecewise defined function | 21 May 2004 12:49 GMT | 6 |
I have a piecewise defined function which resembles a cumulative distribution function, and which consists of a few thousand parts. I need to invert it, but I have no idea how to do it. Here is a small example of it:
|