Changes http://wiki.axiom-developer.org/Workshop2007RISC/diff
--

??changed:
-This page was renamed to sandboxassign. You can delete this one if no longer 
needed.
-
-
-From sansi Wed Sep 20 00:12:50 -0500 2006
-From: sansi
-Date: Wed, 20 Sep 2006 00:12:50 -0500
-Subject: Solve polynomial equations
-Message-ID: <[EMAIL PROTECTED]>
-
-\begin{axiom}
-eqns := [x**2+y**2=59, x**2+z**2=25, x=a+b, 2*x=a*z, 2*x=b*y]
-solns := solve(eqns, 0.00000001)
-for soln in solns repeat
-  positive_soln := true
-  for xx in soln repeat
-    yy := rhs(xx)::FLOAT
-    if (~positive?(yy)) then
-      positive_soln := false
-      break
-[193 more lines...]
+will take place at the "Research Institute for Symbolic 
Computation":http://www.risc.uni-linz.ac.at
+in "Hagenberg":http://www.risc.uni-linz.ac.at/about/map, Austria from 
Thursday, June 14 to Saturday, June 16.
+<HR>
+\begin{latex}
+\begin{verbatim}
+                                    _
+                                   (_)
+                          __ ___  ___  ___  _ __ ___
+                         / _` \ \/ / |/ _ \| '_ ` _ \
+                        | (_| |>  <| | (_) | | | | | |
+                         \__,_/_/\_\_|\___/|_| |_| |_|
+                                    _
+                                   (_)
+
+         __          ______  _____  _  __ _____ _    _  ____  _____
+         \ \        / / __ \|  __ \| |/ // ____| |  | |/ __ \|  __ \
+          \ \  /\  / / |  | | |__) | ' /| (___ | |__| | |  | | |__) |
+           \ \/  \/ /| |  | |  _  /|  <  \___ \|  __  | |  | |  ___/
+            \  /\  / | |__| | | \ \| . \ ____) | |  | | |__| | |
+             \/  \/   \____/|_|  \_\_|\_\_____/|_|  |_|\____/|_|
+
+                             ___   ___   ___ ______
+                            |__ \ / _ \ / _ \____  |
+                               ) | | | | | | |  / /
+                              / /| | | | | | | / /
+                             / /_| |_| | |_| |/ /
+                            |____|\___/ \___//_/
+
+\end{verbatim}
+
+\begin{center}
+\textbf{Symmetric Functions}
+\end{center}
+\end{latex}
+
+"Axiom":http://www.axiom-developer.org is a Computer Algebra System with a 
long tradition.
+It recently became free software. 
+
+The workshop aims at a cooperation of Axiom developers with developers of
+packages written for other Computer Algebra Systems, and mathematicians that
+would like to use a computer algebra system to perform experiments.
+
+One goal of the workshop is to learn about the mathematical theory, the design
+of packages written for other CAS and to make those functionalities available
+in Axiom.
+
+If you would like to attend the workshop, please send mail to
+<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>.  There will be time 
+for a very limited number of contributed talks.  If you would like to give a 
talk, 
+please send us title and a short abstract as soon as possible.
+
+There will be no conference fee, but it is expected that participants pay
+accommodation and meals themselves.  There is a limited number of rooms
+available in Hagenberg for approximately 28 EUR/night including breakfast.
+
+<HR>
+
+
+The following talks are planned:
+
+
+  - François Descouens and Nicolas Thiéry
+
+         Symmetric functions and Hopf algebras
+
+         Usage and design in MuPAD-Combinat
+
+  - Bertfried Fauser
+
+         Calculations in character Hopf algebras using SCHUR and Maple
+
+  - Harald Fripertinger
+
+         TBA
+
+  - Axel Kohnert
+
+         Symmetric functions in MAGMA
+
+<HR>
+
+Organisers: "Ralf Hemmecke":http://www.risc.uni-linz.ac.at/people/hemmecke and
+"Martin Rubey":http://www.mat.univie.ac.at/~rubey/martin.html
+
+Email: "[EMAIL PROTECTED]":mailto:[EMAIL PROTECTED]

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to