lehalle

129 Reputation

7 Badges

19 years, 20 days

MaplePrimes Activity


These are Posts that have been published by lehalle

Origami and thales theorem See this.
what about connections between mapleprimes and comp.soft-sys.math.maple ? is it possible to build a "bridge" bewteen them? for instance a "forum" in mapleprimes which will recieve all comp.soft-sys.math.maple posts, or a link to open it into the mapleprimes central frame. we could use the google interface? it will be easier to have only one place to concentrate all informations about maple... comp.soft-sys.math.maple

I had problems with interputing an LaTeX enumeration and continuing it after that. I finally found the solution:

 \begin{enumerate}
   \item ...
   \item ...
   \item \label{it:ob:last}
 \end{enumerate}
 ...
 \begin{enumerate}\setcounter{enumi}{\ref{it:ob:last}}
   \item ...
   \item ...
 \end{enumerate}

thank you to some web sites:

What are your favorite development tools in Maple?
Hi everybody, I put on the Book pages of mapleprimes a way to implement functional objects with Maple. I'm deeply interested in your opinion about that... you can find my code here: View 744_indexed-output.mw on MapleNet or Download 744_indexed-output.mw
View file details
1 2 3 4 5 Page 1 of 5