MaplePrimes Questions

Dear experts,

 I want to extract the coefficient of z^k from an infinite series summation (known as probability generating function or characteristic function or Z-transformation) , the co-efficient is actually the probability of the R.V. will take value k.

Next problem in the same question is the summation is not working if I sum from 0 to infinity. It is working from 0 to 300.

I have attached the PDF for expressing the problem and the Maple code. I have used convert...

hi,

I am trying to make a simple model of a combustion. To start i am just calculating the composition of the products for a complete combustion and flame´s adiabatic temperature. The equations used to solve the model are:

equations:

nch4 = nco2;
2 * nar = 2 * nco2 + nh2o + 2 * no2;
7.52 * nar = 2 * nn2;
4 * nch4 = 2 * nh2o;
nch4 * hfch4 + nar(hfo2 + 3.76 * hfn2) = nco2(hfco2 + cpco2(Tad - 25)...

I have written a (rather extensive) module, which I can load without problems if I run it in the following way:

 

restart: libname:="C:\\PathToLib",libname; with(NameOfLib);

 

Note that the above is all in one line and executed at once. If, however, I load the library like above, but line by line, the loading fails, giving the error "Error, Did not recognize this structure's syntax".

How can there be a difference...

In geom3d, how i can subs coordinates of a point M(t+1, t - 2, t+ 3) into equation of a plane (P) has equation x + 2*y -3*z + 1 = 0? Please help me.

I just purchased Maple16 and am working on a problem where I need to solve for variables which are imbedded in non-trivial equations. When I first began using Maple16 to solve for these symolic variables, the solve function worked; however, after about 45 min of using the solve command, on non-trivial equations, it would output nothing and the cursor would move down to the next line. A simple equation such as: f(x)^2-g(x)f(x)=s(x) it will still solve. Has anyone ever experienced...

hi

i have problem to find the x with Romberg's method and ask for your help...

how to find x when the integral is equal to 3

thanks for your helps

Hey,

I'm currently working on sequences and can't figure out how to get all of the terms to work modp, is there an easy way of doing this instead of having to use mod(a,p) on each separate term?

Thanks

Rach

Hi all,

I have to create a Matrix of Matrix 

I have the following

Fm:= 0.01, Rs:=0.0031

W:=Fm/Rs

WM:=(2,2,W,shape=diagonal)

Now I want a matrix which has WM as a Matrix in it diagonally.

is there any command I can use.

The result needs to be like            [WM   0    0]

         ...

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


how to solve this partial differential equation  :

d/dx[(1+e*T)dT/dx]+P*dT/dx-B*T=0

e ,p ,b are constants and t is temperature.

plz help in finding a solution for this differential...or the closest method to simplifying it...

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

@Markiyan Hirnyk 

Sorry about that I was not aware of this problem.  I have written now in text as follows:

In the following there needs to be two if conditions applied i.e. one for the k / p = 1,3,5,7   and second

if (m*Pi = k*bo)    and also same for if (m*p is not equal to k*bo)

When I try to solve it says invalid if statement termination:

First 1705 1706 1707 1708 1709 1710 1711 Last Page 1707 of 2428