Maple 17 Questions and Posts

These are Posts and Questions associated with the product, Maple 17

We are writing object oriented packages, so we have various objects containing static export'ed methods, as recommended in Maple OO docs.  But if foo is an object, exports(foo) only shows the non-static exports, which is not very useful.  How can a user discover the static exports that are available for an object?

Thanks,

Tracy.

We are developing Maple packages for symmetries of DEs, the Maple packages are Maple-object-oriented, meaning that each package contains Maple objects and almost all methods are within objects (i.e. as static exports). Object and its methods are the main part of the package, package exports are mostly either Object-Names or Object-Constructor-Methods, so that our code has minimal footprint in the name space when loaded. 

We are now trying to write/organise Maple...

Good morning sir,

 

I request you to help me out to solve the equations by using Muller Method & Horner's method using Maple.

 

With thanks & regards

 

M.Anand

Having a recurrence relation of the form:

f(n)*c_{n+1} + g(n)*c_n + h(n)*c_{n-1}=0

with coefficient functions f,g,h is it possible to convert this into a matrix of dimension N+1

thus if the sequences c_n are the coefficients of a series sum_{n=0}^{infinity} c_n x^n I'm only interested up to order N of the series

e.g. N=2

n=0: f(0)*c_{1} + g(0)*c_0 =0

n=1: f(1)*c_{2} + g(1)*c_1 + h(1)*c_{0}=0

n=2: g(2)*c_2 + h(2)*c_{1}=0

I need help coding the insertion sort algorithm in maple 17. So far, I have the following ..

Good morning Sir,

 

The output of Gompertz Model is showing exponential decay values but it is stated that

it is on of the exponential growth models. Please clarify this ambigity. The following problem is one such example

Fit a Gompertz growth model to the following data

Good afternoon sir,

 

I am getting the reslut around a=22 degreees  instead of 33 degrees when solved the following Trigonometric equation

A sin α cos α + B sin2 α − C cos α − E sin α = 0,

where A = lsin β1, B = l cos β1, C = (h + 0.5D) sin β1 − 0.5Dtan β1,
and E = (h + 0.5D) cos β1 − 0.5D.

Good morning sir,

 

Please help me out to fit the Gompertz growth model using Maple.

 

with thanks & regards

 

M.Anand

Can someone tell me how to solve the copy&paste problem? Every time i want to copy&paste an integral i get this error "Parts of the expression are ambiguous please select one of the suggested meanings".

Its really frustrating! 

Good afternoon sir,

 

Some of the Problems related to Numerical Analysis consuming much of time when solved using Maple.

I noticed at the bottom of Maple worksheet Evaluationg in animated form for a very long time.

How to overcome this type of problem in Maple. Please kindly suggest the best method.

 

with regards

 

M.Anand

Good afternoon sir,

 

I am getting frequently error message while finding the approximate value using False Position method

for the function f=1+x-2sin(pix) 0<=x<=0.5

If I replace pi by 3.14 it is giving the result. Please solve this problem for me.

 

with regards

 

M.Anand

I have to calculate inverse laplace transform of a function that contains branch point at zero and infinity. Is there any procedure in Maple to calculate ILT with branch point Analytically.

In the application example SignalGeneration, I click on the button "Play Waveform" and get the message "This option is only available on the Windows platform. Your platform is X86 64 WINDOWS". Does it really mean that I won't be able to play audio file in windows 7 64? If not, how can I solve this problem ?

Thank you!

 

Stéphane

Doing a pointplot([x1,...,xn],[y1,...yn]) is no problem but I have lists [y11,...y1n] [y21,...,y2n] ... [ym1,...ymn] each be plottet at [x1,...,xm] in 1 plot.

That means:

plotting 

[y11,...y1n] at x1

[y21,...,y2n] at x2

.

.

.

[ym1,...ymn] at xm

What is the easiest way to implement this?

First 48 49 50 51 52 53 54 Last Page 50 of 61