MaplePrimes Questions

Hello!

I'm studying Computational Mechanic at the Technical University in Munich. Would you please be so kind and help solving this. During my study I'm encountered with Dimensionless Analysis which I do with Buckingham Pi-Theorem. There I have to set up a matrix, each of the colums get a name wich refers to a certain physical quantity. When you are applying the Buckinham Theorem, in most case you are dealing with a rank defiecient matrix. so many of the columns of my...

I want to ask a question about parallel programming capability of Maple (for Maple15). I have a 4-core PC (intel i7 processor) running under Windows-7(64-bits). I'm making a monte carlo simulation by using maple15. The simulation is very complicated such that it includes loops and inside these loops we use Newton-raphson method (a numerical algorithm). Because of being complicated iterative calculations, one simulation needs approximately 50 hours to be completed. And this...

I have a 3rd order nonlinear recurrence relation and I would like to produce the associated sequence.

Here is the relation x[n+2]:=(((x[n+1]*x[n])^2+x[n]^2+x[n+1]^3))/x[n-1]. At the moment the method I am using (a standard do command) is very computationally heavy when I want lots of iterates. I was wondering if there were faster loops, or procs.

Also I would like some kind of way to check if all the terms are integers, maybe some kind of summation where an...

Can Maple 13 solve nonlinear algebraic equations system numerically without using fsolve? for example Gauss siedel iterative method .

Projektet...mw

And indeed it has, 3/4th of my document is gone. What to do? Is there any way to fix this?

 Maple readily turns partial sum 1+sum(alpha^2, j = 1 .. l-1) into expression 1+(l-1)*alpha^2. 

I need to replace alpha with a function c(j) such that c(0)=1 and c(j)=alpha for j=1,2,3,...and to compute sum(c(j)^2, j = 0 .. l-1) symbolically to get the above expression. This is the simplest special case only and in general c(j) is 1 for j=0 and some expression involving j and alpha, beta, etc for j::posint.

I tried several thing, e.g., 

consider f=f(z)

whereby z=Complex(x,y)

how do you find diff(f(z),z)?

thanks in advance

I have the following setup of springs and dampeners:

which gives me the following ode system

Hi everyone.

I have a doubt:

On the example at "kinematic exports help", the position constrain equations are not the same as the one made by hand. In fact, they should be as:

l1·cos(theta)+l2·sin(beta)-s = 0

l1·sin(theta)-l2·cos(beta) = 0

I know that a bit difference might be due to de sector of the angle beta. However, what I cannot undestand is why the term "s" appears multiplying to "cos(theta)" in the example.

Can anybody please help me?

Regards.

 

Why do I get this error message:


X := proc (a, b) local w, V, i, E, s; global Nr, sampvar, u;

w := sampvar*(1-a-b);     V[2] := u[1]^2;

if w = 0 then w := 0.1e-4 end if;

for i from 3 to Nr-1 do V[i] := w+a*u[i-1]^2+b*V[i-1] end do;

for i from 2 to Nr-1 do E[i] := -(1/2)*ln(V[i]^2)-u[i]^2/V[i] end do;

s[1] := 0;   for i from 2 to Nr-1 do s[i] := s[i-1]+E[i] end do;

s[Nr-1]

end proc:

Hello, everybody! I can`t solve these equations. Please, help me! Thanks...

x=a*sin(k*z)±W/2;

k=2π/λ, λ=10000, a=3000, W=500;

and

x=z*tan(θ)-d*cos(θ);

θ=π/6, d=0..100;

 

I wrote a procedure that solves a volterra integral equation numerically. This procedure  takes N , number of radial basis functions, as parameter  .the problem is:Error,  bad index into Matrix

How can I fix this problem?

here is my procedure:



I'm acquainted with using View - show/hide contents - and unchecking input to hide the input in a worksheet.  My problem is that I would like to do this only some of the time.  I've tried selecting just the text where I want to hide the input but the menu action seems to apply to the whole worksheet.  This is in Maple 14.  Is there someway to hide the input some of the time but leave it visible the rest of the time?

I have a problem:" Write the  equation of all lines passing through the point M(19/12,4) and tangent to the graph of the function f(x) = 2*x^3 - 3*x^2 + 5. I did the following:

restart; 
[> f:=x->2*x^3 - 3*x^2 + 5;                    

[> g:=x->k*(x-19/12)+4;

[> solve([f(x) = g(x), diff(f(x),x) = diff(g(x),x)],[x,k]);

[> h:=k->k*(x-19/12)+4;
Hi,

I need help of your expertize in solving the following queries:

I would start with a sample equation:

Eq1 = u_{xxxx} + u_{xxyy} - v_{xxxy} - v_{xyyy}
where u_{xxxy} represents 4th order pde of u i.e. d^4/(dx^3 dy).

I get a equation similar to Eq1 (but quite complicated) on solving the
equilibrium equations. I would like to collect the similar derivatives
for variable u and v together like

Eq2 = d^2/d x^2 ( u_{xx} + u_{yy} ) - d^2/dx dy ( v_{xx} + v_{yy} )
First 1787 1788 1789 1790 1791 1792 1793 Last Page 1789 of 2433