tuned decompose-isar
authorDiana Meindl <meindl_diana@yahoo.com>
Thu, 15 Sep 2011 13:03:21 +0200
branchdecompose-isar
changeset 42270ff503b021e6c
parent 42267 ef7f4708fb8a
child 42271 492e87175698
tuned
doc-src/isac/dmeindl/proposal.tex
     1.1 --- a/doc-src/isac/dmeindl/proposal.tex	Mon Sep 12 13:08:01 2011 +0200
     1.2 +++ b/doc-src/isac/dmeindl/proposal.tex	Thu Sep 15 13:03:21 2011 +0200
     1.3 @@ -145,7 +145,7 @@
     1.4  
     1.5  %---------- --------------------------------------------------- Beginn -----------------------------------------------------------------------
     1.6  
     1.7 -\title{Greates common divisor \\ for multivariable Polynomials}
     1.8 +\title{Greatest common divisor \\ for multi variable Polynomials}
     1.9  \author{By\\Diana Meindl\\meindl$_-$diana@yahoo.com}
    1.10  \date{}
    1.11  
    1.12 @@ -159,27 +159,27 @@
    1.13  Dr. techn. Walther Neuper (Institut für Softwaretechnologie, TU Graz)
    1.14  \end{center}
    1.15  \newpage
    1.16 -{\w .}\hspace{6.5cm}\textbf{Abstact}\\[0.5cm]
    1.17 -Calculation with fractions is an importent part of Computer-Algebra-Systems (CAS). Therefor you need algorithms for canceling fractions, respectively for the greatest common divisor (GCD).
    1.18 +{\w .}\hspace{6.5cm}\textbf{Abstract}\\[0.5cm]
    1.19 +Calculation with fractions is an important part of Computer-Algebra-Systems (CAS). Therefor you need algorithms for canceling fractions, respectively for the greatest common divisor (GCD).
    1.20  \section{Background}
    1.21  The ISAC-project is a research and development project at the Institute for Software Technology of the Graz University of Technology. It is an educational mathematics assistant, a single-stepping system for applied mathematics based on the computer theorem prover Isabelle. The special is an easy readable knowledge base including Isabelles HOL-theories and a transparently working knowledge interpreter (a generalization of 'single stepping' algebra systems).
    1.22 -The background to both, development and research, is given by actual needs in math education as well as by foundamental questions about 'the mechanization of thinking' as an essential aspect in mathematics and in technology.
    1.23 +The background to both, development and research, is given by actual needs in math education as well as by fundamental questions about 'the mechanization of thinking' as an essential aspect in mathematics and in technology.
    1.24  The ISAC-system under construction comprises a tutoring-system and an authoring-system. The latter provides for adaption to various needs of individual users and educational institutions and for extensions to arbitrary fields of applied mathematics.
    1.25   
    1.26  \section{Goal of the thesis}
    1.27  \subsection{Current situation}
    1.28 -At the time there is no good implimentation for the problem of canceling fractions in Isac and or in Isabelle. But because canceling is important for calculating with fractions a new implimentation is necessary.
    1.29 +At the time there is no good implementation for the problem of canceling fractions in Isac and or in Isabelle. But because canceling is important for calculating with fractions a new implementation is necessary.
    1.30  
    1.31  \subsection{Problem} 
    1.32 -The wish is to handle fractions in Isac not only in one variable also in more. So the goal of this thesis ist to find, assess and evaluate the existing algorithms and methods for finding the GCD. This will be an functional programm with the posibility to include it into Isabelle.
    1.33 +The wish is to handle fractions in Isac not only in one variable also in more. So the goal of this thesis is to find, assess and evaluate the existing algorithms and methods for finding the GCD. This will be an functional program with the possibility to include it into Isabelle.
    1.34  \subsection{Expected results}
    1.35  Find good algorithms for the different problems, and find out which one will be the best for the special problem.\\
    1.36 -The program should handeling:
    1.37 +The program should handling:
    1.38  \begin{itemize}
    1.39  \item[]real and rational coefficients. Maybe also imaginary coefficients.
    1.40 -\item[]Mulivariable polynomials canceling and adding, when they are in normalform.
    1.41 +\item[]Multi variable polynomials canceling and adding, when they are in normal form.
    1.42  \end{itemize}
    1.43 -For the program should be used a functional programming language with good commentaries. And it should be based on Isabelle and works correctly in Isac.
    1.44 +For the program should be used a functional programing language with good commentaries. And it should be based on Isabelle and works correctly in Isac.
    1.45  \newpage
    1.46  
    1.47  \section{State of the art}
    1.48 @@ -192,35 +192,35 @@
    1.49  \begin{enumerate}
    1.50  	\item Introduction (2-3 pages)
    1.51  	\item Computer Algebra Systems (CAS) (5 - 7 pages)\\
    1.52 -	Which different CAS exists and whats the foucus of them.
    1.53 +	Which different CAS exists and whats the focus of them.
    1.54  	\item The \textit{ISAC}-Project (5 - 7 pages)\\
    1.55  	This chapter will describe the \textit{ISAC}-Project and the goals of the project.
    1.56  	\item Univariate Polynomials (15-20 pages)\\
    1.57  	This chapter will describe different Algorithms for univariate polynomials, with different coefficients.
    1.58  	\item Multivariate Polynomials (20-25 pages)\\
    1.59  	This chapter will describe different Algorithms for multivariate polynomials,  with different coefficients
    1.60 -	\item Functional programming and SML(2-5 pages)\\
    1.61 -	The basic idea of this programming languages.
    1.62 -	\item Implimentation in \textit{ISAC}-Project (15-20 pages)
    1.63 +	\item Functional programing and SML(2-5 pages)\\
    1.64 +	The basic idea of this programing languages.
    1.65 +	\item Implementation in \textit{ISAC}-Project (15-20 pages)
    1.66  	\item Conclusion (2-3 pages)
    1.67  \end{enumerate}
    1.68  %\newpage
    1.69  
    1.70 -\section{Timeline}
    1.71 +\section{Time line}
    1.72  %Werd nie fertig.\\
    1.73  \begin{center}
    1.74  		\begin{tabular}{|l|l|l|}
    1.75  		\hline
    1.76  			 \textbf{Time}&\textbf{Thesis}&\textbf{Project}\\
    1.77  			 \hline
    1.78 -			 & Functional programming & Learning the basics and the idea\\
    1.79 -			 & & of funcional programming\\
    1.80 +			 & Functional programing & Learning the basics and the idea\\
    1.81 +			 & & of functional programing\\
    1.82  			 \hline
    1.83  			 & Different CAS & Can they handle the problem \\
    1.84  			 & &and which algorithm do they use?\\ \hline
    1.85 -			 & Univariate Polynomials & Implimentation of the Algorithm\\
    1.86 +			 & Univariate Polynomials & Implementation of the Algorithm\\
    1.87  			 & & for univariate Polynomials \\ \hline
    1.88 -		   & Multivariate Polynomials &  Implimentation of the Algorithm\\
    1.89 +		   & Multivariate Polynomials &  Implementation of the Algorithm\\
    1.90  			 & & for multivariate Polynomials \\ \hline 
    1.91  		   & The Isac-Project &\\ \hline
    1.92  		   & Conclusion and Introduction & Find good examples for testing\\