| Thread | Last Post | Replies |
|
| anyone knows a good strategy using external plotter | 31 Oct 2006 07:59 GMT | 1 |
Maple's plotting capability is just not for heavy duties. It easily crashes. Anyone knows a good strategy for piping out data (or just writing out data),
|
| series question | 31 Oct 2006 01:31 GMT | 6 |
Given the series transformation: b_n = Sum[ (a_m)^n , m=0..infinity] so for example it transforms a_n=n into b_n=zeta(n) and a_n=n^2+3 into some other series.
|
| Computation with large numbers | 30 Oct 2006 21:37 GMT | 5 |
In Matlab, numerical overflow is handled using Inf. For example, sinh(800.0) = Inf in Matlab. The same expression in Maple is handled differently, namely sinh(800.0) = 1.363187286*10^347 in Maple.
|
| Integral solutions | 30 Oct 2006 19:20 GMT | 5 |
What is the solution of this system : {4*x1^2+x2^2=u^2, 4*r^2-x1^2=v^2}; Chris
|
| how to get a probability of an element form a list of observation? | 30 Oct 2006 09:28 GMT | 1 |
how to get a probability of an element form a list of observation? data:=[3,3,4,5,5,5]; u_:=describe[mean](data); s:=describe[standarddeviation](data); prob(3,data) should give 2/6
|
| Simple Array/Matrix question | 29 Oct 2006 01:57 GMT | 2 |
Help please!!! I have generated the following:- A[1..2,1..2]:=<<1,2>|<5,6>>; What is the script to extract the entry say in A[1,2] (i.e. 5 in this
|
| Maple10 Array problem - newuser question | 27 Oct 2006 16:09 GMT | 5 |
I am new to Maple - can someone out there please help. I can generate an alpha numeric array e.g. A:=Array(1..4,1..3); but at present I have to enter data 1 location at a time. Is the script that would allow me to enter data into the 3 columns first row in a
|
| How differentiate a Matrix (from LinearAlgebra) componentwise | 26 Oct 2006 16:59 GMT | 4 |
I have a Matrix (from LinearAlgebra), where the coeffs depend on a parameter, say p. How can I get the Matrix, which contains the differentiated (w.r.t p) elements. I need something similar to Map2 ? Many thanks for a hint,
|
| How to substitute matrix entries? [revisited] | 26 Oct 2006 07:51 GMT | 3 |
First of all, I am working on an American Mathematical Monthly problem, so I won't be able to post all of my actual code. Second of all, I did some searching of the archives and found the thread "How to substitute matrix entries?", which helps a little but not entirely.
|
| Computing a determinant | 25 Oct 2006 04:18 GMT | 10 |
Hello, I am trying to compute symbolicliy a determinant of a matrix 16x16 of the following form: Q:=matrix([[mu1, mu2, 0, mu3, -theta1, theta2, 0, 0, -theta1, 0, 0, theta2, 0, 0, 0, 0], [mu2, mu1, mu3, 0, -theta2, theta1, 0, 0, 0,
|
| Neglecting insignificant terms | 25 Oct 2006 00:40 GMT | 3 |
Is there any way in Maple to do the following: Give some value range to symbolic terms in a function and then get a simple approximation of that function having some of its insignificant terms neglected?
|
| A problem with rational functions | 24 Oct 2006 19:33 GMT | 1 |
I have six rational functions f1,...,f6 in 4 coordinates: f_i \in Q(x,y,z,w) for i=1..6. I want to know if one of them, say f1 as an example, belongs to the field Q(f2,...,f6) generated by the other 5 functions.
|
| Instability in Numerically computing the moments of Weibull function... | 22 Oct 2006 09:34 GMT | 7 |
I met with numerical difficulty in computing the moments of the Weibull probability distribution function, In Matlab, "wblpdf(x, a, b)" denotes the probability density function(the derivative of the cumulative distribution function), and "wblcdf(x, a, b)"
|
| Is this limit undefined? | 21 Oct 2006 14:11 GMT | 3 |
restart; f := x -> 1/2*(1+x*(Psi(-1/2*x+1/2)-Psi(-1/2*x)))*sin(Pi*x) *(1-x*(Psi(1/2*x+1/2)-Psi(1/2*x)))/(Pi*x); limit(f(x),x=infinity); # Maple V R5 responds: 'undefined'.
|
| Anyone install Maple 10.06 yet? | 21 Oct 2006 13:31 GMT | 5 |
I was just wondering whether anyone knows if updating from Maple 10.04 to Maple 10.06 (on a PPC Mac) is a good idea. There's one unfavorable report on VersionTracker, saying that the update trashed Maple - any experience here to report?
|