Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello:

I am using Maple11 for an Adv. Computer Applications Lab.  I am being directed to use the "implicitplot" function to plot a polynomial, and also plot a previous function that used the "spline" command to plot it on the same graph. 

Can someone please offer a suggestion?

Also, for the polynomial. how do I find all "x,y pairs? " I used the "solve" command to evaluate for 'x' and then 'y'. 

Is this correct?

Hello there,   the attached worksheet gives several examples of how to create implicit plots without commands and with commands.  

 

in maple how do i determine the non zero value of c so the function u(x,t)=c((exp(x-4t)+exp(4t-x))) also satisfies (∂u/∂t)+u(∂u/∂x)+(∂u/∂x)=0
 
this is my first class using maple so i need as much help as possible
thank you

Howdy,

I am making a maplet that guides a user through crafting a Taylor series equivalent of a function. Obviously this involves finding a formula for the nth derivative of the function. Can Maple calculate this?

I need help with a coursework question. Would be greatful if anyone could help!
the question is: solve this x[i-1] + i*x[i] + x[i+1] = i where i=1,2,...n and x[0] = 0. Give your answer in decimals.

wat method would you use to solve these equations? the code I have put in is:

x[0]:=0:
for i from 1 to 3 do:
  eq[i]:=x[i-1] + i*x[i] + x[i+1] = i
od;
eqns:=seq(eq[i],i=1..3):
sol:fsolve({eqns});   assign(sol);

am i on the right path? is there anything i am doing wrong? if so, what is it?

I am multiplying an n x n matrix by an n x 1 matrix of unknowns, y(xi), to get the result of my particular solution.  How do I create an n x n matrix with a 3 term diagonal?  For example:

b   c   0   0   0   0

a   b   c   0   0   0

0   a   b   c   0   0

0   0   a   b   c   0

Hi all,

can someone show me the steps of how to do it? one of my points is a decimal, do i need to revert it to a whole number?

hey,

does anyone know how to find a cross multiple of 2 del vectors (delf and delg)?

they each have 3 variables x.y.and z.

thanks

 

i been stuck on the attached files for days and i'm stuck on the regression line

Hi,

I tried to get a 3D "surface" plot (comapreable to a matrix surface plot or matrixplot) of a list in the form:

[[xi,yi,zi],....]

where xi are the x-data, yi are the y-data and zi are some velocity data. Unfortunately I found only the possibility to draw a pointplot3d. Maybe anybody can help me.

Thanks

Dirk

<p>Hello! Its my first post.</p>
<p>I have been able to modify an example program. It uses the || operator to accumulate data into an object in the form of multiple polygonplot(...) objects. After the loop exits, I can do something like "display(obj1, obj2...)" and everything is displayed.</p>
<p>What I would like to do is instead of accumulating the data first, execute the commands to display from inside the loop of the procedure. This would hopefully eliminate the time lag before starting to draw, as well as allow me to draw more things.</p>
If my numbers is a decimal point, do i have to revert it to a whole number

Hi,

I have this taylor series expansion:

> taylor(exp(-x)*sin(x), x, 11);

Now I need to do a legendre economization. So I want to write x, x², x³ etc (from the taylor series) as linear combinations of the Legendre polynomials. My idea was to simply write something like:

>solve({aP(0,x)+bP(1,x)+cP(2,x) = x²}, {a,b,c});

This is supposed to give coefficients for the legendre expansion of x². This doesn't work because it gives solutions in terms of x, which is useless to me. Is there any way?

Good Morning, I´m sorry, but be unable to write English. I have following problem:

I need draw curve.

This is all right:

with(DEtools); with(plots):

r1 := diff(x(t), t) = (x(t)-y(t))/sqrt(x(t)^2+y(t)^2);

r2 := diff(y(t), t) = (x(t)+y(t))/sqrt(x(t)^2+y(t)^2);

sys := {r1, r2};

DEplot(sys, {x(t), y(t)}, t = 0 .. 1, x = -1 .. 1, y = -1 .. 1, stepsize = 0.5);

First 1986 1987 1988 1989 1990 1991 1992 Last Page 1988 of 2219