MaplePrimes Questions

I've been trying to work out an algebraic expression for the following summation

S[n,t] = Sum(factorial(k)/factorial(k+t), k = 0 .. n-1), entered as S[n,t]:=sum(f,k=0..n-1); (with f:=k!/(k+t)!;)

I entered the above Maple expression into Maple (13) just so I could check out some small example summations I had. Maple's arithmetic, accuracy and speed is much superior to mine!...

How would I create an interactive component similar to the Locator functionality provided in Mathematica? For example, the command in Mathematica

Manipulate[
  Graphics[Polygon[pt], PlotRange -> 2],
  {{pt, {{0, 0}, {1, 0}, {1, 1}, {0, 1}, {1, -1}}}, Locator}
]

creates five Locator objects stored in the variable pt. This example can be found in the

i'm writing this program and for some reasons i got this error, here is my code

maplet_error.mw

 

evaluating `"myadd(1)"` produces the error: invalid input: myadd uses a 2nd argument, n, which is missing.

the second question is that my procedure only calculate any integer number from 0 to 9 , is there anyway to get this procedure

to calculate bigger...

Hi there,

I have created an animated plot of a modelled beam under sinusoidal forcing. It shows the beam bending along the x-axis. I was wondering how to plot the animated function with the beam lying along the y-axis instead of the x-axis as happens when i use the following command:

animate(w,x=0..1,t=0..0.1,frames=150,numpoints=100,color=red,thickness=3);

Any idea's?

Dear friends

 

I want to plot a function with these coordinates in x and y directions where:

x=(0,0.0150754,0.0376884,0.0829146,0.0527638,0.120603,0.173367,0.203518,0.241206,0.286432,

0.316583,0.354271,0.39196,0.437186,0.474874,0.550251,0.58794,0.625628,0.678392,0.746231,

0.708543,0.81407,0.949749,1.1005,1.17588,1.33417,1.59045,1.91457,2.25377)

and

y=(1, 1.20603, 1.53769, 1.6, 1.77889, 2.74372, 3.49749, 3.9196, 4.43216,...

Hello!  I am writing a Grassmann multiplication operator:

define('`&*`', 'multilinear', 'flat', 'identity' = 1)

So that it automatically constructs operators like &*(arg1, arg2,arg3 ...)

Now I want to teach Maple how to transforms &* with ARBITRARY number of arguments.

How to create a pattern for that?  (to be added to "define")

hi all, my knowledge of maple is quite limited and i havent used it in a few years so perhaps some of you can show me where ive messed up. I keep getting this error:

 

Dear guys

To solve a typical integral I have written

int((t^(f-3/2))*(1-t^(2*(f-1)))^(-1/4),t);

but the solution is very complicated and contains "hypergeom". How can I have a simpler solution? I mean an explicit solution.

Thanks.  

Hi every one, plz can anyone solve these equations numericallly by maple:

Dear All,

I am trying to find (complex) eigenvalues and eigenvectors of a matrix as a function of a variable. Using the following commands lead to the respective errors:

- LinearAlgebra[Eigenvalues](A): Error, (in content/polynom) general case of floats not handled

- LinearAlgebra[Eigenvectors](A): Error, (in LA_Main:-Eigenvectors) cannot determine if this expression is true or false: 0.2480392156e-4*abs...

Can anyone explain these results?  I m trying to check on a more complicated form of this expression, but cannot proceed without understanding what is occurring in this case.

Does anyone know if you can schedual a task in maple ie at 12:00 add a number
to a matrix in a worksheet (Just an simple example to see if it is working)

In windows you can use the "Task Scheduler" to automate stuff that you need to repeat.

Also I dont want the actuall Maple software to actually launch at 12:00, I want everything to happend
in the background.

If you put the maple commands in the "start up code region" of the worksheet I guess it

I decided to convert an old LR question to Maple 15 syntax and update my Maple T.A. questions. I have it working in Maple, but in MTA I get an error: "java.io.IOException: Maple computation error", I've eliminated lines until I found out the error is when I use Fit to solve for the equation. What am I doing wrong?

Thanks, Stephen

I define 8 x values, and calculate 8 y values with random residuals. Then I solve using least squares.

$x1=180;

what should i do to get display buttons in maplet as an input in TextField? so that everytime i click on a button in maplet, the value of that button will show up in TextField as an input, such as if i click on a  Button("1") , the number 1 will show up in the TextField. thanks in advance.

Hi, I have two matrix

a:=Matrix([[4,3,4],[7,7,3],[7,3,1]]):

b:=Matrix([[6,3,5],[9,8,0],[8,8,1])):

How do i make it into a [9x9] matrix? I is a diagonal matrix in the sequence of a,b,b,a. The first end of first "a" is added with begining of "b", the end of second "b" is added with the begining of third "b", and the end of third "b" is added with the beginning of final "a".

The answer that i'm getting shall be as follow :

c:=Matrix([[4,3,4,0,0,0,0,0,0...

First 1732 1733 1734 1735 1736 1737 1738 Last Page 1734 of 2430