MaplePrimes Questions

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

u''-w^2+Eu^2=0,           u(0)=A,  u'(0)=0

How can I solve this question the variational iteration method with maple.please help me!

hi

I have 10 equations and the summation of them will give me the answer but each of them have small numeric noises and the sumation of them makes the final result inaccurate.  For example the first equation is 

I have an equation that is a function of two variables i.e Cp(beta,lambda). I have to plot several Cp curves on the same graph for a range of lambda=0..15 (x-axis). The 1st curve I want Cp@beta=0, 2nd curve Cp@beta=5, 3rdcurve Cp@beta=10 .... and so on

How can I do this without having to define a separate Cp equation for each beta value?

Hi!

I get the result which was stored in table, such as:

m:=table([1=[151,153,155,160],2=[157,152,153,150],3=[161,158,152,156]])

I can't export it to excel, because the type of m is table, the export  instruction must be array or matrix.

Please help me, Thank you!

When I use the command 'ImportMatrix', this error occourred. And I could assure that the filename and directory are true.

The file is just a simple matrix in 3 dimensions. It contains seven lines and three rows. The screenshort is just as follows. 

And I want to know what's the error. 

Thank you!

What I have done is stores algsubs names and expressions in a dual column matrix for later use. Now I need to assign them to each other. matrix is called store

column 1     column2

    a1             4.28x+2.3

    CX3          6.5x^2 +3x

    S1    ...

Let say that you have two matricies:

X := Matrix(Statistics[Shuffle]([seq(x[i], i = 1 .. 100)]));
Y := Matrix(Statistics[Shuffle]([seq(y[i], i = 1 .. 100)]));

For example the matrix x could be:    x[45]    x[12]     x[2]     x[10]      etc
For example the matrix y could be:    x[12]    x[1]       x[20...

First 1720 1721 1722 1723 1724 1725 1726 Last Page 1722 of 2430