MaplePrimes Questions

Hi,

I'm currently having some issues while trying to find a way of getting the CPU usage inside Maple.

Is there any existing Maple function that will return the percetage of the CPU usage ?

Basically I'd just like to know how to get x to temporarily equal a specified value, i.e:

if T[2]=(2x^2)-1

how do I find T[2] is x=2?

Thanks for any replies

I have Zipped 2 equations together to equate their equivalent Coefficients.  I now need to assign solve the list fot each value of N (1...9) How do I get Maple to do this reliably for the list as N 1..9 does not necessarily occour in sequence.

what is the difference between the autocorrelation function of Maple and MatLab function xcorr?

> N := 1024;
> f1 := 1;
> FS := 200;
> n := Vector([`$`(0 .. N-1)]);
> x := evalf(`~`[sin](2*Pi*f1*n/FS));
> t := Vector([`$`(1 .. N)]/FS);
> plot(t, x, axes = box, gridlines, color = blue, title = "Sinwave of frequency 1000Hz [FS=8000Hz]", labels = ["Time, [s]",

"Amplitude"], labeldirections = ["horizontal", "vertical"]);

Dear Maple Specialists,

I deal with a major MAPLE problem the last months of my PhD.

PROBLEM:
My programm contains a do loop which calculates for given PsiS (purple color) and for a range of Psi1 and Psi2 (blue color) from PsiS to 0, values for the products Qsu1, Qsu2, Qtot .
The aim to calculate w(RLZ) which is obtained when the blue color loop is completed and Psi2 takes the final value 0.

After first tests with my brandnew Maple 16 (64bit) installation on Ubuntu Linux (12.04 Ubuntu Precise) I encountered the following error:

    `evalf/int`, "external hardware float library could not be found/used"

when I run e.g.

     evalf(Int(BesselJ(3,x),x=1..13,digits = 4,method = _d01ajc));

with OpenMaple

I wonder how to fix it.

I have

    export MAPLE=...

and

    export LD_LIBRARY_PATH=......

Hi, i am learning how to use "proc", could you please help me with this?

Case 1:

ReturnInteger:=proc(x,y,z)::integer;
g:=3+y;
x^2-g;
end proc:

ReturnInteger(3,2,4)

Case 2: How do I have a few outputs at a time?

Outp:=proc(x,y,z)::integer;
x^4+3
x+3*y;
y+z;
end proc:

Outp(3,4,2)

I am looking for it to produce 3 answers.

Question 3, when i took away the "::integer", it still works. May I know...

Dear Maple Users

I wonder if and how I can use Maple to calculate the difference of two sums algebraically, meaning if I dont have an explicit expression for the range of the sum. Rather, I want to calculate

Sum(i, i=0..N) - Sum(i, i=0..N, i!=k);

which should, obviously return k.

Is it possible to evaluate such an expression, and more advanced cases, using Maple?
Thanks for hints.

 

Hi all,

I am trying to plot multiple ODE plots in Maple 16. I can do them all separately, but cannot figure out how to make to solutions appear in the same plot. I have numeric solutions for sol1 and sol2, and I want to plot A(t), t for each one (together).

Thanks for the help!

I used to work with Matlab and recently I've started to use Maple. In Matlab you can make a function with several commands that does some calculations and calculates one parameter and you can call that function in another function. I need to the same in Maple (i.e. define a function with several commands that calculates a parameter and use the result of that function in another function). Any suggestion?

Hi,

I am trying to get the linearized model of a multibody system which has multiple inputs and multiple outputs. I initially used the "linearization template" of the MapleSim for an inverted pendulum, it worked fine. However, when I tried to get the linearized model for the double inverted pendulum, it gave this error message "problem at initial time: system is underdetermined; cannot solve for the following variables: 'Main.DFPSubsys1inst.eM_MyPendulum1_R1(t)'". 

Hi

How can i convert maple file to matlab ?

Hi everyone,

 

Is it possible to create a continuous time wiener process in Maple?

When we create a wiener process and then a sample path, the values of the sample path are saved in a table, so if I call W(1.5) there is no answer.

How can this be solved?

 

Thanks.

Hi,

I'm writting because I don't know how to solve this problem. I look for it in the web, but I don't

find the solution.

 

I have a vector with 4 variables, for example:

[54*a +3*b -c +d, 32*a -c +d, 96*b -69*c +85*d, 6*a + 9*b+3*c+9*d]

In really there is 4 equations. And I need to solve with other vector like:

[0,0,0,0]

 

I don't know the commands for do this... I search it in internet but I don't find anything.

Is there a possibility in Maple to define a set of elements using a rule or semanticdescription. The problem is that  I need to define a set of numbers of the concrete form (e.g. of the form a+b\sqrt[3](2)). Or more complecated task: the set of pairs (a,b) where a,b::integer. And then I need to define an abstract operation on that set. I explain: my global task is to create a procedure to define whether a set with an operation is a group (where a set is defined using a rule).

First 1724 1725 1726 1727 1728 1729 1730 Last Page 1726 of 2434