| Thread | Last Post | Replies |
|
| Matrix problem | 30 Nov 2004 19:42 GMT | 2 |
Who can help me solving the following problem with MAPLE? Determing a square matrix M (if it exists) so that P = M^(-1)*J*M when square matrix P and diagonal matrix J are given Thanks
|
| RootOf, get the coeffs? | 30 Nov 2004 18:07 GMT | 20 |
I'm trying to solve an equation with the aid of maple. Maple responds with a "RootOf"-polynom of the fourth order (a_4 z^4 + ... a_0). I need the result/solution in a C program, so I would
|
| differential equation | 29 Nov 2004 16:06 GMT | 6 |
I'm looking for solutions for following differential equation: (2*diff(phi(theta),theta)^2 - phi(theta)*diff(phi(theta),theta,theta) + phi(theta)^2) / (phi(theta)*(phi(theta)^2 + diff(phi(theta),theta)^2)^(3/2)) = Constant
|
| Problem with rotation program (second posting) | 29 Nov 2004 11:47 GMT | 1 |
The following procedure rotates a point p around an axis that contains the points a1 and a2. The rotation angle is alpha.
> rotate := proc(p,a1,a2,alpha) |
| Maple 9.5 under 64-bit Linux | 29 Nov 2004 08:11 GMT | 1 |
Has anybody experience with operation of Maple 9.5 under Linux on an AMD Athlon processor with 64-bit operating system, in particular Fedora Core (64 bit)? Does the automatic installation work properly for you under these conditions?
|
| what am I missing | 28 Nov 2004 20:49 GMT | 2 |
This seems pretty straightforward to me: a:=n->`if`(n=0,A,sum(a(i),i=0...n-1)); but for some reason it doesn't work (too many levels of recursion). Can somebody give me a hint? TIA
|
| please help: Polynomial problem | 28 Nov 2004 06:17 GMT | 1 |
Hi, Maple experts, Is there a command to get 1)the vector of non-zero coefficients and 2) the corresponding orders? The case is the highest order of the polynomial is really large, say, more than 100,000, so the vector is actually a sparse
|
| why my proc causes plotting error? | 27 Nov 2004 20:11 GMT | 2 |
Hi, all! First of all, i am newbie in Mapple. I would like to know my plot causes this error. I have tried w/ and wt/ the external "if". None of them worked.
|
| Help with diff. eqn. in Maple 9.5 | 26 Nov 2004 21:19 GMT | 1 |
I'm trying to solve a non-linear diff. equation using dsolve numerically and I am getting an error message I don't understand. Can anyone give me some pointers? Thanks.
> deq1:= 1/2*diff(r(t),t)^2 + 1/(2*(r(t)^2)) - 1/r(t)^3 = -0.1; |
| Maple bug ? - I can't answer my students' question | 25 Nov 2004 19:46 GMT | 4 |
some of my students asked me why Maple delivers this totally wrong result. How does Maple show if there is no convergence in (f)solve? This is with Maple 9.5.1 -- > Digits:=27:
|
| open maple.txt and split it | 25 Nov 2004 08:14 GMT | 8 |
this is probably a very simple question, but I couldn't find an answer. When I open a text file as Maple Text all lines a put into a single execution group. Is it possible to split them to one command per execution group without using 'split/join execution group' multiple times?
|
| optimization of nonlinear equation | 24 Nov 2004 09:22 GMT | 6 |
I have been looking for ways to determine certain model parameters by fitting to measurement data. The problem is that all optimization techniques need an actual function to work with. My initial equation which contains the parameters to be determined (DD and Rdd) is so complex I ...
|
| Complex Gaussian integral | 23 Nov 2004 19:23 GMT | 2 |
I am using version 9.03. I tried int(exp(-I*x^2),x=-infinity..infinity); and received the correct answer: (1/2-1/2*I)*2^(1/2)*Pi^(1/2)
|
| locate value in matrix | 22 Nov 2004 15:56 GMT | 2 |
I would like to find the specific location of a certain value in my matrix (min and/or max). I have very little experience with Maple, isn't there any type of search function to go through lists or sets ? greetings,
|
| how to set up all plots at once? | 22 Nov 2004 15:55 GMT | 4 |
Hi, all! How could i set up all my graphs at once, i.e., thick, font size, font type etc? May set to be generated .eps graphs as well? Finally, how may i
|