Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Hi people, I would like to know how to obtain in maple (to add this in a variable in mapleTA) the next thing: a system like this: {x+2y=0, x+4y+3z=5, x+y+z=0} in a good presentation way, I mean, If I do MathML:-ExportPresentation({x+2y=0, x+4y+3z=5, x+y+z=0}) and I use the resultant code in mapleTA, I obtain the system in a inline way, but I want it like this: x+2y=0 x+4y+3z=5 (here a big "}" englobing all) x+y+z=0 How is it possible using only maple? Thanks
I want to generate MathML code. I'm using Maple 9.5. However I want the generated code not to evaluate the expression. For example:

> codegen[MathML](5^4);
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<semantics>
<mn xref='id1'>625</mn>
<annotation-xml encoding='MathML-Content'>
<cn id='id1' type='integer'>625</cn>
</annotation-xml>
<annotation encoding='Maple'>625</annotation>
</semantics>
</math>

while what I want is:

<math xmlns='http://www.w3.org/1998/Math/MathML'>
<semantics>
<mrow xref='id3'>
<msup>
<mi xref='id1'>5</mi>
Hi When I try to print in Maple 10.05 having set the zoom factor to below 100% (e.g. 75%) the print is still in 100% zoom. How do I print using a smaller zoom? This was possible in Maple 10 Classic and Maple 9.5 By the way, I am using Ubuntu Linux 6.06 Regards
Hi all.. I am probably overlooking a switch or setting in Maple(10)Win XP, but when I do a calculation such as: yh:=c1*x1*exp(-1.5*t)+c2*x2*exp(-1.44*t); Maple returns: yh:=c1 x1 (e)^((-1.5000 t))+c2 x2 (e)^((-1.4400 t)) Which is correct but Maple does not recognize the (e)^(-1.44*t) as the exponential when I try to use it in future calculations. Is there a setting I have missed or is this how Maple handles exponentials? TIA Larry Ciak aka malt_master@comcast.net
Hi, I am trying to solve a first order differential equation numerically using dsolve. The equation is of the form dx/dt = k1 x + k2 |x|^2 x where x(t) is a complex valued function and k1 and k2 are complex constants. I get the following warning/error from maple10 Warning, abs is not differentiable at non-real arguments For this equation dsolve only gives me the solution for relatively short times (t ~1 or 2) and I know there is a solution valid at large times >>1. Obviously I could cast this equation into a system of 2: one for the real part and the other for the imaginary part.
Given N-1 independent (not necessarily linear) equations in N variables, how do I tell Maple to find solutions in terms of a specific variable? For example: with(RealDomain); eq1:=x-1=a*cos(theta); eq2:=x+1=a*sin(theta); I want to find a and theta in terms of x: a=sqrt(2*x^2+2), theta=arctan((x+1)/(x-1)) solve({eq1,eq2},[a,theta]) appears to give me solutions based on elimination of x.
Hello! Another newbie question. How do I prevent Maple from displaying the actual numbers on the x-axis and y-axis in a plot? I've looked around in Help, but couldn't find anything useful... Thanks for your interest! Carolus
Hi guies, my Maple is out of order because my "kernel connection is not available" and Maple is closed by "mserver.exe"; my firewalls are stopped when I open Maple. Before this problem Maple did'nt find the dll:"libgmp-3.dll".However I reinstalled Maple. What can I do? Thanks
I have two functions describing the physics of gamma radiation. I want to plot one function in terms of the other, i.e., set my x-axis to one function, and my y-axis to the other, to see there relation as there values increase. How do I do that? Thanks.
I would like to read a data file that is located in "My Documents" folder using the open command, but maple cannot find the file. The file name is data1.txt and I think the complete folder name is c:\Documents and Settings\dhalpern\My Documents I have tried INP := fopen("C:\Documents and Settings\dhalpern\My Documents\data1.txt",READ,TEXT); but I get the following error message. Error, (in fopen) file or directory does not exist I have checked that the file and directory DO exist. If I place the data file in c:\ then I don't have any problems but I would prefer to have my files in My Documents.
Hello, A few minutes ago I uploaded of file 'georgeworksheet2.mw'. which contains a question which I have for this forum. I have tried to incorporate this file into my post by clicking on the blue type which says "Upload/Use File or Worksheet" but when I click on this nothing happens. I believe this link is supposed to take me to "http://mapleprimes.com/filemanager", but nothing happens. Perhaps this is a problem with the website which should be looked into. In the mean time, if anyone is able to get to 'georgeworksheet2.mw' and respond to the question I present in the worksheet I would be most grateful.
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.
First 2160 2161 2162 2163 2164 2165 2166 Last Page 2162 of 2204