Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

hi, i have an equation and i cant simplify it. i claculate with hand and i know the answer but with maple i cant give answer.

       aa:= sin(theta + tao s) cos(d s) + p d cos(theta + tao s) sin(d s)

        bb:=  sin(theta + tao s) sin(ds) - p d cos(theta + tao s) cos(d s)
                 cc:=         ...

In a series of posts now imported to the Maplesoft blog (starting here), I have been talking about pseudo-random number sequences, but since part of what kicked off this series was a paper on true random number generation (with LASERS!) I thought I would share some routines I wrote that alllow you to use the two main true random number sources available on the web (neither using lasers, sadly).

I spent this past week preparing a Webex presentation to a client who was interested in using Maple for a physics course in chaos. Of the two texts selected for the course, I had one on my own bookshelf. So I scanned Steven Strogatz' text Nonlinear Dynamics and Chaos (Addison Wesley, 1994) for topics that would profit from investigation with Maple.

 

Hi,

I am not very familiar with maple but have a problem that is probably very easy for an expert. I have the coordinates of three variables, but no specific function of it. I want to create a 3d graph with these coordinates but do not know how. I have done it before with a specific function, but do not know how to do it with solely the coordinates, I work with Maple 12. Could somebody please help me, it is very important for me! thanks in advance,

Hi! I am trying to solve this system:

 

 but I have a problem.

Y was trying to plot this fuction f(x)=3x^2-2x when x= 0.1,.09,...,-.1 but i can't i'm a new user.

Augh, this is hurting my brain.  This homework assignment (still the same one as before) is my first experience with Maple.  I'm trying to learn the semantics of the language as I go, and that's been going well for the most part, but there's this one thing that has been bugging me to absolutely NO END:  Logical operators.

Here's what I understand after a lot of internet searching and Help browsing:
-There's two sets of very similar operators. ...

I was trying to solve 3 equation with 3 unknown. After solving the problem by Maple, I put the answers in the primary equations and I expected  the result for each equation be zero. I did it just for testing the correctness of answers.  But unfortunatly one of the answer is not zero. What is the problem? I attached my worksheet to this post. Improved_GU.mw

 

With the bests

Vahid

 

Got the script below, was trying to plot data from excel in maple and get a curve fitting. i was trying to get the residual meansquare for the curve fitted (last line script), but the script did not return anything. see attached. please let me know what was wrong.

 

hello

This is what I have written out in Maple, and I have been trying to plot into a graph, but am having no luck at all.  Do you have any advice for what my next step should be. I'm using a simplified version of Brain and Cousens model.

> restart;

> with(plots);

> with(Statistics);

y := (x) -> (d+fx)/(1+h*x^b) , x > 0

b := 2; d := 1; h := 1;

This is the question: Let b = 2, d = 1 and h = 1 

Hi

The attached document is my Mat assignment. When I open the file, it says that "There were problems during the loading process. Your worksheet may be incomplete." And it only shows a blank worksheet. The worksheet has been created in Maple 13 and modified in Maple 14. The problem occurred then I made the last part of the assignment! Is there any way to retrieve the file?

I hope you can help me...

 

Regards

 

I ran across something called wordle, somewhat of a quick visual word analysis, a collection of words used collected in an article and put into a collage of large and small font words based on the amount of times they were used. 

Here I have attempted something similar in Maple. 

wordle_project_proce.mw

I slightly modified and shortened...

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);

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