Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Dear Maple users

If i have two lists L:=({1,2,5},{3,4,6},{1,2,3}) and G:=({2,1,3},{3,5,1},{1,5,2})

How would i write a procedure to put these two lists into one as {1,1,1,1,1,2,2,2,2,3,3,3,4,5,5,5,6} i now there is a method in maple help but it doesnt meet what i need.

Any help would be appreciated.

I am attempting to get MAPLE to generate indefinite integrals that are of the form:

exp(-k[r^2-a^2*cos(x)]^0.5)

from fundamental calculus principles I might set u = [r^2-a^2*cos(x)]^0.5 which then should yield du/dx = 1/2*(a*sin(x)/[r^2-a^2*cos(x)]^0.5).

Then if my math is correct the result should end up:

2*(r^2-a^2*cos(x)]^0.5)*exp(-k[r^2-a^2*cos(x)]^0.5)/[-k*a*sin(x)]

Hello.

At first, sorry for my poor english.

I am seeking, since a long time, a way to intersect a straight line, horizontal or vertical, and a sequence of plots, which describe a closed figure.In order to calculate the area.

 

In one way, i want to seek points describe by:

the taylor series of a function

g(x) = f(x + a * f(x)) around a point x = x0 is given as (hoping i am correct)

g(x) = f(x0) + f'(x0) * (x+a*f(x) -x0) + f''(x0)/2 * (x+a*f(x)-x0) + .... ------------(********)

but using the command

taylor(f(x+a*f(x)),x=x0,4)

gievs

f(x0+a*f(x0)) + f'(x0+a*f(x0)) * ....

 something which is different ...

how to get (***********)

 

 

Given a list of values L:=[a,b,c...] how do i order the list from highest value to lowest?

Hi,

Hello,

Relatively new to Maple - just been playing about with basic trig. But when I try to plot a straightforward tan(a) I get something that's clearly not tan(a). sin and cos(a) behave as you'd expect. What am I doing wrong? It makes me worry about other plots I've suspected were wrong...

Thanks,

Dan

I am using plot3d for the first time. It is cutting off the z-axis under certain rotations (both the axis label and the top of the plot). I am using Maple 11.01

Has anyone else experienced this problem, and how do I fix it?

thanks.

 

 

restart; assume(x > 0); solve(x^2 = 4, x); fsolve(x^2 = 4, x)

I use this order, and want to get x=2, but the result is

suppose we want to find a curve

a * x * y + y + b * x + c = 0

given the following conditions:

y(x) = f(x)  and y'(x) = f'(x) and y(m)= f(m)

how to find a , b and c in terms of f, f'...

 

 

x := `<,>`(`<|>`(x[1]), `<|>`(x[2]), `<|>`(x[3]))

x := `<,>`(`<|>`(x1), `<|>`(x2), `<|>`(x3))

when input a matrix like this,the subscript seems be not embodied in the results

 

with this tool you can draw shapes and plots by ascii characters www.jave.de/

I interested to know is there any technique in maple for doing similar jobs like this ...

I want to solve the problem as follows,

First 1890 1891 1892 1893 1894 1895 1896 Last Page 1892 of 2254