MaplePrimes Questions

I have created a wheeled robot in MapleSIM for my bachelor thesis and for various calculations I need the location of the center of mass.  I am unsure of how to find this.  Could you please help me and explain how to find this?  Thank you for your help.

I have got the following instructions of computing the required trajectories (orbits). They have been done with Maple V3. I cannot get them going with Maple 16. I have just started with Maple and cannot see the mistake in the instruction. Can anybody help me? Thanks!


> with(LinearAlgebra);
> "A, B = Payoff matrices for players";
> A := matrix(2, 2, [4, 2, 1, 3]); B := matrix(2, 2, [1, 4, 3, 2]);
> "T defines the time interval [0,T], s is the step length";

I want to calculate above integral in Maple15,  the parameters n_1, n_2 and n_3 are all positive integers.
I tried to input the following command: int(int((1-x)*(1-y)(x+y)*(x^n_1)*(y^n_2)*(1-x-y)^n_3, y=0..1-x),x=0..1);

After I pressed enter it then appeared an error message: "Error, unable to match delimiters"

Can someone help me on how to solve the following pde for G

Eq1 := ((z[1]-1)*lambda+(z[3]-1)*gamma)*G+(1-z[1])*delta*(diff(G, z[1]))+(N*z[3]-z[2])*kappa*(diff(G, z[2]))+(1-z[3])*mu*(diff(G, z[3]))+(z[2]-z[1]*z[3])*beta*(diff(diff(G, z[3]), z[1])) = diff(G, t)

Hi,

How to avoid the following warning with the command NLPSolve / modifiednewton:
Warning, convergence is not assured; examine Hessian values, or consider raising tolerance

 

Metodmodifiednewto.mw

Hello,

 

I am quite new to Maple and require some help on vector calculus. I have a differential operator in matrix form C that has to be applied to a column vector B.

C = [d/dx   0    d/dy]

      [0     d/dy  d/dx]  

and

B = [

Dear friends, I encounter the following problem. Let k and i be two given positive integers such that k>=2i>=4. How to find all nonnegative integers tuples (x_1, x_2, ..., x_i) such that k-2i<=x_1+2x_2+...+ix_i<=k-i? The buildin command "isolve" seems not work. Thanks.

@Markiyan Hirnyk 

Dear sir i have worked with the command

>plot(log(-1+exp(t)),t=0..2*Pi);

i got plot.

When i replced the argument by complex variable t ->i*θ

i got the same message.

Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page...

Hi

I am a PhD scholar at the University of Queensland. I am reviweing a paper titled as "A similarity solution for laminar thermal boundary layer over a flat plate with a convective surface boundary condition"(the pdf is available online). In this paper the author has written a MAPLE code. I copied the same code in MAPLE but could nt succedded. The author used the Runge Kutta RK5 Method to solve the model.

Please help me to solve the same model...

Hello every body

I wrote a program and i need to inverse a matrix but i get "error (in linear algebra:- matrix inverse)" singular matrix

can you help me to do that. the matrix is:

Matrix([[1.0000, 0.7056, 0.7965, 0.6928, 0.5941, 0.5169], [0.7056, 1.0000, 0.5653, 0.6449, 0.4601, 0.4376], [0.7965, 0.5653, 1.0000, 0.5521, 0.5526, 0.4153], [0.6928, 0.6449, 0.5521, 1.0000, 0.4271, 0.4242], [0.5941, 0.4601, 0.5526, 0.4271, 1.0000, 0.2999], [0.5169, 0.4376, 0.4153, 0.4242, 0.2999, 1.0000]])

I am trying to learn to use the Physics Package.

There is also a tensor package. Do this packages work together?

I tried some examples from a mechanics book:

For a stresstensor the stessvector on a plane defined by its normal should be calculated.

I made it in the following way:

restart:with(Physics[Vectors]):
sigma[i,j]:=Matrix([[ 54 , -27 , 9 ],
        [ -27 , 18 , 0 ],

... is finance.dll missing in Maple16 (64 bit), as it was in Maple15 (64 bit), so you have to install the 32 bit version instead?

Is it possible to move the finance.dll-file from Maple16(32-bit) to Maple16(64-bit)?

Jestrup

Hi there,

I've written a maple worksheet file (*.mw) that does some long calculation and got a result.

If it matters, the result is a 3X3 matrix with different parameters (not only numbers). 

So far so good. 

I want to use this result in another maple worksheet file.

Can I import only the result by somehow referancing the filename and equation number in that file?

Just...

how to plot log(-1+e^t) t=0..2*Pilog(-1+e^t,t=0..2*Pi)

Hi.

 

I writing a code with using matlab package.

when i using "setvar" maple is showing the folloeing error:

"Error, (in Matlab:-openlink) Can,t find matlab's Engine library, libeng.dll. windows reported"

 

but this dll is in matlab directory,

i,m using, win 7, 64 bit, matlab 2009b 64bit, maple 14.

First 1705 1706 1707 1708 1709 1710 1711 Last Page 1707 of 2430