Skip to content
Snippets Groups Projects
Commit a83bff43 authored by Jonathan Schmidt-Dominé's avatar Jonathan Schmidt-Dominé
Browse files

Präsentation aktualisiert

parent 6d6666f0
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -50,6 +50,9 @@
\usepackage{float}
\usepackage{listings}
\lstset{language=Bash}
\usepackage{tikz}
\usetikzlibrary{shapes,arrows}
......@@ -87,12 +90,24 @@
\section{Allgemeines}
\subsection{Was ist Sage?}
\begin{frame}
\begin{block}{Eigenschaften}
\begin{itemize}
\item<+-> Computeralgebrasystem, Computeralgebra im weitesten Sinne
\item<+-> Verwendung üblicher Programmiersprache: Python
\item<+-> Frei (und kostenlos)
\item<+-> Integriert Features verschiedenster anderer freier Software: Maxima, R, Singular, GAP, …
\item<+-> Bei Bedarf auch Ansteuerung proprietärer Systeme
\end{itemize}
\end{block}
\pause
\begin{block}{Spezielle Software (sehr kleine Auswahl)}
\begin{itemize}
\item Numerik: Octave (zu Matlab kompatibel)
\item Statistik: R, ROOT, …
\item Algebra: Singular, GAP, …
\item Diverse Bibliotheken für C++, Python, (Fortran)
\end{itemize}
\end{block}
\end{frame}
\subsection{Frontends}
......@@ -279,10 +294,59 @@
\[
s = \sage{s}
\]
\end{itemize}
\end{frame}
\section{Ihr braucht unbedingt Maple?}
\begin{frame}[fragile]
Wenn ihr dazu gezwungen werdet, eine Hausaufgabe mit Maple zu machen: Auf Uni-Rechnern installiert, aber auch wenn man am eigenen Rechner Zugriff braucht: Kauf nicht nötig.
\pause
\begin{block}{Für Physiker}
\begin{lstlisting}
# Mit deiner TIM-Kennung
ssh -X ab123456@portal.physik.rwth-aachen.de
xmaple &
\end{lstlisting}
\end{block}
\begin{block}{Für Mathematiker}
\begin{lstlisting}
# Mit deiner Matrikelnummer
ssh -X 123456@venus.mathepool.rwth-aachen.de
xmaple &
\end{lstlisting}
\end{block}
Zugang muss einmal eingerichtet werden!
\end{frame}
\section{Fazit}
\subsection{Zu Sage}
\begin{frame}[fragile]
Das freie Sage kann für euer Leben sehr nützlich sein. Weiterführende Information:
\begin{itemize}
\item \url{http://sagemath.org} – Sage
\item \url{http://www.sagemath.org/doc} Dokumentation zu Sage
\item \url{http://ask.sagemath.org/questions} Frage-\&Antwortseite
\item \url{http://edu.kde.org/cantor} – Cantor (Oberfläche)
\end{itemize}
\end{frame}
\subsection{Links zu weiterer Software}
\begin{frame}[fragile]
Weitere Software (siehe auch Repositories!):
\begin{itemize}
\item \url{http://maxima.sf.net} – Maxima (Algebra)
\item \url{http://octave.org} – Octave (Numerik et al.)
\item \url{http://r-project.org} – R (Statistik)
\item \url{http://rkward.sf.net} – RKWard (Oberfläche für R)
\item \url{http://root.cern.ch} – ROOT (Datenauswertung, speziell für Physik)
\item \url{http://singular.uni-kl.de} – Kommutative Algebra
\item \url{http://gap-system.org} – Gruppentheorie
\item \url{http://gnu.org/software/gsl} – GNU Scientific Library (Numerik mit C++)
\item \url{http://eigen.tuxfamily.org} – Eigen (lineare Algebra mit C++)
\item \url{http://scipy.org} – NumPy, SciPy (Numerik mit Python)
\item \url{http://matplotlib.sf.net} – matplotlib (Plotten mit Python)
\item \url{http://gnuplot.info} – gnuplot (sehr vielseitiges Plotten)
\item \url{http://edu.kde.org/kmplot} – KMPlot (einfaches Plotten)
\end{itemize}
\end{frame}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment