Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

 I have a similar problem to before
I have rewritten a fourth order ODE as a third order ODE with a constant of integration, K. I need to rewrite K as a series K=K0+R*K1+R2*K2+… up to nmax. Then I need to solve by comparing coefficients of powers of R. I have four boundary conditions which are clear from the program below and I keep substituting back into the equation to get a more accurate solution:
 

Hello everyone!

Does anyone know how I could go about splitting a big integer into a sequence of integers of length 3? (e.g., 394737234242 -> '394', '737', '234', '242')

Thanks!

how do i convert/import a maple spreadsheet to a pdf file?

How do I find the equations of all tangent lines (of a function) passing through a point that is not on the graph of a function? I am completely clueless, any help would be apprechiated ! THANKS

(I'm using Maple 11)

I tried using the Maplet Builder in Maple 12, and also looking up some links in the Maple Help section but found it rather confusing. Are there any particular sections in Maple Help or on the Internet that are helpful with Maplets, cause there are so many.

I need to create a maplet in which the user inputs the angle of entry, the angle of emergence, and the wavelength of a light ray entering a transparent block.

Also need a model/diagram of the result with the appropriate angles.

Has anyone tried the technique used here, to run Maple 12's 32bit Classic GUI with the 64bit Maple 12 kernel binaries, on Linux?

Should I try and update it to work with Maple 11 or 12?

It looks like some symlinks would have to change or be added, relative to the way that I did it for Maple 10.

Has anyone ever tried to do a similar thing on 64bit Windows?

Dave L

Hi all,

Write a procedure rsum that sums the reciprocals of the elements of a list.  So rsum( [a,b,c] ) should return 1/a + 1/b + 1/c.

How would i modify my code so that it does this... I know theres a much simpler way (rsum := L -> add( 1/x, x in L ):) but i would like to know how to edit the one ive done.

Heres my code so far...

rsum := proc(L)
local n;
    for n in L do
      1/n
    end do;
end proc;

 

I would lke to know how I can make multiple 2-d pointplots; the pointplot only seems to work for one plot, but I could be wrong... . Tony Lawrance

 

Is there any command to find an tangent for a fuction in maple. My example here is f(x,y) = x- x - y + y and graphing the function and it's tangent at plane (1,1).

Recently, Robert I helped me with a question: To approximate f(x,y) = y/ xby a polynomial of degree 6 in x -1 and y + 1. He said answer to this is achieved by following: mtaylor (y / x, [x=1,y=-1],7);         If this is correct, what does the 7 do?

 

is it possible to extract a coordinate from a graph?

ie. i want to know the maximum/minumum by just havin the graph

cuz for some reason the max/min commands arent working

View 9573_Assessed_Project_1_-_Curves_on_a_Plane.mw on MapleNet or Download 9573_Assessed_Project_1_-_Curves_on_a_Plane.mw
View file details

hi, i need help with finding minimum near the end

cant seem to find an operation in doing so

really need some help and assistance

 

Hi
is possible to save the dsolve results for a numerical integration? so that i can reload them with out re-run the integrator.
 

hi, i am trying to find a minimal value for an expression

orginally the expression comprised of two variables t and a

after taking a definite integral from t=0..t=1, the expression should only contain a

and using the commands, i found:

2 question

one, how do you plot two graphs together of f(x,y)= x - x - y + y and it's tanget at plane (1,1). i can do it individually but is it just simple as putting them in one notation in plot command?  for f(x,y) i used plot3d(f(x,y)) from -pi to pi for both x and y but don't know how to put tangent in at plane (1,1)

two, how apporoximate f(x,y) = y / x by a polynomial of degree 6 in x-1 and y+1.

any hints or examples  are much appreciated.

thx

First 1983 1984 1985 1986 1987 1988 1989 Last Page 1985 of 2210