| Thread | Last Post | Replies |
|
| strange 'is' behavior | 31 Mar 2008 23:55 GMT | 1 |
Using Maple Vr4 for OS/2 I get this behavior:
> restart; > assume(a>0, b,real, c,real): > is((a+b)^2, nonneg); |
| variable response in asympt function | 31 Mar 2008 18:45 GMT | 2 |
Using Maple VR4 for OS/2 I get variable response from the 'asympt' function when I specify the number of orders to display. Any ideas why this occurs? - Dushan Mitrovich ------------------------ begin session ---------------------
|
| 'Cannot evaluate Boolean' problem | 31 Mar 2008 18:41 GMT | 2 |
I've run into a problem trying to do an integral (Maple V R4 for OS/2), and I don't know how to get past it. Here's an exerpt:
> assume(a>0, y>0, z>0): > int( (y-a*cos(phi))/(a^2+y^2+z^2-2*a*y*cos(phi))^(3/2), phi=0..Pi ); |
| Identical solutions from solve/identity | 31 Mar 2008 02:38 GMT | 1 |
Is this a bug or am I missing something? restart; res1:=a*exp((-1+I)*t)+b*exp(-(1+I)*t) = (u+I*v)*exp(-1*t+I*t)+v*exp(-1*t-I*t):
|
| how to print formulas in strings. | 31 Mar 2008 02:31 GMT | 1 |
I want to write text with formulas in prettyprint mixed with the result. For example, I want to execute the following code [> "a^2 is ";
|
| An exact 1-D integration challenge - 56 - Proud Earthling, precipitate oneself into a struggle and do in all the (now still) bananas-truck CASs! | 29 Mar 2008 23:08 GMT | 3 |
Hello dear CAS Buff the Earthling, Today, on a request from Mr. Dave, I'll be brief ...not to say totally silent like a tipsy fish... A. Our old sweet C-12-based life is out on a limb!
|
| Maple -> C translation of solving for square root of a matrix? | 26 Mar 2008 07:24 GMT | 1 |
I am trying to use Maple -> C translation facility for a special use: I need a matrix square root function in C/C++. I only need it for 3x3 matrix, so I decide to find some hard-coded piece of program, instead of using some numerical library, because then I have to
|
| -- substitution problem | 22 Mar 2008 23:32 GMT | 3 |
Is there any way to get the following non-working substitution to actually work without excessive manual intervention? (The question refers to Maple 9.5). f:=1/sqrt(x);
|
| How to modify this statement? | 21 Mar 2008 10:30 GMT | 2 |
I use MATLAB with MTM installed, however when I want to run some Maple statements in MATLAB, sometimes it went out errors such as "Error, illegal use of an object as a name" which given by MATLAB. For example, this statement:
|
| enumerated types in Maple 11 | 19 Mar 2008 21:35 GMT | 1 |
Does anyone have a good way to fake enumerated types in Maple 11?
 Signature Eric Kofoid Microbiology/CBS, UC Davis
|
| Help with dsolve in DEtools for Maple10 | 19 Mar 2008 21:26 GMT | 3 |
Hi there, I have a bit of a problem and am looking for advice. I'm working in Maple10. My code involves the dsolve function. The variable "eqns" contains a set of euler-lagrangian equations that take up roughly 5pgs, so I omitted
|
| dsolve question | 19 Mar 2008 21:06 GMT | 2 |
I have a dsolve question for Maple 11. I have the following: dsolve({BB, MM}, {CC}, type = numeric) where
|
| Characteristic Function of the Cantor Set | 14 Mar 2008 22:50 GMT | 3 |
While investigating the Cantor Set with Maple and trying to graph it, I came up with what looks like the characteristic function of the Cantor Set (or at least a recursive approximation of it): CS(x) = {1, iff x \in CS, 0 otherwise}
|
| Maple 9.5: Units package | 14 Mar 2008 06:30 GMT | 8 |
Hello group, I'm currently doing error propagation with maple for astrophysics calculations and stumbled upon an annoying problem. Let's say I have the definition of velocity:
|
| Int, BesselJ | 11 Mar 2008 18:06 GMT | 3 |
I had to compute exp(I*a*sin(x)); int(%,x=0..2*Pi) by wading through textbooks I could compute it halfway manually (using
|