Items tagged with print print Tagged Items Feed

Dear everyone,

 

  I have a weird question about the "print" command. Suppose I have somthing like

 

f1:=x^2;
f2:=x^3;
f3:=x^4;
print(f1,f2,f3);

 

 It will print

Typically, plots on a Maple worksheet fill substantial portions of the printed page when they're printed out.  What I'd like to do is resize plots, prior to printing, such that they're smaller when printed.  I'd also like all plots on a worksheet to print out at the same size.  Note that simply highlighting a plot on the Maple worksheet and then pulling the corner to resize it, is not what I want to do:  I find it very difficult to anticipate the...

User-defined status

February 24 2012 by icegood 255 Maple

In status box between "Evaluating..." and "Memory, Time, Mode" there is enough space. Would be nice to have there smth like "user-defined status" of ~100 symbols (or so). Instead of long printed log you could see status of current stage of long-term process.

Counting Characters in String

January 10 2012 by Sam54 5 Maple

Hi I'm trying to write a proc to takes a character and a string as inputs and as output tells you how many times the character shows up in the string.
I don't know what is wrong with the code


 s:=proc(Z)

local counts,C,i,L:

for C from "a" to "z" do
counts[C]:= 0:
end do:
L:=length(Z):
for i from 1 to L do
C:=Z[i];
if C >= "a" and C <= "z" then
counts[C] := counts[C] + 1
end if;
print(C,counts):

Download shi.mw

I meet a problem. When I use command "if" in command "for", there is nothing.I don't know reason. Can anyone tell me the reason?

Hello,

 

I'm doing a math assignment for numerical methods and I had to answer a question - solving Newton's method in maple to submit. I need to solve the question to an accuracy of 10^-5. I don't have access to the software right now as I only have it on the computers at our school, but I did take a maple course in my first year of university and have some experience with it. I wrote up this formula, but I'm not 100% sure if its correct. Could someone...

Maplesoft Employee

Paper Models of 3D Plots

September 09 2011 by Paul 290 Maple

 

                

3D Paper Physical Model

Dear all, 

I'm using the maple command in MacOS. While doing some computations, Maple periodically prints out the GC information such as:

memory used=444.9MB, alloc=184.7MB, time=7.75

I'm wondering how to tell Maple to only suppress those information? I also noticed that maple has an option -q to suppress such information, however, that option is too powerful which suppress other useful pretty printings too, which is not what i want.

Thanks,

I like the pretty print of maple, and I want to print the output to a file instead Maple document (if it could be, print in both of 2).

For example:

exprs := [ (a*x + b)/sin(x) = 0, (a*x^2 + b*x + c)/(d*x + e) = 0 ]:
print~(exprs);

And my output text file may be somthing like this:
                          a x + b    

Hi, dear mapleprimes. These days I'm preparing my thesis. I use maple to generate some figures, and save them as .jpg. These figures are very clear when I insert them into a word document (my thesis). But after I print the document, the figures looks unclear. It seems that they are cuted from other papers, but actually they are not.

I think it is important to print clear figures, I want the figures can be printed clearly...

I want to assign

 

D1:=-1/4*int((f*exp(-v*s)*(1+v*s)/v^3),0..infinity);

 

When I do this, it print f(x), v(x), s(x) in the integral and I don't want that...it should stay as f,v,s. Am I doing something wrong?

Missing Operator

March 30 2011 by Chef-Chaudard 0

Hi!

I try to make a file using the fopen command, and maple keep telling me there is an operator missing:

fprintf(fd,'sous-total=%.2f$ \n total avec taxes=%.2f \n montant arrondi=%.2d$',sous_total,total,arrondi_total);

I used fopen before writing this, this line seems ok, I don't know why maple tell me this.

Can I have your help with this ?

 

Thanks.

I've looked at a number of plot options, and don't see how to get the same relative size in my printed doc that I see on the screen...the plot size wrt the text and formulas. Is this related to the same problem that I have getting images in general to be a predictable size?

I have a document that prints a square over one of the letters in a string when I export as PDF. This does not happen when I print to CutePDF...I suspect some sort of "hidden" character in the file, but don't know how to access it...

Prints on 1/4 of page

December 19 2010 by TomM 179 Maple 14

I just bought an HP 8500A 910A printer. So far every other application except Maple prints correctly and well. When I print, each (whole) page is printed in the upper left hand quarter of a letter size sheet of paper. This never happened with my old HP LaserJet 4L. After much search, there do not seem to be any setable preferences that could lead to this result.

On the HP forum, there is another user with the same problem except the application is different....

1 2 Page 1 of 2