MaplePrimes Questions

What has happened to the TA forum? Are questions now deliberately mixed with those for Maple? Is it possible to filter and somehow recover the TA forum?

 

Many thanks

I'm trying to plot multiple inequality conditions such as

n/2 < m < 6-n  if 0 < n < 1/2

and

m >= n/2 if 1/2 < n < 3 .

I tried to do it by creating two plots via inequal and then using "display", which is what Tadashiito did here:

http://www.mapleprimes.com/questions/37286-Plotting-Multiple...

Hello,

I cannot understand the behavior of complexplot in the following...

Suppose you do the following:

> f := (x,y) -> sin(x+I);
> g := (x,y) -> cos(x+I);
> complexplot([f(x,y), g(x,y)],x=-2..2,y=-2..2,color=[red,green]);

This will plot two functions in red and green respectively.

Now, I redefine the functions to return a constant:

> f := (x,y) -> sin(I);

There is a proper function of Maple to perform matrix left division?
This procedure is right for the calculation of the uncertainties of the coefficients?
There are large these uncertainties?
Comment?


My question is this: 

In with(DifferentialGeometry): with(JetCalculus) with(Physics):

I work with the following Jet Bundle:

DGsetup([x], [u, psi], E, 40), 

where psi is declared anticommuting with Setup(anticommutativeprefix={psi}). 

When I work with expressions that are differential polynomials in u with coefficients arbitrary functions of u, the EulerLagrange operator behaves correctly. The same is true if I multiply these expressions by psi or by psi_1 ...

Let

    G:=s->q(1-ps)^(-1)

be a generating function with 1-p=q in (0,1). Then the repeated function composition

    G(G(G(s)));(G@@3)(s);simplify(%);

gives me some concrete expression. What is the simplest way to get the general expression for 3 replaced by n?   

I am recently new to maple software, but I was wondering if someone was able to help me with the following question.

 

I am trying to plot a 3D graph of some function f(x,y,z), I want a contour type-graph with normal axis, and I also have a few points that I want to plot on that graph:  [x1,y1,z1], ... [xn,yn,zn]; how do I do this on a single graph?

 

thanks so much;

How to change this general form to solve :

How to calculate with Maple Fourier coefficients on some numerical valued functions and how to calculate and plot the 3 partial sums :

 

Function B : on the interval [-phi, phi]

f(x)= NUMERICAL (x – phi/2) + NUMERICAL (x+phi/2)

 

Function C : on the interval [-phi, phi]

f(x) =  NUMERICAL (x+phi/2)

I enclose Maple general solution to the PDF heat equation in 1 dimention.

 

I need corrections of it to enable me to calculate the heat equation in certain conditions :

 du(x,t)/dt - d^2/x,t)/dx^2 = ;   t>0, x belongs to interval [0,phi[

with boundary conditions :

u(x,0) = sin(x)cos^2(x) ; x belongs to interval [0, phi)

u(0,t) = 0

u(phi,t) = 0  ;  t is still t>0

I have 3 different arrays. is there any way that I can put these 3 arrays in one table with a proper heading above each column?

 

Thanks 

I am trying to create a pointplot animation for a list can anyone tell me what is wrong with the following code:

with(plots):
with(Statistics):
L:=[[1],[3, 2],[3.4, 6], [5,3,7], [3,7,9,1], [2,6,8,4,5]]:

animate(PointPlot, [L[t]], t=1..5);

I am trying to animate a graph to show the progress between each suset from t = 1 to n.  I belive the problem has something to do with t not being an integer in the animate setting.

 

Hi all,

 

I get this strange (to me) behavior:

 

interface(showassumed=0);

assume(theta,real);
assume(phi,real);

SourcePosition:=[phi,theta];

parameters:= [SourcePosition[1],SourcePosition[2]]: 
 save parameters, "./parameter.txt";

wanted_par:=[convert(SourcePosition[1],string),convert(SourcePosition[2],string)]: 
save wanted_par, "./wanted_par.txt";

Hello

I Wanted To Model a Ball Screw in MapleSim4, I should  Imply a force to the base of the ball screw while the nut is attached to a fix pint and I expect the shaft of the ball screw rotates. I would be so thankful If any one tell me an idea how to model it to use at Maplesim4 for as I could not find any component for ball screw on MapleSim.

Looking forward to hearing from you

Hello!

 

I wanted to plot Laplace's spherical harmonics, which basicly worked. But now I wanted to add two sliders with which i want to vary m and l. This also works nearly. I can vary l and plot the new spherical harmonic. The variable m has to hold the restriction: -l<= m < = l.

So my question is, how can i synchronise the two sliders, so that when i edit silder l the range for slider m is changed?

 

Thanks for your help!

> restart;
> with(linalg);
> uvec := array(1 .. 2, [u_(x, y, t), v_(x, y, t)]):
> xvec := array(1 .. 2, [x, y]):
> equns := array(1 .. 3, []):
> for i to 2 do

   equns[i] := sum('uvec[j]*(diff(uvec[i], xvec[j]))', 'j' = 1 .. 2)

   end do;

the result the maple 11 gives is:
                     ...

First 1992 1993 1994 1995 1996 1997 1998 Last Page 1994 of 2434