Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Compare the results of isdifferentiable on 3 piecewise defined expressions f, g, and h.

The first time the order of the asking is f, g, h. The second time (after a restart) the order is h,g,f.

The results are remarkably different! What is going on?

isdifferentiable was first brought to my attention within the last week or so, maybe it is not reliable?

If you remove all the lines with 'assuming' then the inconsistency remains.

restart;

 Hi

I want to solve this Problem

Symbolic_Matrix.pdf

 in symbolic by maple, but i can`t.

is there any symbolic solution by maple or not,

if there is another solution please help me.

help_for_maple_quest.docplease give a explain how to work for operations.

    

Does anybody know how to make Maple 14 work with Visual Studio 10.0 Professional (not the express version)?  I can't seem to make this happen.  The problem has to do with the PostLink command.

 

Hi, again, I am a physist. It is convenient to solve problems in presence of units. I have a equation (1-variable) including a erf function to solve. As I substute all the constants (with units) and then use 'solve'. It returns a warning without any result. I am not really familiar with the numeric package in maple. Could anyone give me some advice? Thank you.

Hello,

I want to evaluate an integral over the Dirac function with basically the following assignments. (I had some troubles parsing here...) Then I want to plot function rho(epsilon). What I get is just an empty graph with nothing displayed although test has only values in the range -3...3. I am pretty new to maple and don't know how to compute this in another way.

> test(x,y,z) := .2686733768*x^2+.2686733768*z^2-.2178281566+.2686733768*y^2+(-1)*1.000000000*sqrt...

Hey everyone,

I've been using nonisomorphicgraphs for a while now, and my professor would really like to know if there is a pattern in the order in which it spits out the graphs. I've noticed that they pair them up in complements of each other(or as close as possible), but has anyone found the order in which they come out, and what the reason for this order is?

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?


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 want to solve several systems of equations and force Maple to account for the assumptions which were made for the used parameters.

For example I tried the following:

restart;
with(Statistics):
Y1 := RandomVariable(Beta(nu, omega)):
assume(0 < nu, 0 < omega):
c1:=solve({mu = Mean(Y1), sigma^2 = Variance(Y1)},{nu,omega}, UseAssumptions);

Now the problem is, that UseAssumptions makes a distinction of cases, even if -like in this case- the results do not differ from each other.

Hello, in the attached graph I have scheduled some inequalities, but it shows error, you would know what is that?

Hi,

I try to plot the deflection of a skyscraper. Therefore I need a very long calculation and the constants c_1 to c_14.

In View 16983_skyscraper.mw on MapleNet or Download 16983_skyscraper.mw
View file details
you can see my calculation.

Hi,

I try to solve the folowing task:

Simulate the behaviour of a skyscraper with eight floors during an earthquake. (assumption: cosinus stimulation). Determine the resonance frequency of the skyscraper. When does it collapse. Ignore damping.

Hi everyone.

I have a loop in which initial data of ODE is found on every iteration and is substituted to find new solution. The system is striking 1 or -1 and x'(t) changes its sign, to -x'(t)

I do it this way (k[i] stands for the values of time t):

First 242 243 244 245 246 247 248 Last Page 244 of 2097