| Thread | Last Post | Replies |
|
| need to plot economic growth model | 30 Nov 2005 17:14 GMT | 3 |
Haavelmo..... N[t+1]- N[t]/N[t]=alpha- beta*N[t]/Y[t] ----- labour force Y[t] = AN[t]^a --- output produced Simplified
|
| Groebner basis | 30 Nov 2005 06:19 GMT | 7 |
I need to find a Groebner basis for an ideal generated by 10 polynomials in 10 variables, containing 14 parameters (10 of which are constant terms). Is that within Maple capabilities? I have Maple 10 running for a couple of days now, with no result so far. Any comments
|
| Strange problem | 29 Nov 2005 11:49 GMT | 3 |
I am having a strange problem in my Maple code. I create a list like this: l := []; for i from 1 to 10 do
|
| w-plane for f(z)=c^z? | 28 Nov 2005 20:10 GMT | 3 |
I am trying to figure out the w-plane of f(z)=c^z for various values of c in C and I am having a heck of a time. Certain things are immediately obvious: 1) If c=0, then the entire (punctured) z-plane collapses onto the w-point
|
| defining a vector-valued function | 25 Nov 2005 15:29 GMT | 2 |
Dear Maple Gurus, I am using Maple 8.00 . I have a system of 3 coupled 1st-order ode's I am trying to solve. I know how to do that. However, looking at dsolve under Help I saw that it was
|
| Problems with fourier of Heaviside | 24 Nov 2005 23:13 GMT | 1 |
I got Maple 7 I wanted to calculate the effect of a band-pass (10 kHz - 1.4 GHz) on a periodic step-function. Therefore I thought of
|
| SOS | 24 Nov 2005 09:48 GMT | 1 |
bonsoir tout le monde j'ai un probleme de comprehension des termes technic sur internet. ou je peu trouver des renseignements ? merci
|
| Diagonalization | 23 Nov 2005 17:18 GMT | 6 |
I need to diagonalize an orthogonal matrix, I'm using the jordan function of the linalg package for this. A:=...; B_:=jordan(A,'P');
|
| Two elementary questions | 23 Nov 2005 16:58 GMT | 2 |
Question 1: In Maple, an object of the type [a,b,c] is called a list. and an object of the type {a,b,c} is called a set. Is there a name for an unadorned a,b,c? This is the
|
| Rotate xtickmark labels | 23 Nov 2005 11:01 GMT | 3 |
Is it possible to rotate the xtickmark labels so that they are printed vertically? Thanks, Scott
|
| Help with MAPLE 10!! | 22 Nov 2005 18:54 GMT | 2 |
I need help finding the intersection of two circles... if anyone can help or point me in the right direction PLEASE let me know!
|
| help with montecarlo simulation | 22 Nov 2005 17:25 GMT | 4 |
Any help will be great, Im trying to do a Montecarlo simulation of correlated variables, I cant figure out how to calculate mean, sdeviation, correlation, etc of ac, bc, dc, etc. I dont know why but I supose the type is not an array or something like that. Can anyone tell
|
| Help with a matrix | 20 Nov 2005 18:22 GMT | 1 |
Can someone help me please Im trying to do a matrix operation and then I need to get out of the matrix the numbers (i.e. I need an element fo the matrix to do other calculations), I have no clue how to do that. ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet ...
|
| piecewise chokes on Units | 20 Nov 2005 06:11 GMT | 1 |
I'm having some trouble working with Units in Maple. More specifically: the piecewise function is not working: it should evaluate to a temperature in Kelvin, but it won't; itremains completely symbolic. How can I solve this? Thanks for your help.
|
| dynamically adding elements to a list | 19 Nov 2005 07:50 GMT | 4 |
I'm having a hard time figuring out how to perform elementary operations on lists/arrays in Maple. In fact, all programmatic data-types in Maple seem to confuse me - I'm used to program in Perl.
|