Items tagged with text text Tagged Items Feed

Suppose I have a file of text that I would like to read into a Maple (16) worksheet as a string. (I have in mind encrypting the string using the RSA encryption scheme.)

If I paste the text directly into the worksheet and surround it by ",  I have no problem, but if I try to read, for example, a file some_text.txt using a command like

     read("C:\\Users\\MyName\\Desktop\\some_text.txt");

Hello,
I tried to write a procedure for the first time and it worked good. But I still have problems:

1. the coordinates of the point "p"
Is it possible to mix text with variables like: "The balance point is: xs:",xs,"/ys:",ys
                        or "The balance point is [xs,ys]=",p

2. use of "y" after procedure has processed
I declared the variables of the...

How do i properly export textof function via interface(verboseproc=2)+print(smth) for father rewritting for own needs?

I mean with formatting as print do itself?


Why does Maple Italicize every letter I type whenever I create a new file?

Is there a way to disable this automatic italicization?

Find / Replace doesn't work?

October 17 2011 by icegood 255

Why that Find / Replace doesn't work?

Wnat to rename some variables but it doesn't seem to find text in eval-cells at all :(

Maplesoft Employee

Paper Models of 3D Plots

September 09 2011 by Paul 290 Maple

 

                

3D Paper Physical Model

2D Fraction as Text

August 27 2011 by DCT 5 Maple 15

Hello,

In Maple 15 "Document" mode, how may I create a 2D fraction as *text* (as opposed to mathematical input that Maple evaluates)?

Thanks,
Dave

 

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    

I've got the problem of warnings polluting my text outputs.

If I use interface(warnlevel = 0) the warnings are suppressed in the terminal but not in the files exported by the writeto command.

A sample:

> restart;with(CodeGeneration); with(plots); with(ListTools); with(FileTools);
> Matlab(u(1) = 3);
Warning, the function names {u} are not recognized in the target language
cg = u(1) == 3;
> interface(warnlevel = 0); Matlab(u(1) = 3);

I want to search maple files for specific texts within the file.  What software will do this?

I recall some mention before about searching for specific texts in maple documents but I cannot find it. 

How can I save a webpage as a text file? Not the source code. When I save a webpage from I.E. as a text file it seems to strip out a lot of the source code and I end up with a simple text file. Take this wikipedia webpage as an example http://en.wikipedia.org/wiki/List_of_HTTP_headers Now if I use Maple it grabs everything on the page, source code included which I do not want. Is there an easy way or must I create some code in maple (http surgery so to speak) to strip out the excess?

When I am trying to write the data of the following program in a datafile
restart
with(plots)
eq := (diff(G(eta), `$`(eta, 2)))/Pr-2*n*b*eta*G(eta)+(a+(1/2)*b*eta*eta)*(diff(G(eta), eta))

bir değişkene textfield değeini nasıl atayabirim

m1:= [[1, 2, 3], [ 4, 5, 6], [7, 8, 9]]:

m2:= [[2, 2, 3], [ 4, 5, 6], [7, 8, 9]]:
latex(Matrix(m1));
latex(Matrix(m2));



Hello,

Given my commands (above), I would like to save the output of

latext(Matrix(m1))

as

m1.tex

in the directory "c:\users\desktop\work"

 

and the ouput of

latex(Matrix(m2));

as m2.tex

in the directory "c:\users\desktop\work",

How could I do that?

Hello.

I want to find books of probability or stadistics where all topics are explained in depth. I need books where all formulas are deduced and all theorems are demonstrated.

May somedody recommend to me some books?

1 2 Page 1 of 2