Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Is there a way to swap the names of two Arrays without creating unnecessary copies?

 

The scenario is as follows. I want to repeatedly apply a function to a large Array. The new value in each cell depends on seveal cells of the old Array.  So on each iteration I need to keep track of two Arrays: A_old and A_new. At the end of the iteration I would like to swap A_old and A_new efficiently. This way I will only need the memory for two Arrays and will...

hello guys , i have a 3D dynamical system , what can i do to have its phase space in poincare coordinates ? thanks so muchmaple.mw

While expanding a lengthy expression I get these in mein series expansion

ln(e)^4*cos(argument(e)/z)^2

I guess e is just exp(1) so why does maple not simplify it to 1 ?

and what shall arg(e) mean?

is it zero?

Hello,

it is more or less my first time using maple for my research. During my mesurements I collect data and store those in an excel sheet. The I made calculations row by row.

I figured out how to import the excel sheet and calculate row by row. Maple calculates the correct results, but how can I easily store the results again, for example row by row in an excel sheet or csv?

This is my code:

> restart;#Range of the Matrix A1:KXXXXprint(??);

Hi, I want to know how to change the rectangular form to polar form, and how to manipulate the operation of them, for example the picture below. The angle of polar form contain radian and degree, how to represent them in Maple?Thank you.

 Can't copy from Maple worksheet and paste here in the Mapleprimes text editor. It's very cumbersome when one needs to detail technical examples. Is there a way to copy and paste?Thanks
Hello, I have been trying to complete a Maple homework assignment for my Caclulus class. I have been stuck on several problems for several days now and I was wondering if anybody could help me. Here are the questions on the assignment that I am stuck on. I know how to do these problems by hand, but I can't seem to figure out the roper commands to do them in Maple4. Given r(t)=(tsin(Pi(t)))i+(t)j+(tcos(Pi(t)))k over the interval [-2Pi, 2Pi}......    a. Find (dr/dt...

Greetings to all. I will keep this brief and to the point. I would like to point out a certain deficit in the integral transform package. I have recently been calculating some Mellin transforms at this link and the base functions are of the following type.

g := (p, q) -> 1/(x+p)/(x+(p*q-1)/q);

Now to see the deficit here are some Mellin transforms that...

 I obtained a count of 7 with the command: stirling2(4,2) . How do I get a list of the 7 partitions? Thanks.

I just wanted to remind everyone that this quarter's Möbius App Challenge closes Sept. 30.  This quarter's prize is an iPad Prize Pack, which looks very cool but sadly, I'm not allowed to enter.

To enter the contest, all you need to do is:

1) Create an interactive App in Maple

2) While in Maple, log-in to the MapleCloud through the MapleCloud palette.

3) Click on the Send Document to the Cloud button

When upgrading from Opensuse 12.2 to opensuse 12.3 with an nvidia graphics card I got some strange behavior.  It appears that something in the old maple configuration files was causing the trouble.  To eliminate the problem I  deleted the .maple and .maplesoft directories.

 

If you have some serious configuration information, you would need to save that first or track down exactly where the error ocurs.

hi all..

i m solving a system of four coupled differential equations using bvp[midrich] technique on maple..

i have two questions..

1). is it possible to calculate the numerical data using bvp[midrich] instead of graphs?

2). there is a physical constant "A" in my second equation..can i compute its numerical values while fixing all other physical parameters of my equations...

If a, b and c are the roots of the equation x^3-x^2-x-1=0.
Find S=(a^2014-b^2014)/(a-b)+(b^2014-c^2014)/(b-c)+(c^2014-a^2014)/(c-a)

Today, I was working on a problem in the class which said:

if f(x)=ax^2+b, x<=1 and 1/x, x>1; then find the values of "a" and "b" such that f'(1) be defined. I checked it to be continuous at x=1 first and so I got a+b=1. Secondly, I wanted to get another equation, so I checked the differentiability of the function by the definition of derivation at x=1, so:

[> f := x-> piecewise(x <= 1, a*x^2+b, 1 < x, 1/x);
> limit((f(x)-f(1))/(x-1), x = 1, right);

First 1420 1421 1422 1423 1424 1425 1426 Last Page 1422 of 2224