MaplePrimes Questions

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...
 I obtained a count of 7 with the command: stirling2(4,2) . How do I get a list of the 7 partitions? Thanks.

Hi,

I have been solving a system of non-linear ODE's for their steady states. This involves solving the rhs of the ODE's =0.

Hence I have been using "solve" in maple to solve a non-linear system.

Recently I have added more detail to the problem and now I am solving eight equations for eight variables and i've left overnight and maple still didnt find a solution. When sigma1=sigma2=0 below the problem is effectively 5-d and maple breezes through the calculation.

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

I have a set E of linear equations in variables x[1],...,x[8] (which I created with X := Matrix(8,1,symbol=x)). I now call

 

> solve(E);

I get back something like

 

x[1] = x[2]-x[3], x[2] = x[2], x[3] = 5, ...

 

I would rather like to get

 

x[1] = t[1] - 5, x[2] = t[1], x[3] = 5, ...

 

back.

 

How to do this? I do want to use the solve function (not LinearSolve et.c.).

I'm supposed to do the following. I tried to ask my teacher how I could go about doing it and she told me to just figure it out. I am supposed to find the linear and quadratic approximations to the function f at x=a. Then, I'm supposed to sketch the graph of the function and its lienar and quadratic approximations.

The linear approximation is:

P1(x)= f(a) + fprime(a)*(x-a)

The quadratic approximation is:

P2(x)= f(a) + fprime(a...

First 1532 1533 1534 1535 1536 1537 1538 Last Page 1534 of 2427