Unanswered Questions

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

Modify the shortest path problem by rewriting a procedure Path, non-Recursion
 that print out the shortest path from a to e base on the information from
 setShortestDistNode
 input:  destination "e" and setShortestDistNode
 output:  path : a -> b -> d -> e the total cost: 9
hint: copy everything that we did in shortest path problem, and rewriting a procedure Path, with while loop

I'm assuming this means this, but...

Modify the shortest path problem by rewriting a procedure Path, non-Recursion
that print out the shortest path from a to e base on the information from
setShortestDistNode
input: destination "e" and setShortestDistNode
output: path : a -> b -> d -> e the total cost: 9
hint: copy everything that we did in shortest path problem, and rewriting a procedure Path, with while loop
can...

I adopted the approach suggested in an earlier post (http://www.mapleprimes.com

/questions/137320-Plotting-A-System-Of-Ode) for the known results,

but some part of curve is missing.

The output I got is

Can I create an tensor in the Physics package in Maple 16 with a free index like i=1..N:

 

A[mu,1]:=A[mu]

A[mu,2]:=B[mu]

.

.

.

and so on? The index is not one of the type gauge, spacetime or spinor.

Can you expalin the difference between the gaugeindices, spinorindices,and spacetimeindices in the Physics package in Maple 16? 

Hi, I have created 2 annulus;

 

> display(sector([2, -5.5], 2.5 .. 3.5, (1/5)*Pi .. (1/2)*Pi, color = "Niagara Burgundy"), axes = none, scaling = constrained);
%;

> display(sector([5, -5], 1 .. 1.5, (1/5)*Pi .. 2*Pi, color = "Green"), axes = none);
 
But I want the green annulus to cross the Niagara Burgundy annulus at the points where the green annulus is open. The green annulus is open with an angle...

 I am conveting ordinary differntial equations into polynomial using differential tranformed method and also after using pade arroximants for finding converge point at infinity. because differential transform cannot satisfy boundary at infinity. EQ1 and EQ2 does not built up fromt he preceeding iterations. its pade approximants diagonal value results like pade[3,3],[4,4],[5,5] and so on. i can solve this type for single equations but when  i solve coupled equations...

I have been messing around with MapleSim for a while now, and I cannot find a good way to model something such as a spiderweb. I want to be able to model a spiderweb (using something like cables), and then measure the tension in the cables, and also vibrations as they travel through the cables. Is this something that I can accomplish using MapleSim? If so, what is the best way to approach this problem? Any suggestions or comments would be helpful. Thanks. 

can i distrubute some random particle with an arbitrarity function in maple, for example p(r,theta,phi)=p0*sin(theta)/r, 0.01<r<1, 0< theta<pi, 0<phi< 2*pi. For such distribution we expect many particle in equator.

many thanks

After a few steps and derived out a formula include a hypergeometric expression

hypergeom(....)

in this hypergeometric expression, there are more than two parameters in maple for example

hypergeom(X,Y,Z...)

from some paper said G(z*q; q^f)

i am not familiar with hypergeometric series

how to substitute z*q and q^f into a formula include a hypergeometric expression.

Hi,

 

I'm currently working on the modelling of a thermodynamic process.

Briefly, I cool down a solution (water + polymer) from -5°C to -15°C to induce a phase separation. At the end (and after removing of the water by lyophilisation) I obtain a porous sponge like material.

The process uses a home made cooling system which can be described like this:

- A Peltier module

- An aluminium layer recovered by teflon (And also a layer of ethanol)

Hi, there, maple built-in help just has an example of Brusselator model in 1D case. But how can I intepreter the diffusion terms that Brusselator has in 2D case? Could you please give me an example of the code to run Brusselator simulation in 2D case?

Brusselator model:

http://hopf.chem.brandeis.edu/yanglingfa/pattern/bruss/index.html

 

Thank you

Kyle

Hi, i am trying to create a breakpoint on my worksheet. But i cannot press the debug current operation icon. Is there some other settings that i must press before using the button? Please help. Thanks.

Hi all. I am trying to use the Weyl character formula to evaluate some traces of Hecke operators on algebraic modular forms. This involves me having to substitute certain eigenvalues of 4x4 matrices into a polynomial of arbitrary degree (my choice).

I have created procedures that do this given the eigenvalues. Unfortunately I am having problems generating the eigenvalues.

The problem is that the matrices I am using are formed from products of matrices from two...

First 273 274 275 276 277 278 279 Last Page 275 of 334