Maple 13 Questions and Posts

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

After typing

with(LinearAlgebra):
avector:=Vector(3,symbol=a):
bvector:=Vector(3,symbol=b):
'a x b'=CrossProduct(avector,bvector)

Maple writes out

A beam of neutrons bombards a reactor's wall. Consider the motion of the neutrons as a random walk on the (x,y) plane.

The neutrons then have to comply with the following conditions:

  1. Only four directions of motion are possible (left, right, up or down).

 

NULL

I have written the maple code to calculate time domain value of the laplace domain equation. It contain slowly converge double series so that I used epsilon algorithm to accelerate convergence. one summation contain 7 terms and another summation terms reduce to 850 terms after the use of epsilon alorithms. I also used deHoog algorithm with 9 terms to obtain time domain data but maple give the following error:

Error: (in evalf/exp/general) object too large

Do...

Dear sir,

i want to change the horizontal and vertical axis in maple plot. on horizontal axis  i  want velocity  u(y) values and on vertical axis y values i am attaching the file also My codes are 

U:=(y^2-2*h*y)*(-(5/2)*c1/(2*h^2*a^2+5));

 

 c1:=1:

 h:=1:

  a0:=subs(a=1,U):

 a1:=subs(a=1.5,U):

 a2:=subs(a=2.5,U):

 a3:=subs(a=3.5,U):

 a4:=subs(a=4.5,U):

 a5:=subs(a=5,U):

  plot([a0,a1, a2,a3,a4,a5], y=0..1, title = " Velocity profile for c1=1 and h=1", legend = [alpha = 1, alpha= 1.5,alpha= 2.5,alpha= 2.5,alpha= 4.5,alpha= 5], titlefont = ["ROMAN", 15], labels = ["y ", "u(y)"], labeldirections = ["horizontal", "vertical"], labelfont = ["HELVETICA", 10], style = [POINT],symbol = [BOX,CROSS,CIRCLE,DIAGONALCROSS,DIAMOND,SOLIDBOX],color = [black, black,black,black,black,black], axesfont = ["HELVETICA", "ROMAN", 8], legendstyle = [font = ["HELVETICA", 9], location = bottom],axes=boxed);

 

 

If I have the parameters-(v,k,lambda) of a combinatorical design, I wonder whether I can get the incidence matrix of the design or not with maple.

Remark:v is the number points of the design; k is the number of points on each line; lambda is the number of points common on every two lines.

Thanks!

 

 

hello,everyone,
I have a problem to make a figure, commands are below:

restart;
1+(2*(S1*e2/(S2*e1)+S2*e1/(S1*e2)))*tanh(S2*k*d);
S1 = sqrt(beta^2-e1), S2 = sqrt(beta^2-e2);
e1 = 4, e2 = -19-.53*I;
subs(`%%`, %, k = 2*Pi/(0.633e-6), `%%%`);


I want to plot the relation between d and beta(real part named betar and imaginary part betai),but meet some trouble.
I got some points from the article is when d=400e-10, betar in the range (2.1,2.2...

amu^4+bmu^3+cmu^2+dmu+e=0

The unknown is mu

I intend to calculate the eigenvalues and eigenvectors, but for the same matrix when i executed the Eigenvectors command in mapple twice the eigenvalues generated are same both the times but the values of eigenvector are infinite at one instance whereas they are in numeric domain in the second instance.

Can anyone please tell me why this is occuring?

Hi 

I am a Matlab user and just started using maple because I need more precision for my calculations. I failed to make Matlab interface work, therefore, I am writing my codes from the begining. And I am having a problem with a nested for loop.

The thing that I am trying to make is (in Matlab)

for j=1:N;
for i=mod(j-1,2):2:j;
D(i+1,j+1)=2*j;
end
end
 
In maple I tried something like

I have a matrix of order 14 with whose entries being variables about u_1 to u_12. I want to get its determinant, but it return no results. It explains that it is too big for maple to deal with. So I wonder how to deal with such kind of this problem?

Thank you very much for kind attention!

hi,

i have an exercise ,i have to do for sunday:

a program on maple 13 of o numerical solution of heat equation for  semi-infinite rod where a finite quantity of heat is injected into the left end in the form of pulse instant

please i need your help.

First 26 27 28 29 30 31 32 Last Page 28 of 55