| Thread | Last Post | Replies |
|
| limit with two variables in Maple 10 | 28 Feb 2007 21:36 GMT | 2 |
I am trying to evaluate a limit involving two variables z and t, that show up in combinations like erf(t*z) and exp(t*z). The variable t goes to -infinity, and z remains finite, so we know the limits in these functions. How can I get Maple to calculate these limits?
|
| type(v,array); | 28 Feb 2007 13:13 GMT | 1 |
The explanation page for ?type lists "array" as one of Maples's types, yet that seems inconsistent with the output from simple commands such as v:=array(1..3,[5,6,7]); v:= [5,6,7]
|
| subs for matrices? | 28 Feb 2007 08:48 GMT | 3 |
I'd like to know if there's something like a subs equivalent for matrices. Taking for example S:=Matrix([[0,0,-1,-1,-1,1],[0,0,1,1,-1,1],[-1,1,0,0,-1,-1],[-1,1,0,0,1,1],[-1,-1,-1,1,0,0],[1,1,-1,1,0,0]]); then
|
| Building function dynamically ... better way? | 28 Feb 2007 02:21 GMT | 3 |
Am building an array of functions for Lagrange polynomial interpolation of a set of points (lsubj[i] in the code that follows). Have what appears to be a working model; but have kind of a clunky way
|
| hard symbolic problem | 27 Feb 2007 20:23 GMT | 3 |
I am looking for effective method how to analytically evaluate multidimensional integral of the positive integer power of multivariate polynomial over the hypercube, where power of the polynomial and number or variables (dimension) may be high.
|
| Transforming curve to non-differentiable | 25 Feb 2007 17:46 GMT | 3 |
Given a connected 2D curve, such as the graph of a function either in Cartesian or polar coordinates, is there any quick way to use this curve's definition and add a slight modification to make the curve non-differentiable at a finite number of points?
|
| Simple question about setting up a differential equation | 24 Feb 2007 19:08 GMT | 3 |
I have a single, first order differential equation in the unknown x(t): dx/dt = H(x), x(0) = 0, where H is given as a proc. Here is a sample H:
|
| worksheets to a plain text | 22 Feb 2007 18:35 GMT | 3 |
Dear folks. i am writing a script to work with a bunch of maple worksheets in unix command line, how can i deal with mws-format files in a command line version of maple (i am using version 10)?
|
| differentiation via the chain rule | 22 Feb 2007 17:57 GMT | 1 |
made big advances with Maple over the last few weeks. such a great tool. can anybody give me some advice on this problem and how to produce a symbolic answer?? If W is a function of Q[i] and P in that W[Q[i],P], how can i differentiate that via use of the chain rule with
|
| Derivative of a composed function (chain rule) | 22 Feb 2007 07:10 GMT | 2 |
Dear Group I am quite a newbie using maple (v10). I have looked for a solution to the following problem in this group and I haven't been able to find a solution.
|
| Maple msolve() - find the sparsest solution, quickly? | 21 Feb 2007 09:38 GMT | 9 |
Maple's msolve(eqns, 2) is a great tool. Say I have a set of linear equations with far too many unknowns. I can solve them over mod 2 and Maple will return thousands of solutions (_MaxSolns is modified). However, I just want the sparsest solution (the
|
| replacing an entry in a Matrix by another value if it meet some condition, compare to Matlab | 20 Feb 2007 23:21 GMT | 5 |
In Matlab, if there is a matrix A such as 1 0 0 0 2 3 0 0 1
|
| should I expect same result from Maple as Matlab for LU when I force Maple to use float[8] ? | 20 Feb 2007 22:52 GMT | 4 |
May be this is a native question. But I am running both maple and matlab on the same PC. Matlab uses double floating by default (8 bytes), and I expected Maple to give me the exact same numerical values from this simple
|
| solve function | 20 Feb 2007 16:18 GMT | 5 |
I have a small question relevant to solve function. I would like to receive a solution which will be independent on some variable which is of course in my equation. For example
|
| Which version | 20 Feb 2007 04:24 GMT | 1 |
I understand that there are several versions of maple available. Which do you recommend and why? Thanks.
|