Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I would like to perform some operations on all the entries of an array (or an all entries in some given rows/columns).
Can this be achieved without writing an ad hoc loop?
(for instance this task is extremely easy in octave/matlab)
Should I use some specific package?

What's the best (or even A way) to numerically solve a system of first order ODE's and output the result to a functional form that could be used later. My first impression was to try to do a curvefit of some sort.

Hi,

 

Does any body know how one could calculate such an integration:

Int(expression, 1/x)
 
Thank You!
powermetal114

try_IG.mw

The following codes is a part of my program for computing ING at several points of r between -1 and 1 (by a step of for example 0.1 or even smaller for a better pointplot of ING(r) ):

H:=(r, teta) -> h(r, zn, teta) # h is a complicated function of (r, z, teta) (referred to the attached maple file) and   zn is a given number

F:= r -> int(H(r, teta), teta= 0…alpha)

Im asked on one of my problem sheets to write a procedure to inverse a square matrix using LU factorization and using partial pivoting. I can do all of these using simple pen and paper but am struggling towrite the procedure, especially to involve the partial pivoting and to then solve the linear system. Any ideas how I can do this question?

Hi all,

I have data which I want to give a simpler and a smaller interpolation function. Not necessary with Cubicspline as in the code attached (polynomial, exponential, etc..).

Thanks in advance

interpolation.mw

have a list of lists, and I would like to write each of these lists on a separate file, *on a single line*.

For instance consider the following trivial example:

P := [[-.3819660120, .6180339880, -10000, -2], [.6180339880, 1.618033988, -10000, -1], [1.618033988, 10000, -10000, -.5], [2.618033988, 10000, -.5, -0.1e-3], [2.618033988, 10000, 0.1e-3, .5]]

I would like to create
 + a file named  P1.dat containing the line
     ...


Hi,

I have two equations. I need the value of beta2. Can any body help me? I am getting error message like "Warning, solutions may have been lost". Any co-operations will be appreciable.

Nurul ISLAM

nislamce@yahoo.com


Hi everyone.

I have a problem with Maple 15. I have an equation, but when i write in into Maple, it says: "Warning, solutions may have been found". I don't know what to do. I've tried to solve it on paper, but without any luck. Could someone please help me?

 

Equation: ((x+1)2/3) - ((x+2)(x-2)/2) = ((x+3)/2) - ((x-2)2)/6) 

or when i copy paste from Maple...

(1/3)*(x+1)^2-(1/2)*(x+2)(x-2) = (x+3)*(1/2)-(1/6)*(x-2)^2

Hi

I've got a small problem:

how can i calculate with units AND show variables and its untits on both axles of a plot in the same worksheet?
and is there a way to give the range for each axle at the same time too?

This one only works for one axle:

restart;
with(Units);
d := 40*Unit(m);
a := .25*Unit(m/s^2);
x := d+(1/2)*a*(t*Unit('s'))^2;
plot(x, t = -10*Unit(s) ..10*Unit(s),useunits);

has anyone any ideas how to show "x[m...

In case if you like notepad++  under windows, and still didn't do smth like that then this is for you .userDefineLang.zip

Unpack to notepad++ folder. In case if you already had had other
own language then just copy "Maple language" section.

Hi everybody,

during testing the physics package I tried the following example

with(Physics):

Setup(anticommutativeprefix = {Q});

G:= Intc(Q1(x),Q2(y),x,y);

Fundiff(G,Q2(u));

The output of the last command seems to be wrong. The Maple Help does not say anything about functional derivatives with respect to anti commuting functions.

Is there a possibility to perform such functional derivatives with respect to anti commuting functions in Maple?...

I have below outlined the different probabilities for different poker hands given
5 cards from a 52 cards deck. The frequencies are from wikipedia
http://en.wikipedia.org/wiki/Poker_probability




These frequencies are quite interesting....I wonder if they found them by "brute fource"

Hello,

I was wondering if anyone could help me with my problem.

I have an equation where I have an arbitrary function that I have been calling h(y^2-k^2*x^2) where h can be any function (e.g. sin, ln, ...).

I have to perform a few operations on the equation and I end up with a pde equal to 0. The operations I perform on my original equation leads maple to differentiate h at times with respect to x or y and so, for example, I end up with terms like D(h)(y^2-k^2*x^2)*2*y

From http://www.maplesoft.com/view.aspx?SF=87640/0 \ Simple_Harmonic_Moti.mws
In several attempts I have downloaded the maple worksheet Simple_Harmonic_Moti.mws.
When I try to open I get the following message:

link imagen

How to proceed to execute the worksheet?

First 1636 1637 1638 1639 1640 1641 1642 Last Page 1638 of 2234