MaplePrimes Posts

MaplePrimes Posts are for sharing your experiences, techniques and opinions about Maple, MapleSim and related products, as well as general interests in math and computing.

Latest Post
  • Latest Posts Feed
  • Hello! I got a trouble to get the answer of following exponential function with summation. I expect that the answer should be "Heaviside" forms. However, the maple software does not go further. restart; assume(i::posint,n::posint,s::complex); eq1:=sum((-1)^i*exp(-s*T[i])/s,i = 1..n); inttrans[invlaplace](eq1,s,t) assuming T[i]>0,T[i+1]>T[i]; I am a novice for maple. Is there any procedure routine? Please tell me about it. Thanks. Y-G Sung sungyg@chosun.ac.kr
    You can now use Google code search to look only at source files. Right now, Mathematica is handled natively (as the drop down on the advanced page shows), but one can still get to maple files by specifying file:\.mpl as a work around. While it can also be used to search plain text files (to search mws files) as well as XML (i.e. mw files), it is less clear how effective searching in those types of documents would be. People seem to have taken to posting to the Google Code Search Group to ask for their favourite missing language.
    Hello i wonder whether its possible to solve elliptic pdes numerically in Maple10. I didnt succeed. I have a 2dim. poisson equation with the source term being the output from an other pde, i.e the source term can not be given in closed form so how to integrate this? i always get the message that Maple10 can not solve elliptic pdes Thanks for any ideas
    Hello, I have 32 pc installed with ghost. The OS is SuSE 10.1. I try to install Maple 10 but at the end of the installation of Maple I have the message "Unable to determine the host ID of your system" When I install Suse 10.1 fron the DVD, not from ghost, I can install Maple 10 without problem. I tried to fix the host ID with the command hostid but the Maple says "Unable to determine the host ID of your system" Some help is welcome
    Hi all, Is there a Maple .INI file that I can edit so that I do not have to continually enter packages or change fonts for styles that I wish to use instead of the default values. For example: with(package) with(package) Set Maple to be initiated with any package without repetition? TIA Larry Ciak aka malt_master@comcast.net
    I have programmed a procedure to calculate certain polynomials associated to matrices. There is a variable for each column of the matrix, say z1,...,zn, and the polynomials get quite large as the matrices grow in size. The procedure gives the correct answer but, for large matrices, the terms in the resulting polynomial are not collected properly. For instance, terms z1*z2*z3*z4 and -z1*z2*z3*z4 might both appear. "Simplify %;" does not cancel these terms. By copying the answer and pasting it as a command, I can cancel the terms but most answers are so big that copying cannot be done in practice (hundreds of pages).
    I try to solve a large class of origami folds using Maple, this is the mw file (at this stage, only one step missing, I'm not very good with trigonometry using Maple).

    At this end I only have to express the angle alpha in function if the anlgle theta and the lengths y_a and y_b.

    More explainations soon.

    Charles

    The question of how to scale the x-axis with intervals of Pi has been raised on a number of occasions. Inspired by a contribution from Will, I produced the procedure and examples shown in the worksheet attached below. Hopefully, Maple users will find it useful. J. Tarr View 724_Pi axes.mw on MapleNet or Download 724_Pi axes.mw
    View file details
    Does anybody know why Maple's support of PDF is so poor? I posted a forum topic entitled "PDF support" in the past but didn't get any satisfactory answers. Suppose that I want to automatically generate a bunch of PDF files in Maple and manually saving each one as PDF isn't an option because it is too time consuming? Am I the only Maple user who has ever encountered this option? A search of the web seems to indicate that this is the case. I want to use Maple over Mathematica, but this is one issue that has prevented me from making the switch (permanently) so far. I am currently running Maple 10.04 for Mac on OS 10.4.8 on a G4.
    restart:with(LinearAlgebra): L:=407: > L2:=convert(L,binary): > N:=length(L2): > T:=2^N-L: > TB:=convert(T,binary): > k:=length(TB): > T2:=convert(T,base,2): > T2V:=Vector[row]([T2,0$(N-k)]): > T2VC:=Vector[row]([1$N]): > T2V1:=VectorScalarMultiply(T2V,-1): > T2VA1:=VectorAdd(T2VC,T2V1): > ADDT:=Vector[row]([1,T2VA1]): > B_N:=Array(Hessenberg[lower],1..N+1,1..N+1,(a,b)->1): > C:=convert(B_N, Matrix): > Permanent(C): > delB:=DeleteRow(C,N+1..N+1): > B(L):=Matrix(N+1,N+1,[[delB],[ADDT]]): > Permanent(B(L));
    Hi all, I am Using Maple 10. i am getting a frequent bug When i plot a 3d graph. Description: In a 3d plot, if i rightclick after rotating the graph, maple exits automatically. can somebody please tell me what's the problem? Thank you Divahar.J Indian Institute of Science, Bangalore, India.
    Hi Community! I am using maple in excel and... I have a question When I introduce this expresion =Maple("array([[1,2,3],[4,5,6],[7,8,9]]);",A18:C20) The output is: matrix([[1,2,3],[4,5,6],[7,8,9]]) on cell A18. Why? The output don't share on each cell this array. On the cell A18 would be the first element of the matrix, 1 On the cell A19 would be the second element of the matrix, 2 ...until the cell C20 it element would be 9. Which could it be the solution? I hope, you understand me Thanks!
    I'm wondering about the complexity on Gröbner basis. I think I've heard something about O(2^2^n) or something like that. Is that true?
    For example,4-by-4 peridentity matrix has the form 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0
    convert(407,binary); 101100111 I want the vector [1,0,1,1,0,0,1,1,1]. I don,t make this. Please help me!
    First 262 263 264 265 266 267 268 Last Page 264 of 306