We summarize the pros and cons of all the four methods of the polynomial division's adaptation.
The first method meets the requirement of the computation's comprehensibility.
The whole procedure is understandable to the person responsible for supervising or
evaluating the work of the blind person – there is no need for additional explanation.
Unfortunately, it is not very economic ‐ the computation takes a lot of
time and memory of the student. He works with the divisor very often, so he/she
has to keep it in his memory or search for it in the previous text – which is
very time-consuming. Even when preparing the final result he/she
has to go through the whole text and pick up all the particular terms
.
The second method respects the original arrangement
of the polynomials which is used when a sighted person performs
the algorithm in the standard manner. So the procedure is understandable
to the supervisor although he can be confused because only coefficients are
used instead of the whole terms of the polynomials. However,
the workshop participants discovered several disadvantages:
-
Accessibility of the coefficients is not easy –
blind students spend a lot of time moving between three objects
and do not have an option to ignore specific values of the polynomials.
-
Additionally, orientation is very difficult –
the blind have to make sure very often which power corresponds
to the coefficient they have actually reached.
-
If they want to save some time,
they are constantly occupied by holding semi-results in their memory
as they are looking for a position where to insert them.
One of the workshop participants proposed a~possible solution of the problem
described innbsp;item 2:
"If the blind user could immediately get
to know the power related to the actual coefficient, it would help him
to orientate in the table, for example a simple script or macro which
would substitute a lot of keystrokes when moving cursor to the first row and back.
José Enrique Fernández del Campo offered an adaptation very similar to our second method.
His approach is more simple: blind students work only with two groups of coefficients.
Prof. del Campo built his method on the fact that the divisor does
not change during the computation so we can put the terms (not only coefficients) of
the quotient below the powers of the divisor. This approach partially solves the
problem described in item 1.
The student follows only two groups of coefficients – the objects' accessibility
during computation is easier. We provide an example of del Campo's method in
the Lambda editor. To work with polynomials he uses the tool
for matrix manipulation (Image 3):
Example 5: Polynomial division in Lambda editor
Image 3:
polynomial division in Lambda editor according to the proposal of Prof. del Camp
Let’s mention Cristian Bernareggi’s article called "Non-sequential Mathematical Notations in
the LAMBDA System", in which he also deals with the adaptation of polynomial division.
His proposal is nearly the same as that of Prof. del Campo.
The only difference can be recognised in the manner of
writing polynomials. Bernareggi uses coefficients only for the divident
and the polynomials
,
which are located one below the other.
The divisor and the terms of the quotient are placed as whole expressions,
not only represented by coefficients.
The participants of the workshop evaluated the third method as the most convenient.
There is no question of the optimal access to objects we work with during the procedure.
In every step of the computation we perform a certain mathematical operation with two polynomials
and insert its result into a given position. Therefore it is good to have them as close as possible.
At first, the blind student creates an empty line for inserting the result of the operation.
Then he moves between two input polynomials by pressing only one key.
He performs the operation very easily without occupying his memory too much and then saves
the result above or below two actually processed polynomials. This approach also provides
an easy access to objects which we will process in the following steps of the computation.
The final inscription of the computation is not immediately understandable to the supervisor because
it does not respect the original arrangement of objects we work with during the standard procedure of
the algorithm. But if the student is consistent in writing all the polynomials including their names
in front, then a short explanation at the beginning of the computation should be sufficient.
Finally the forth method offers the same advantage as the third one, that
is the easy access to polynomials we actually work with. It is not very useful
when the blind student wants to present the inscription of his/her computation to the supervisor.
All the polynomials are divided into three files (or sheets),
therefore the teacher evaluating the work of the blind student has to continuously
switch between them, which is not comfortable for any sighted person. For this reason,
the student should help his teacher and put the content of these three files (or sheets)
into a single document after the whole computation has been done.