Maple 17 Questions and Posts

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

I am a student taking differential equations and I need to implement Euler's method using Maple 17. I have set up a do loop that looks like this:

for i from 1 to n1 do
k:= f(t,v):
v:= v + h*k:
t := t + h:
od:

Where n1 is initialized to 50, f(t,v) := 0.0207v2 -893.58, and h is 0.1. v and t are both initialized as 0.

hello. how can I translate a graph in the x axis 3 times and then again in the y axis 2 times?

There are two parts to this question:

A) Graph the function and approximate any absolute extrema on the given interval.

B) Find any critical numbers, and then use them to find any absolute extrema not located at the endpoints.

__________________________________________________________________________________________________

Both of these parts have to be done using Maple. I tried asking my teacher again if she could help me through this problem,...

I am having problems with Maple returning corrct Answer when i use solve

 

solve([-sin(x) = cos(x), 2*Pi > x and x > 0], x, AllSolutions = true)

result is :

           { x = -1/4 - Pi + Pi _Z5 }   

but we have only 3/4 Pi and 7/4 Pi as solution, but _Z5 indicates all integers. How do i get the 2 solutions  and only those 2?

 

Kind regards 

Per Kirkegaard

has anyone successfully installed maple 17 on a machine running ubuntu 13.04? 

Wolfram Alpha has a normalcdf() function, which with parameters reads: normalcdf(x1, x2, µ, σ). How would I go about acheiving the same in Maple?

I tried to install Maple 17 on my MacBook Pro 13" early 2011 w. Mountain Lion 10.8.5.
It always freezes, I can't press anything but the button animation is slowly blinking.

I'm stuck on the "Installation Setup".

Can someone help me solving this?

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.

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