Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

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? 

 

Hi, I would like to solve for i and c in this system. But whenever I try to solve it, it give a warning message "the solution may have been lost"

eq:={rho*(psi*i+psi*epsilon*c)*(1-i-phi*((`ϑ`+mu)*(mu+delta)*(1-i-c)-beta*c*(`ϑ`+mu)-xi*i*(mu+delta))/((`ϑ`+mu)*(mu+delta)*(phi+omega+`ε`*psi*i+`ε`*epsilon*psi*c+mu))-c-(tau*`ϑ`*xi*i+beta*c*`ϑ`+beta*c*mu)/((`ϑ`+mu...

Hey everybody,

 

I'm tring to display text plots with lines and points. When I use the display command and change the size of the display, the font size does not change with it. Is there any way to have the plotted text to change size with the display?

 

Thanks,

-Patrick


I am trying to overload the "." operator (noncommutative product) to handle objects I have implemented as records. Each record contains a matrix R and a parameter l. A.B will produce a new record where l is l_A+l_B and R is R_A.R_B, "." here being the normal matrix product (and I use LinearAlgebra:-Multiply in the body of my procedure for this). The objects A and B are of type 'Element', which I have defined (using AddType) and which works.

I implemented the procedure...

oddratioeval-_maplep.mw

Hi all,

I need your kind suggestion to solve the equation for odd ratio.  I am attaching Maple file for the purpose.   I have to evaluate a function for odd ratio and for other values its zero.  I need help in assigning this odd and even ration to the function.  k can vary from 1...15, depending on ratio.

I shall be very thankful for your kind responses.

what is the window use for maple 16: vista, xp, or win 7?



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...

maplehelprequired.mw

Hi all,

I am trying to solve the equation for values k=1 to 10,  but the issue is when I put k=1 equation goes to infinity.  I am attaching Maple file for your kind consideration.  I have also included an example which may help you to answer.  I couldn't understood how its done.

Best Regards

A.Q

Hello! I am running the same piece of maple code on different machines, and I have noticed that the powerset function returns the sets in a different order. For example,

Maple 11 (X86 64 LINUX)

> powerset(3);
            {{}, {1, 2, 3}, {2, 3}, {3}, {1, 3}, {1}, {2}, {1, 2}}

Maple 14

> powerset(3);
            {{}, {1}, {2},...

Hello Maple experts,

 I want to find out k-th probability (denoted by c(k)) which is expressed as an integration of summation for values ranging from j=0 to k. The function is very complicated , I have attached the PDF for expressing the mathematical term properly.

I am able to find out the c(k) for a given value of k, if k is specified in the beginning of the maple program. But I am unable to make it generic form of k.

I have also attached the...

mapleprimesifconditi.mw

Hi all,

I am stuck in defining two conditions for the equation.  I am attaching Maple file for your kind consideration.

Actually I want to assign the value of k=1, and when k is not =1, for G11(k).

I shall be very thankful for your kind replies.

 

Best Regards

A.Q

 

hi

consider the following ode

eq1:=diff(f(x),x$3)+f(x)*diff(f(x),x$2)+diff(f(x),x$1)^2;

subject to thease boundary condition

f(a)=0,D(f)(b)=0,D(D(f))(0)=0

where

b= infinity (in computational domain b=10 is acceptable )

the exact solution of ode is

f(x)=tanh(x/2)

but when i want to solve it with Dsolve, maple get the zero. how can i use this ode in maple

 

thanks

I am a transplant from to Mathematica to Maple and still getting used to things. Could somebody please help me finding the maximum of f with repect to the constraints and with the variables below. I keep getting  syntax error, no matter how many times I check the documentation page. Thank you very much

f:=1/((4 a - 3 M) (-4 b + 3 M)) (-9 M^3 - 16 a b x +
    12 a M x + 12 M^2 x + 16 b x^2 - 12 M x^2 + 12 b M y +
    12 M^2 y - 16 b x y - 16 M x y - 12 M y^2 + 16 x y^2)...

hi dear

what is this error and how i can fix it?

Error, (in gcd/NoExpandDegreeCheck) inputs must be polynomials over all variables

i want to solve this pde

First 1565 1566 1567 1568 1569 1570 1571 Last Page 1567 of 2223