Maple 17 Questions and Posts

These are Posts and Questions associated with the product, Maple 17
HI,is it possible to solve the ODE system (that I have uploaded) by adding events at a certain timestep, instead of reformulating the system for each step.The ODE system expresses two coupled movements y(t) and X(t). The current position of y(t) is controlled by a parameter which depends on values calculated in the previous step, while changing the sign for each step.Thank you! 

Hi every one

I'm new to maple programming so my question might be boring. I'm trying to solve the higher order kernel generation function which appears in B. Hansen (Econometric Theory, 2005). The quation is

 

 

#### Code attached at the BOTTOM ####

If I run these seperately, they seem to be running fine as shown above. But when I run '8' after '7', it does not seem to be working as in first picture.

Working.mw

This one is wokring fine.

 

However,

 

See the new worksheet: testP.mw

with the source code: tmP.c

######################################################################...

I try to make the inverse of a one to one piecewise function, but the solve command gives a function of lists. How can I avoid this?

restart;
f := x -> piecewise( x<=1, (x-1)/2, x<2, -3*(x-1)+3, 2*(x-2)+3 ):
solve( f(x)=y, x ): g := unapply(%,y): lprint(g(x));
piecewise(x <= 0, [1+2*x], x < 3, [2-(1/3)*x], 3 <= x, [1/2+(1/2)*x])

How does one view the Maple code that controls embedded components in a worksheet? I've looked at every menu on the toolbar and every context menu I could find, but nothing seems to fit.

I got the following error message when trying to execute a maple code:

 

"invalid character in short integer encoding 69 E"

 

I can't find anything about it in the maple documentation, does anyone have any idea what it means?

Thanks.

Hi all,

I am running xmaple via linux, version 17.

This is on a Unbuntu OS X64 with i7 940X, and 4G RAM.

 

Casper

Hello, I'm currently trying to solve this set of ODE's, but the way I have formulated the problem seems to be hard to process. Is there any simpler way of doing this, because it takes Maple a few minutes to solve 10 steps and I need more than a 100.Thank you in advance!l := 1.34*.75;Omega[p] := sqrt(g/l);v := .75;f[p] := .35*v^3-1.59*v^2+2.93*v;bmin := 0.157e-1;ci0 := y1(0) = 0, (D(y1))(0) = v;u0 := 0+v/Omega[p]+(-1)^0*bmin;p1 := diff(y1(t), t, t)+Omega[p]^2*(u0-y1(t)) = 0;k[1...

Hi all,

For research purposes, I have symbolic matrices of dimentions up to 100 x 50 (and above) with certain number of parameters. Then giving random value to those paramters, I want the numerical rank of the matrices.

 

Maple 17 does not seem to work well with symbolic ranks, where expentials are involved.

And more to it, both

Student[MultivariateCalculus][Jacobian]

and

VectorCalculus[Jacobian]

does not seem to work. ...


Dear Mapleprimes

I am working on getting the right angles for my gears to fit together. My problem is that my fsolve (at the bottom of the page) does not seem to work. Can you help me by telling me what I am doing wrong.

Hi, I was about to calculate the limit

 

limit(sin(x)+sin(y),{x=0,y=0})

 

and Maple 17 returns the same expression, with no answer.

 

What I am doing wrong?

In an atomic physics calculation involving the quantum theory of angular momentum, there appear polynomials whose coefficients involve square roots of positive integers, for example

sqrt(6)-sqrt(2)*sqrt(3) 

Maple does not cancel such an expression to zero because the code allows for the possibility that a square root can be positive or negative.  In the physics context all these square roots are positive.  Is there some simple way to induce Maple...

First 57 58 59 60 61 Page 59 of 61