zakyn

258 Reputation

8 Badges

20 years, 42 days

MaplePrimes Activity


These are Posts that have been published by zakyn

Hello, I need to create a picture in eps format to use it in LaTex Document. I use plotsetup to create it but the output is not worked corretly. In Maple 8 it workes. plotsetup(ps,plotoutput=`plot.ps`,plotoptions=`portrait,noborder`); and then I use some plot command. I am not able to compile the maple output in LaTexPdf. I try to open it in CorelDraw and it is opened, but I am not able to work with it like I am able with Maple 8 output. Why? Is it different format of eps? Could you help me please? How could I create eps file to use in LaTeX? Thank you very much. Vladimir
Hello, I would like to use Maple instead of Matlab, well I rewrite the Matlab code to Maple like following. The output is correct, but it spends more time than in Matlab. Is it possible to rewrite my Maple code to get output faster? restart: linearni_model:=proc(beta,sigma) local n1,n2,Y,X,Y1,Y2,se,se2,t1,t2,t3,t4,vbeta,t,si2,e1,e2,e3,e4,Yp,N,s2,n; use Statistics in X:=Matrix([[1, 1, 1, 1, 1], [1, 1, 1, 1, -1], [1, 1, 1, -1, 1], [1, 1, 1, -1, -1], [1, 1, -1, 1, 1], [1, 1, -1, 1, -1], [1, 1, -1, -1, 1], [1, 1, -1, -1, -1], [1, -1, 1, 1, 1], [1, -1, 1, 1, -1], [1, -1, 1, -1, 1], [1, -1, 1, -1, -1], [1, -1, -1, 1, 1], [1, -1, -1, 1, -1], [1, -1, -1, -1, 1], [1, -1, -1, -1, -1]]);
Hello, I would like to use sum command to compute sum. > A := Matrix(3, 2, {(1, 1) = 1, (1, 2) = 2, (2, 1) = 2, (2, 2) = 3, (3, 1) = 3, (3, 2) = 4}); > sum(A[k, 1], k = 1 .. 3); Error, bad index into Matrix Why it occures an error? If I use sum over list, it works. How can I sum members of 1st column of Matrix? Thanks Vladimir
Hello, I want to rewrite the following Matlab code to Maple sum(Yp.*X(:,2)) and si2(:,1)=1/2*(Y1(:,1)-Y2(:,1)).^2; Could you help me please? Thanks Vladimir
Hello, I have a question about concurent version of Maple. It is needed to install Maple on server with Flexml, as a licence server. Then I install Maple on client side with the link to the licence server. My question is: When I compute something in Maple, is it computed on server site or on my local machine and the server is only like licence server? Thank you Vladimir
1 2 3 4 Page 2 of 4