Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I tried to run a fairly simple list of commands:

 

weight := k -> if(k = 2, 1/2, 1)

sum(weight(m+2), m = 0 .. 0)

 

the expected result should be 1/2 - which is weight(2). But Maple returns 1 for some reason.

Is this a bug in Maple or did a make a mistake in my expressions?

 

Many thanks in advance

Quite often, when plotting an expression in involving trigonometric functions applied to (a rational polynomial of) the main variable, it is desirable to have the major ticks along the x-axis be labeled by multiples of Pi. In particular, it can be much more appealing to have those tickmarks be labeled with short rationals multiplied by the 2D Math symbol π.

I'm using Maple for a math project.  FYI, this is my first time ever using Maple, so I'm a complete newbie.  I'm lucky I even got as far as I did, because had I not stumbled upon the ? function, I'd still be stuck trying to figure out step 1.  Anyways, I entered this into a Maple document:

with(combinat, setpartition) :
P := {1, 2, 3, 4, 5, 6, 7, 8, 9, 10} :
setpartition(P, 1);
setpartition(P, 2);
setpartition(P, 3);
setpartition(P, 4);

I just wanted to let everyone know that we recently added some interesting new packages to the Application Center. These packages had been available as third party products. Now, the authors have chosen to make these products freely available to the community through the App Center. Follow the links below to take a look.

Harmonic Analysis

Structural Mechanics

Quaternions

FuzzySets

I worked a problem in my textbook using maple.I define two differential equations sys1:=[dy/dt=...,dx/dt=...] and its linearize point lin_point:=[...],then using linearize command,I obtained a state space description of the system.Now,I want to using state space description to get transfer function of the system,how can I do it directly without retype the state matrices a,b,c,and d manually?  

Thank you!

Hi

My computer has 6 GB RAM and works with Windows Seven 7 (64 bits). When I am running my MAPLE program(Version 12), the MAPLE software needs the large amount of memory. But when the consumed memory exceeds over 2 GB, the CPU and computation  stop. Even if I used the Command {kernelopts(datalimit)}, the software did not allow me to use the memory more than 2097100 KB.

Okay I don't know why, but at some point my document went crazy somehow, so I closed it and when I opened it again it was like this ... the whole document, all what I had made, it was in one single line... =/

 

Just like this:

http://img827.imageshack.us/f/bugallmathinonelinewtf.png/

 

Can anyone help? Please... if I copy paste it to like word, I get it all shown, so it IS there..

I am trying to get the output listed into a vector or list, but I am unsuccessful. I get the error code "improper sequence". but the expression works:

N:=24

while N>1 do if evalb(type(N,even)=true) then N:=N/2;print(N);else N:=3*N+1;print(N);end if;end do;

The output generated is:

12

6

10

5

16

8

4

2

1

I would like to have the output as a list or a vector with two numbers,...

I am trying to solve this set of equations ,but i have spent a lot of time rewriting the equations and changing the signs..but i cant get rid of this erroe and solve it for the unknowns.....could anyone tell me what am i doing wrong ?

In this post I'll introduce is a nice visual test of randomness from signal processing. The main idea of this test to look at how a random sequence correlates with itself.


I made a model in MapleSim, and I want to analysis it in Maple.
But there was an error when I used the 'get equations' buttom.

and my piecewise equation is 

Is there any problem to this equation?
I really didn't know how to solve it.

I have Windows 7 on my laptop.  When I put the Maple disk into my DVD drive, it says the disk is blank.  I took it back to my school and it works fine on their computer.  Any suggestions?

I have just had my first scientific publication (Journal of Multi-Body Dynamics 2010 Vol24 No K2) and I thought I should include the acknowledgement here

 “The development of algorithms in Maple was assisted by the advice from the MaplePrimes forum including John Fredsted who provided an initial coding idea for automated detection of plane division”.

                ...

I have a problem understanding how the below reasoning works
for Bruss article “Sum the Odds to One and Stop,”

i) I would like to understand the die problem and more specificaly
why the probability is k(1/6)^1*(5/6)^(k-1). I have a hard time understanding this

ii) How can I apply this reasonong to a coin toss example?


I have managed...

Hi everybody:

I have the following problem. I obtained an asymptotic solution of a hard problem. The final result is a Maple procedure with five arguments; this function has hundred of term and it works beatifully in Maple. However, we need to convert this solution to C or Fortran code and  I am not able to do it.

After the sentence: Fortan(functionname, optimize, output="filename")

I get the following answer

Error, (in PrintTarget) assigning...

First 1772 1773 1774 1775 1776 1777 1778 Last Page 1774 of 2224