Unanswered Questions

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

Three things - one being an possible business opportunity (albeit a small one) for Maplesoft ... ps. sorry for the lengthy talk

updates - Under the Table of Contents in the help Browser I can go to System -> Information -> Updates and find the What's New updates in all versions up to and including the one you're using.  Then at the bottom there are links to further explicit updates to which there are no links in the searchable browser (at least that I could...

Greetings All

I have several equations and each have their own individual frequencies and amplitudes. I would like to sum the equations together and adjust ONLY the individual phases, phase1,phase2, and phase3 to keep the total amplitude value of eq_total under a specific value like 0.8. I know I can normalize the signal or change the vertical offset, but for my purposes I need to have the amplitude controlled by changing/finding the values for just...

When Benoit Mandelbrot was still alive I sent him an email:

Hi,
I am writing to you because I have trouble understanding why
the covariance function in the Fractional Brownian Motion (FBM) is given by:

(t[i]^(2*H)+t[j]^(2*H)-abs(t[i]-t[j])^(2*H))/2)

I would be very grateful if you could please explain this to me in simple and step by step terms.
I understand simple ARIMA models (P(t)=P(t-1)+E(t) where E(t)=p*E(t-1)+r(t)) which have the
same...

 

Hi all,

 i have a problem with the equation generation in MapleSim, when using spring/damper elements in a Multibody-System. As an example, I've created a model of a mass-spring-damper system:

 

 


 

Hey, so i guess i dont really know whats going on. I am trying to install Maple 10 on my Macbook Pro. I get an error message Uncaught exception in main method: java.lang.NoClassDefFoundError: org/apache/crimson/parser/XMLReaderImpl when i try to open the program. Any help?

Assume that we have a vector-function:

 

After calling define_external from maple library succefully loaded. But how to unload it without closing maple? For example want change library file to new one.

Dear guys!

I'm solving an equation and then by its results I solve an integral, but I'm doing that for many initial conditions in a for loop. The problem is that when I change the limits of loop (or initial conditions) the result of integral in two for loop for a same initial condition are very different. What's the problem?

Thanks!

Hello, I'm having trouble running my worksheet on my computer, don't know why but the Solve commands just never give me output, even with easy equations.

If someone could please run this worksheet FormulasToSolve_2.mw   for me I would be greatly thankfull, I'm stuck in my research because of this...

1. can it have simple solution for convert(taylor(Qx*exp(z), z=0,5), ratpoly); as my solution have     hypergeom([-1/2i, ....?

    for example where Qx = x/m, if m is also increasing from 0 to 5 by one in each term

    How to write these command?

    is it sum(Qx*z^m/m!, m=0..infinity); but convert this result to ratpoly result in error, if exp, it will have summation,

 

hi all,

To create an observability grammian I have to integrate a matrix with some equations that are difficult to integrate due to multiple time dependent variables. The simplest expression in the matrix is:

z1^2 * sin( z5 * t)^2          (1)

where z1 and z5 are from a state space model with 5 states and are given by:

z1dot = z2     ...

This is somewhat related to the interactive stock quote importer. 

The TSX, DOW jones industrial average, FTSE 100, Heing Seng indexes are all a collection of stocks and their index reflects the movement of those stocks. 

The Dow Jones Industrial average is designated ^DJI in finance.yahoo.com but that symbol is not available in the download.finance.yahoo.com from the interactive stock quoted importer.  Is there perhaps a way I missed...

I am trying to use Tables to better organize the layout of my Document mode worksheets. I have noticed two problems thus far.1) When I use the triple exclamation point icon to execute the worksheet, sometimes the code in the Table is skipped. and 2) I put a simple plot command in one cell. The plot showed up in the cell, but the grapgh also showed up twice below the Table. If I only execute the code in the cell, this does not happen. There is no hidden code. If I...

hey,

i have a problem to get to the orthogonal point, but still there is a intersection and so should be as well a orthogonal point....

> S1 := proc (t) options operator, arrow; F[1](t)*m[1]*(1-F[2](t)) end proc;
> S2 := proc (t) options operator, arrow; F[2](t)*(m[2]+F[1](t)*m[1]) end proc;
> F[1] := proc (t) options operator, arrow; (1-exp(-(p[1]+q[1])*t))/(1+q[1]*exp(-(p[1]+q[1])*t)/p[1]) end proc;
> F[2] := proc (t) options operator, arrow; piecewise...

Hi,

I reach to these balance equations Equations.pdf  in my queuing system where all parameters (N, S, m, λ, μ, x) are positive integer.

I was wondering whether I can solve these (N + S) equations by Maple to find the variables (πx , -N ≤ x ≤ S ) based on the parameters?

These (N + S) variables indicate the steady-state probabilities in the system.

First 316 317 318 319 320 321 322 Last Page 318 of 361