Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

restart;
alpha := 0;
s := x;
tau := alpha + 1 - x;
source := s*Diff(y(x),x$2)+tau*Diff(y(x),x)+n*y(x)=0;
sol := dsolve(source,y(x),method=laplace);
zsol := ztrans(sol,x,z);
convert(zsol, ratpoly);

sol := y(x) = _C1*invlaplace((_s1-1)^n*_s1^(-1-n), _s1, x)
zsol := ztrans(y(x), x, z) = _C1*invlaplace((_s1-1)^n*_s1^(-1-n)*z/(z-1), _s1, x)
Error, (in convert/ratpoly) expecting a Laurent series or a Chebyshev series

what are _C1 and _s1?

When I execute several times my maple code the program completely freezes, even though in the beginning of the code teh command "restart" is inserted. I work with matrices, perform integrations and derivations for their components and calculate eigenvalue problems. The freeze happens at no particulat block of execution.

 

Any thoughts?

I need program of multiple shooting method with maple or algorithm?

Thanks alot.

When I use ImportMatrix to import a MATLAB mat file, I get a list of names and values. Should I write a "for" loop to assign them in Maple or there is an easier way to do it?

I am working over F_p, where p is prime. When p = 2, the number of 2x2x2 arrays (aka hypermatrices or tensors) over this field is 2^(2*2*2) = 256. Of those 256 arrays, I only want the symmetric ones: that is, if x_{ijk} is the ijk-th element of the array X, then x_{ijk} = x_{ikj} = x_{jik} = x_{jki} = x_{kij} = x_{kji}. Is there a quick loop that does this? 



Question 1. After googled, x*diff(F,t)+t*diff(F,x) for two variables, how about three variables or general ?

Question 2.

if deal with on variables case using the example in

http://demonstrations.wolfram.com/AFunctionInvariantUnderAGroupOfTransformations/


F := (x^2-x+1)^3/((x^2)*(x-1)^2)-y;
G:=y*diff(F,x)=0;
sol:=solve(G,y);

F(H)-F = 0
sol:=solve(F,x);
H := simplify(subs(y=F, sol[1]));

all above code can...

I would appreciate a hint why Maple 16 Classic under Win XP 32 bit crashes due to the following sequence of commands

> dir1:="C:\\Maple16\\P16\\test1\\";
> path:=cat("dir ",dir1);
> ssystem(path);

with the lasst ssystem command doing the crashing while the same sequence of commands under Maple 13 Classic does not: Instead, system returns to Maple 13 worksheet the content of the directory "dir1" as expected.

Is there another way to issue that ssystem command?

hello,

after defining N_1 N_2 and N_3 with long numbers, and defining M by N_1*N_2*N_3 i tried to step backwards.

By entering something like: M/N_1 (what is exactly like N_2*N_3) it does not show me full numbers, but instead 1/something*M.

After refreshing M and afterwards refreshing M/N_1 it totally worked out and showed me the product of N_2*N_3

Now my question is: how can i prevent this odd display format without refreshing everytime? (i tried...

similar to

http://www.singular.uni-kl.de/Manual/html/sing_951.htm
http://www.singular.uni-kl.de/Manual/html/sing_753.htm


i would like to find all modules in the complex
for example

0 -> A -> B -> C -> 0

would like to find B and C if know A

 

which book describe this algorithm for polynomial system

Dear All

Hi

I want to solve a set of two ordinary differential equations by means of Maple. I can not unfortunately perform it as a non-numeric method. It is worth mentioning that by the following commands, Maple returns a solution presented as a DESol form, which is not useful for me. Note that functions C2_U0[i](theta) and C2_V0[i](theta) are obtained in terms of  C1_U0[i](theta) and C1_V0[i](theta) by using boundary conditions bc1_U0[i] and bc1_V0[i...



When exporting plots some labels are occasionally cropped. This is true when exporting via the context menu or with plotsetup('gif', etc.) for instance (plotsetup also drops the third label in 3D plots, the context menu keeps it).

I discovered that scaling the plot from the context menu can help: is there a programmatic way to control the plot scale?

From the context menu: Manipulator -> Scale, the plot can be rescaled to ensure that all...

I am trying to solve the following bvp:

with*plots

Eq[1] := diff(f(eta), `$`(eta, 3))+3*f(eta)*(diff(f(eta), `$`(eta, 2)))-2*(diff(f(eta), eta))^2+theta(eta)

Eq[2] := diff(theta(eta), `$`(eta, 2))+3*Pr*f(eta)*(diff(theta(eta), eta))

Eq[3] := diff(phi(eta), `$`(eta, 2))+3*Sc*f(eta)*(diff(phi(eta), eta))-kappa*Sc*(phi(eta)*(diff(theta(eta), `$`(eta, 2)))+(diff(theta(eta), eta))*(diff(phi(eta), eta)))

BCs := [f(0), (D(f))(0), ((D@@2)(f)...

I realize that Maple itself does everything but I would like a simpler cheaper solution for a number of computers in my classroom.  Multiple licenses of Maple is not an option. 

I realize that Maple itself does everything but I would like a simpler cheaper solution for a number of computers in my classroom.  Multiple licenses of Maple is not an option. 

First 224 225 226 227 228 229 230 Last Page 226 of 2097