Unanswered Questions

This page lists MaplePrimes questions that have not yet received an answer

Hello,

I installed Maple 17 on Slackware Linux 14.0 today and everything seems to work except that when I want to search for something through Maple Help my mouse doesn't seem to activate the text search field. Is this happening with anyone else or is this just because I am running under Slackware?

 

Thanks,

Jovan

 

hi

I have some equations like these:

i have 6 non linear diff equation. for the quad copter i want to get its state space representation and its done in a master  but they didnot say how they did it ???

soo any one can help me?

In MapleSim, it is possible to constrain a rigid body in a multibody system to an arbitrary constraint? 

Similarly to how a mass at the end of a simple pendulum can only move along a circle defined by the length of the pendulum, I was hoping to constrain one to a shape like an ellipse or sine wave.  I could then give it initial velocities and see how it would move along the shape over time.

I'd like to be able to define this constraint with an equation. ...

I am supposed to adjust the code my teacher gave us for a project. The only problem is I dont know anything about maple or much about what I am supposed to do. I tried copying and pasting the code but I couldn't.

The assignment says to adjust the code to incorporate variable window size. There is a place in the code where it says insert code here and the teacher said it shouldn't need more than like 8 lines of code.

 

If anybody thinks they they can help I will be more then happy to forward you the email.

How does one take the gradient of a expression involving sums in terms of a set of indexed variables.

I am trying to find the maxima for the satisfaction for a public good from a tax code. The sum represents the total revenue. The tax code is defined as a piecewise linear function of income and indexed variables. The indexed variables represent the points of the kinks and the marginal tax rate for each income bracket. (The set of indexed variables will vary...

The general formula of GHR (Gazis-Herman-Rothery), the most well known car following model, is given by

an - acceleration of vehicle n implemented at time t
v - speed of follower vehicle
deltax and deltav - relative spacing and speeds respectively between follower and leader vehicle at a
     ...

Hey Guys

I`m looking for a maplet that shuts down the entire program. A maplet that interrups the following steps and goes back to the beginning of the program.

Thanks for answers

Andrea

Hy, 

I'm trying to display a list value in a maplet. But I can only manage to get textboxes, checkboxes and textfields. I know that in textfields I can display the evaluation of a function, but I tried many different ways and I still don't get the desired result. 

I designed a maplet with a button and 6 rows with a checkbox at the end of each row. When clicking the button I would like that the values of a list ("lstx", 6 values) are displayed in the 6 rows. Can you help me? thanx!!

I am dealing with Fourier series, I have series of sin(nw) + cos (nw) for different  value of n . How can I put all sin together and all cos together equal to zero, when n=1000 for example.

 

 

I created a Maplet that calculates ODE (Ordinary Differential Equations) however I would like to create a button that can allow printing on paper

I am using an old package, Janet, I got from http://wwwb.math.rwth-aachen.de/Janet/janet.html with Maple 16.

I changed the libname to point to the directory where the package files are.

Few days ago I was able to call help(Janet); without any problems but now everytime I try to call help(Janet)

Maple front-end loses connection to the ihe Maple kernel.

The package loads fine...

Dear All,

 

I am trying to call the maple function fsolve in the matlab. I have used maple('fsolve(x^2-4)'). It worked.

 

Now in the matlab code I have defined another variable. let us say a = 10.  Now I am trying to call the fsolve as follows.

maple('fsolve(a*x^2-4)')

I ended up with the following error.

 

Error, (in fsolve) number of equations, 1, does not match number of variables, 2

Hi...

I need to solve the pde 

eq := diff(diff(V(y, t), y, y)-alpha^2*V(y, t), t) = -I*alpha*U(y)*(diff(V(y, t), y, y)-alpha^2*V(y, t))-I*alpha*(diff(U(y), y, y))*V(y, t)-(diff(V(y, t), y, y))+alpha^2*V(y, t)

with U(y) as a known function

and boundary conditions as

bcs := {V(-1, t) = 0, V(1, t) = 0, (D[1](V))(-1, t) = 0, (D[1](V))(1, t) = 0}

and initial condition as

V(y,0)=phi(y);

both of phi(y) and U(y) can...

Hi,

     Theres seems to be an error in the SphericalY function when the input is SphericalY( l, -l, theta, phi)

restart;

assume(phi, real):assume(theta, real):

for l from 1 to 2 do  
   m:=-l; 
   s:=SphericalY(l,m,theta, phi);
   f:=s*conjugate(s);
   plot3d(f, phi=0..2*Pi,theta=0..Pi,coords=spherical);#sphereplot(f, phi = 0 .. 2*Pi, theta = 0 ..Pi,  style...

First 261 262 263 264 265 266 267 Last Page 263 of 334