Items tagged with latex latex Tagged Items Feed

How to edit the tex generated by the maple:Put the one equation into several rows

For example

This code p57.txt  can get the below picture

[IMG]http://i730.photobucket.com/albums/ww309/ytyyutianyun/1-13.png[/IMG]

But what I want is

[IMG]http://i730.photobucket.com/albums/ww309/ytyyutianyun/2-7.png[/IMG]

 

Thanks

p57.txt

This is my code help thanks

 

How to solve the  partial derivative at a specified point

 

The latex code is

f(x,y)=x+(y-1)\arcsin\sqrt{\frac{\,x}{y}}

 

f''_{xx}(x,1)

Latex to maple by Ctrl+V

April 08 2012 by ytyyutianyun 15 Maple 15

Latex to maple

I have the latex code

\lim_{(x,y)\rightarrow (0,0)}\frac{e^x+e^y}{\cos x-\sin y}

Can this latex language allow the entry of Ctrl+V

I have an older tablet PC on which I recently used Windows Journal for handwriting and storing my lecture notes (on the swivel screen with a stylus). However, Windows Journal is very basic (doesn't interact with Maple or anything else other than pasting images into it) and has very limited drawing capabilities (rectangles, ellipses, and only horizontal lines).

What tablet PC apps do you recommend for handwriting, drawing, etc. that interact well with Maple

I am using the command latex(int((sqrt(45.5625-(y-6.75)^2)+4.5)^2, y = 0 .. 13.5)); and its giving me 1327.562169 instead of the integral. How do I force maple 15 not to evaulate the integral.

HI,

 

I have been trying to convert a small script (Maple 15) to latex but ran into a strange problem. Literal subscripts don't seem to work.

When I have, for example " f_a " latex will generate a pdf, as expected, with " fa ". However, if I have " f(ctrl+shift+_)a " I get "  ‘#msub(mi("f"),mi("a"))‘ ".

 

I am kind of new to this maple+latex thing and have searched everywhere for a solution but without...

Miktex 2.9 and Maple 13 (Help)

September 22 2011 by Szumi 0 Maple 13

Hello guys I'm writing to you becouse I have some problem with miktex and maple.

I exported Maple workshed to tex file, but when I compiled  pdf by Winshell or TexnicCenter I have big problem.

The pdf file looks that:

I dont know why. I did some things ( copy ETC files from Maple to my document folder) but it's dosent...

Hi,

I'm using Maple 11 and pdflatex. I'm trying to export Maple code to latex.  To this end, I've exported my maple file as a latex file and included the maplestd2e package in my tex document. However, from compiling the tex file I only obtain pdf output for those parts of the original maple file that represent output. For example, the following tex-code correctly produces the word 'true':

\mapleresult
\begin{maplelatex}
\mapleinline{inert}{2d}{true}{\[\displaystyle {\it true}\]}

Maple 11 did a reasonable job of breaking up long output being exported to LaTeX, but it wasn't always

perfect. I had hoped that Maple 15 would do better, but it seems to do worse.

I can't get it to split long output lines into anything reasonable. The latex command is even worse.

I've tried every "export" option I can think of, without success.

Here is an example (see below):

Does anyone know how to induce Maple 15 to export the following Maple result ...

On the topic of the quality of rendering of (2D) Math on websites, could that also be re-examined for both Mapleprimes and Maplesoft's on-line help system?

Right now the on-line help has pages with missing images in Examples. For example, the `int` and `sum` on-line help pages, here and here.

On that

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 do want to export as  LATEX input (displaying only 3 digits) my matrix "tableau".

After using

latex(  evalf(tableau),   3 )

I get too many decimals. What should I do to send as latex input only 3 decimals. My commands are below and my worksheet attached.

Thanks in advance for any help,

 

Jean-Jacques

 

 

restart:
f1 :=  (w1, w2,n) -> add(add(

Hello,

 

My array contains numbers like

[ 0.333333 0.211111]

I used the command

interface(displayprecision=3)

 

and it is displayed  [ 0.333  0.211]   (which is ok).

 

However, when I send the output to latex

latext(%)

 

I get again [ 0.333333  0.211111].

 

How  could I display  only 0.333   after using LATEX(%)?

Dear friends,

 

I have to generate several pages of tables with numbers (using the option Matrix in Maple) and to write them in Latex.

Is there some option to be able to include  titles of the tables, names of the columns, notes on the bottom of the pages?

 

I saw some question like this in mapleprimes, but it was time ago that I wonder that now maybe the Latex Output of Maple has improved.

 

Thanks for your attention,

1 2 Page 1 of 2