MaplePrimes Questions

In a document where variable names are being reused is there a way to reset the variable names. For example in document mode, matrices A, B, and C are defined. Symbolic calculation results are as expected. Later A, B, C are redefined, but intended to be smaller matrices. Results are not as expected. But if I use new variables, e.g. A1, B1, and C1 results are expected. Is there away to reset A, B, C or reset all variables in the document? thanks for your suggestions, best regards, James Cunningham
When I create a maple10 document and then output to latex, I've noticed not everything is there. For example I write a paragraph and then in math mode type the simple expression that is equivalent to: i^2-3j+4. The expression is followed by a new line. The resulting latex output only generates from this expression: -+ Has anyone else had any similar experience with latex output from maple10 and any idea of what I could be doing wrong or a work around. Thanks in advance for your ideas and best regards, James Cunningham
Hello! Is there a way to stop Maple from labeling the axes when plotting? For example, I plot something against "t" and Maple shows a "t" beneath the x-axis in the plot. I want to edit that myself in Scientific Word, but I haven't found a way to get rid of the default "t" label in the plot... I use Maple 8 and Maple 9. Thanks in advance! Carolus
I finally got that C program to run Maple with OpenMaple, but... After a couple dozen compiles and runs (adding things in, you know),it still compiles properly, but when I ran the executable I suddenly started getting the console message "Can't Start Maple, Socket 124 listen failed (err=10022) I reverted back to a previous version that had properly compiled and run before, and when I re-compiled, the executable still gave this message! What could it possibly be?
If I have f:=x^2+1000*y: and under contraint g:=1000-x-y: how Do i find this Min or max with the hessian Bordered style ..... I allready know how to do the Lagrange version but this hessien ... im out .. and if it's the same ( because it's gona give me the same answer as if I do it with the !!!!!! Student:-MultivariateCalculus:-LagrangeMultipliers(f,[g],[x,y]); !!!! ) Thanks very urgent ! ( Im using Maple 9,5 if that makes a diff) Tx Jp
Can anyone tell me why I'm getting this error message after inputing this simple if sequence ? Also include an explanation of the error message "invalid inline function" if possible. I tried this example in Maple10's classic worksheet and it worked fine however. For some reason it's not working in Maple10. Thanks, Dan > Error, invalid inline function
Hi, I have been having problems using the three !!! button which calculates a whole spreadsheet. When it runs I have found that one of the lines in some of the sub routines doesn't always calculate. The line is a Spline interpolation function. If someone could help with this that would be great.
I am wanting to convert a whole program in maple code to fortran code, (1) How do you suggest I can do this? I have in the code: Sub routines Individual lines of code, such as plots, for loops, if statements, import/export code etc. Whole code written in 2D input math (2) The code posted before using {anames()} etc I could not get to work, though I did manage to "merge" into one huge function. But when applying fortran(functionname), Maple does not do anything.
I've decided to start using maple in commandline mode on Mac OS 10.4.3 since it is much faster then running the full GUI. My question is: Has any Mac user of Maple 10.0.2 been able to get it to display its plots in x11 windows? I am running the Apple X11 server and I can successfully display x11 graphics (I ran xlogo successfully for example). I tried to set the graphics output to x11, but I get the following: > plotsetup(x11); > plot(x,x=0..1); Plotting error, plot driver not found I see no reason why this shouldn't work. Is there some other way to print graphics from the commandline on the Mac that I'm overlooking?
I just started using maple and don't know where to start or what to write. anybody can show/tell me a brief instruction on maple??
While in maplet application, 3 numbers are entered. These numbers are passed to a user defined proc that sorts the numbers and once sorted, evaluated an expression such as s[1]+s[2] > s[3], s[1] being the smallest and s[3] being the largest. If the expression is true, proc returns the list to maplet, maplet will proceed to solving the problem. However if the expression is false, maplet informs user that the problem based on the given information has no solution. Has been working on this problem for quite sometime. Appreciate any help the maple community may provide.
I am trying to invoke Maple from a C program, using OpenMaple, copying the Maple help screen example (see StartMaple). I've of course changed the path to the header file. However, I get a linker error: 'StartMaple is an unrecognized function'. I take this to mean that the .lib and or .dll maplec files are not being linked in, but I can't seem to figure out how to. I'm using Dev-C++ as the compiler. Anyone have experience with this
Is there a straightforward procedure to have a radical appear on the plot of a function? E.g, how can one display (2, sqrt(2)) in the plot but with the actual square-root symbol appearing. I've read in the knowledge base about the use of textplot. However, the routine is limited to exponents.
I'm a new Maple user with an installation of Maple 10 on mac OS X. I'm trying to make system command calls so that I can convert eps files to to pdf using system("epstopdf foo.eps") This works, but Maple insists on putting the result in a popup window which I then have to manually click to close. Does anybody know how to disable this? Also, how could I get the resulting text output from a system call so that I can manipulate it in Maple. Thanks! - Mark
I want to plot the volume that is enclosed by the following four areas: x^2+3*y^2=z z=0 y^2=x x^2=y I got so far that my plot looks like this .
First 2345 2346 2347 2348 2349 2350 2351 Last Page 2347 of 2362